Registry / utility / lib-geotools

lib-geotools

JSON →
library2.7.5javamavenunverified

A NetBeans library wrapper for GeoTools library components, providing geospatial data handling capabilities.

<dependency> <groupId>nl.cloudfarming.client</groupId> <artifactId>lib-geotools</artifactId> <version>2.7.5</version> </dependency>
INSTALL
IMPORT
SIG · LIB-GEOTOOLS
L
lib-geotools
utilityjavav2.7.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataStore
org.geotools.data.DataStore

Opens a shapefile and prints its feature type names.

import org.geotools.data.DataStore; import org.geotools.data.DataStoreFinder; import java.util.Map; public class Quickstart { public static void main(String[] args) throws Exception { Map<String, Object> params = Map.of("url", "file:data.shp"); DataStore store = DataStoreFinder.getDataStore(params); System.out.println("Type names: " + store.getTypeNames()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lib-geotools — mvn dependency:get lib-geotools · libregistry