Package org.openstreetmap.josm.gui.layer.gpx

Examples of org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper


    private final GpxDrawHelper drawHelper;

    public GpxLayer(GpxData d) {
        super((String) d.attr.get("name"));
        data = d;
        drawHelper = new GpxDrawHelper(data);
        ensureTrackVisibilityLength();
    }
View Full Code Here

TOP

Related Classes of org.openstreetmap.josm.gui.layer.gpx.GpxDrawHelper

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.