Package org.locationtech.geogig.osm.cli.commands

Examples of org.locationtech.geogig.osm.cli.commands.OSMExportPG


        commander.addCommand("download", new OSMDownload());
        commander.addCommand("create-changeset", new CreateOSMChangeset());
        commander.addCommand("map", new OSMMap());
        commander.addCommand("unmap", new OSMUnmap());
        commander.addCommand("export-shp", new OSMExportShp());
        commander.addCommand("export-pg", new OSMExportPG());
        commander.addCommand("export-sl", new OSMExportSL());
        commander.addCommand("apply-diff", new OSMApplyDiff());
        return commander;
    }
View Full Code Here

TOP

Related Classes of org.locationtech.geogig.osm.cli.commands.OSMExportPG

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.