| Package | Description |
|---|---|
| mil.nga.sf | |
| mil.nga.sf.extended |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection<Geometry> |
GeometryCollection.getAsGeometryCollection()
Get as a top level Geometry Collection
|
GeometryCollection<Curve> |
GeometryCollection.getAsMultiCurve()
Get as a Multi Curve, a
Curve typed Geometry Collection |
GeometryCollection<Surface> |
GeometryCollection.getAsMultiSurface()
Get as a Multi Surface, a
Surface typed Geometry Collection |
| Constructor and Description |
|---|
GeometryCollection(GeometryCollection<T> geometryCollection)
Copy Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedGeometryCollection<T extends Geometry>
Extended Geometry Collection providing abstract geometry collection type
support
|
| Constructor and Description |
|---|
ExtendedGeometryCollection(GeometryCollection<T> geometryCollection)
Constructor, wraps a geometry collection as extended
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.