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. 
 

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.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.createFromGeometry(java.util.Collection geoms, FeatureSchema featureSchema)
          Creates a FeatureDataset from a Collection of Geometrys using the given FeatureSchema
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.