Uses of Class
com.vividsolutions.jump.feature.FeatureDataset

Packages that use FeatureDataset
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
 FeatureDataset FeatureUpdateRecorder.applyUpdates(FeatureCollection fc)
          Applies updates to an existing FeatureCollection.
static FeatureDataset FeatureDatasetFactory.createFromGeometry(java.util.Collection geoms, FeatureSchema featureSchema)
          Creates a FeatureDataset from a Collection of Geometrys using the given FeatureSchema
static FeatureDataset FeatureDatasetFactory.createFromGeometryWithLength(java.util.Collection geoms, java.lang.String attrName)
          Creates a FeatureCollection from a Collection of Geometrys and adds an attribute containing the length of the Geometry.
static FeatureDataset FeatureDatasetFactory.createFromGeometryWithLengthAndArea(java.util.Collection geoms, java.lang.String attrNameLen, java.lang.String attrNameArea)
          Creates a FeatureCollection from a Collection of Geometrys 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
static FeatureDataset JoinAttributes.joinAttributes(java.util.Collection sourceFeatures, java.util.Collection targetFeatures, java.lang.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
 FeatureDataset CreateThiessenPolygonsPlugIn.transferAttributes(FeatureSchema fs, com.vividsolutions.jts.index.quadtree.Quadtree treeWithFeatures, java.util.ArrayList thiessenGeoms)