Uses of Class
com.vividsolutions.jump.feature.FeatureDataset
-
Packages that use FeatureDataset Package Description com.vividsolutions.jump.feature Features and FeatureCollections -- the layer of abstraction between Geometries in JTS and Layers in the JUMP Workbench.org.openjump.core.attributeoperations org.openjump.core.ui.plugin.tools -
-
Uses of FeatureDataset in com.vividsolutions.jump.feature
Methods in com.vividsolutions.jump.feature that return FeatureDataset Modifier and Type Method Description FeatureDataset
FeatureUpdateRecorder. applyUpdates(FeatureCollection fc)
Applies updates to an existing FeatureCollection.static FeatureDataset
FeatureDatasetFactory. createFromGeometry(Collection geoms, FeatureSchema featureSchema)
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.static FeatureDataset
FeatureDatasetFactory. createFromGeometryWithLengthAndArea(Collection geoms, String attrNameLen, String attrNameArea)
Creates a FeatureCollection from a Collection ofGeometry
s and adds optional attributes containing the length and area of the Geometry. -
Uses of FeatureDataset in org.openjump.core.attributeoperations
Methods in org.openjump.core.attributeoperations that return FeatureDataset Modifier and Type Method Description static FeatureDataset
JoinAttributes. joinAttributes(Collection sourceFeatures, Collection targetFeatures, String attributeName, int attributeOp, int spatialRelation, double bufferRadius, TaskMonitor monitor)
-
Uses of FeatureDataset in org.openjump.core.ui.plugin.tools
Methods in org.openjump.core.ui.plugin.tools that return FeatureDataset Modifier and Type Method Description FeatureDataset
CreateThiessenPolygonsPlugIn. transferAttributes(FeatureSchema fs, org.locationtech.jts.index.quadtree.Quadtree treeWithFeatures, ArrayList thiessenGeoms)
-