Uses of Class
org.locationtech.jts.jump.feature.FeatureDataset
-
Packages that use FeatureDataset Package Description org.locationtech.jts.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench. -
-
Uses of FeatureDataset in org.locationtech.jts.jump.feature
Methods in org.locationtech.jts.jump.feature that return FeatureDataset Modifier and Type Method Description FeatureDataset
FeatureUpdateRecorder. applyUpdates(FeatureCollection fc)
Applies updates to an existing FeatureCollection.static FeatureDataset
FeatureDatasetFactory. createFromGeometryWithLength(Collection geoms, String attrName)
Creates a FeatureCollection from a Collection ofGeometry
s and adds an attribute containing the length of the Geometry.
-