Package org.locationtech.geogig.osm.internal.coordcache

Examples of org.locationtech.geogig.osm.internal.coordcache.MappedPointCache


            this.noRaw = noRaw;
            this.progressListener = progressListener;
            this.latestChangeset = 0;
            this.latestTimestamp = 0;
            // this.pointCache = new BDBJEPointCache(platform);
            this.pointCache = new MappedPointCache(platform);
            this.sw = Stopwatch.createStarted();
        }
View Full Code Here

TOP

Related Classes of org.locationtech.geogig.osm.internal.coordcache.MappedPointCache

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.