Package io.github.sebasbaumh.postgis
Class MultiSurface
- java.lang.Object
-
- io.github.sebasbaumh.postgis.Geometry
-
- io.github.sebasbaumh.postgis.MultiGeometry<PolygonBase<?>>
-
- io.github.sebasbaumh.postgis.MultiSurface
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<PolygonBase<?>>
@NonNullByDefault public class MultiSurface extends MultiGeometry<PolygonBase<?>>
The MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.- Author:
- Sebastian Baumhekel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE
The OGIS geometry type number for multi surfaces, which can be (linear) polygons or curve polygons.-
Fields inherited from class io.github.sebasbaumh.postgis.MultiGeometry
subgeoms
-
Fields inherited from class io.github.sebasbaumh.postgis.Geometry
UNKNOWN_SRID
-
-
Constructor Summary
Constructors Constructor Description MultiSurface()
Constructs an instance.MultiSurface(java.lang.Iterable<T> lines)
Constructs an instance.
-
Method Summary
-
Methods inherited from class io.github.sebasbaumh.postgis.MultiGeometry
add, addAll, checkConsistency, equals, getCoordinates, getGeometries, getNumberOfCoordinates, hashCode, hasMeasure, is3d, isEmpty, iterator, setSrid, size
-
Methods inherited from class io.github.sebasbaumh.postgis.Geometry
getDimension, getSrid, getType, numPoints
-
-
-
-
Field Detail
-
TYPE
public static final int TYPE
The OGIS geometry type number for multi surfaces, which can be (linear) polygons or curve polygons.- See Also:
- Constant Field Values
-
-