Package org.mati.geotech.model.qmap

Examples of org.mati.geotech.model.qmap.VirtualMapPathMaker


    public static PathMaker selectPathMaker(MapSource mapSource) {
        switch (mapSource) {
        case GOOGLE:
            return new GoogleMapPathMaker();
        case VIRTUAL_EARTH_LINES:
            return new VirtualMapPathMaker();
        case VIRTUAL_EARTH_PHOTO:
            return new VirtualMapPathMaker();
        case VIRTUAL_EARTH_ALL:
            return new VirtualMapPathMaker();
        }
        throw new IllegalArgumentException();
    }
View Full Code Here

TOP

Related Classes of org.mati.geotech.model.qmap.VirtualMapPathMaker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.