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 FeatureDatasetFeatureUpdateRecorder. applyUpdates(FeatureCollection fc)Applies updates to an existing FeatureCollection.static FeatureDatasetFeatureDatasetFactory. createFromGeometryWithLength(Collection geoms, String attrName)Creates a FeatureCollection from a Collection ofGeometrys and adds an attribute containing the length of the Geometry.
-