Uses of Class
mil.nga.sf.GeometryCollection
-
Packages that use GeometryCollection Package Description mil.nga.sf mil.nga.sf.extended -
-
Uses of GeometryCollection in mil.nga.sf
Subclasses of GeometryCollection in mil.nga.sf Modifier and Type Class Description classMultiCurve<T extends Curve>A restricted form of GeometryCollection where each Geometry in the collection must be of type Curve.classMultiLineStringA restricted form of MultiCurve where each Curve in the collection must be of type LineString.classMultiPointA restricted form of GeometryCollection where each Geometry in the collection must be of type Point.classMultiPolygonA restricted form of MultiSurface where each Surface in the collection must be of type Polygon.classMultiSurface<T extends Surface>A restricted form of GeometryCollection where each Geometry in the collection must be of type Surface.Methods in mil.nga.sf that return GeometryCollection Modifier and Type Method Description GeometryCollection<Geometry>GeometryCollection. getAsGeometryCollection()Get as a top level Geometry CollectionGeometryCollection<Curve>GeometryCollection. getAsMultiCurve()Get as a Multi Curve, aCurvetyped Geometry CollectionGeometryCollection<Surface>GeometryCollection. getAsMultiSurface()Get as a Multi Surface, aSurfacetyped Geometry CollectionConstructors in mil.nga.sf with parameters of type GeometryCollection Constructor Description GeometryCollection(GeometryCollection<T> geometryCollection)Copy Constructor -
Uses of GeometryCollection in mil.nga.sf.extended
Subclasses of GeometryCollection in mil.nga.sf.extended Modifier and Type Class Description classExtendedGeometryCollection<T extends Geometry>Extended Geometry Collection providing abstract geometry collection type supportConstructors in mil.nga.sf.extended with parameters of type GeometryCollection Constructor Description ExtendedGeometryCollection(GeometryCollection<T> geometryCollection)Constructor, wraps a geometry collection as extended
-