Package org.mati.geotech.model.qmap

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


        Vector<String> res = new Vector<String>(result);
        return res;
    }

    public String makePathFor(Rect cell) {
        PathMaker pm = selectPathMaker(_curMapSrc);
        return pm.makePathFor(cell, _map);
    }
View Full Code Here

TOP

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

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.