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 class
MultiCurve<T extends Curve>
A restricted form of GeometryCollection where each Geometry in the collection must be of type Curve.class
MultiLineString
A restricted form of MultiCurve where each Curve in the collection must be of type LineString.class
MultiPoint
A restricted form of GeometryCollection where each Geometry in the collection must be of type Point.class
MultiPolygon
A restricted form of MultiSurface where each Surface in the collection must be of type Polygon.class
MultiSurface<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, aCurve
typed Geometry CollectionGeometryCollection<Surface>
GeometryCollection. getAsMultiSurface()
Get as a Multi Surface, aSurface
typed 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 class
ExtendedGeometryCollection<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
-