public class MultiPoint<P extends Position> extends AbstractGeometryCollection<P,Point<P>>
GeometryCollection of Points.geometries| Constructor and Description |
|---|
MultiPoint(CoordinateReferenceSystem<P> crs) |
MultiPoint(Point<P>... points)
Constructs a
MultiPoint from the specified Points |
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
as(Class<Q> castToType) |
Class<? extends Geometry> |
getComponentType()
Returns the
Class of which all constituent Geometrys are instances. |
int |
getDimension()
Returns the topological dimension of this instance.
|
GeometryType |
getGeometryType()
Returns the type of this
Geometry. |
accept, components, getGeometryN, getNumGeometries, iteratorcheckCast, equals, forceToCrs, forceToCrs, getBoundingBox, getCoordinateDimension, getCoordinateReferenceSystem, getCrs, getEnvelope, getNumPositions, getPositionClass, getPositionN, getPositions, getSRID, hashCode, hasM, hasZ, isEmpty, nestPositionSequences, toCrs, toString, writeReplaceclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliterator@SafeVarargs public MultiPoint(Point<P>... points)
MultiPoint from the specified Pointspoints - the element Points for the constructed MultiPointpublic MultiPoint(CoordinateReferenceSystem<P> crs)
public int getDimension()
GeometryGeometries.getDimension in class AbstractGeometryCollection<P extends Position,Point<P extends Position>>public GeometryType getGeometryType()
GeometryGeometry.getGeometryType in class AbstractGeometryCollection<P extends Position,Point<P extends Position>>GeometryType of this instance.public Class<? extends Geometry> getComponentType()
ComplexClass of which all constituent Geometrys are instances.getComponentType in interface Complex<P extends Position,Point<P extends Position>>getComponentType in class AbstractGeometryCollection<P extends Position,Point<P extends Position>>Class of which all constituent Geometrys are instances.Copyright © 2023 geolatte.org. All rights reserved.