Uses of Class
com.vividsolutions.jump.feature.FeatureDataset
Packages that use FeatureDataset
Package
Description
Features and FeatureCollections -- the layer of abstraction between
Geometries in JTS and Layers in the JUMP Workbench.
-
Uses of FeatureDataset in com.vividsolutions.jump.feature
Methods in com.vividsolutions.jump.feature that return FeatureDatasetModifier and TypeMethodDescriptionFeatureUpdateRecorder.applyUpdates(FeatureCollection fc) Applies updates to an existing FeatureCollection.static FeatureDatasetFeatureDatasetFactory.createFromGeometry(Collection geoms, FeatureSchema featureSchema) static FeatureDatasetFeatureDatasetFactory.createFromGeometryWithLength(Collection geoms, String attrName) Creates a FeatureCollection from a Collection ofGeometrys and adds an attribute containing the length of the Geometry.static FeatureDatasetFeatureDatasetFactory.createFromGeometryWithLengthAndArea(Collection geoms, String attrNameLen, String attrNameArea) Creates a FeatureCollection from a Collection ofGeometrys 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 FeatureDatasetModifier and TypeMethodDescriptionstatic FeatureDatasetJoinAttributes.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 FeatureDatasetModifier and TypeMethodDescriptionCreateThiessenPolygonsPlugIn.transferAttributes(FeatureSchema fs, org.locationtech.jts.index.quadtree.Quadtree treeWithFeatures, ArrayList thiessenGeoms)