Package io.github.sebasbaumh.postgis
Klasse MultiSurface
java.lang.Object
io.github.sebasbaumh.postgis.Geometry
io.github.sebasbaumh.postgis.MultiGeometry<PolygonBase<?>>
io.github.sebasbaumh.postgis.MultiSurface
- Alle implementierten Schnittstellen:
Serializable
,Iterable<PolygonBase<?>>
The MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.
- Autor:
- Sebastian Baumhekel
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The OGIS geometry type number for multi surfaces, which can be (linear) polygons or curve polygons.Von Klasse geerbte Felder io.github.sebasbaumh.postgis.MultiGeometry
subgeoms
Von Klasse geerbte Felder io.github.sebasbaumh.postgis.Geometry
UNKNOWN_SRID
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs an instance.MultiSurface
(Iterable<T> lines) Constructs an instance. -
Methodenübersicht
Von Klasse geerbte Methoden io.github.sebasbaumh.postgis.MultiGeometry
add, addAll, checkConsistency, equals, getCoordinates, getGeometries, getNumberOfCoordinates, hashCode, hasMeasure, is3d, isEmpty, iterator, setSrid, size, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliterator
-
Felddetails
-
TYPE
public static final int TYPEThe OGIS geometry type number for multi surfaces, which can be (linear) polygons or curve polygons.- Siehe auch:
-
-
Konstruktordetails
-
MultiSurface
public MultiSurface()Constructs an instance. -
MultiSurface
Constructs an instance.- Parameter:
lines
- lines
-