public class MultiPoint<P extends Position> extends GeometryCollection<P,Point<P>>
GeometryCollection
of Point
s.geometries
Constructor and Description |
---|
MultiPoint(CoordinateReferenceSystem<P> crs) |
MultiPoint(Point<P>... points)
Constructs a
MultiPoint from the specified Point s |
Modifier and Type | Method and Description |
---|---|
Class<? extends Geometry> |
getComponentType()
Returns the
Class of which all constituent Geometry s are instances. |
int |
getDimension()
Returns the topological dimension of this instance.
|
GeometryType |
getGeometryType()
Returns the type of this
Geometry . |
accept, components, getGeometryN, getNumGeometries, iterator
equals, forceToCrs, getCoordinateDimension, getCoordinateReferenceSystem, getCrs, getEnvelope, getNumPositions, getPositionClass, getPositionN, getPositions, getSRID, hashCode, isEmpty, nestPositionSequences, toString, writeReplace
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public MultiPoint(Point<P>... points)
MultiPoint
from the specified Point
spoints
- the element Point
s for the constructed MultiPoint
public MultiPoint(CoordinateReferenceSystem<P> crs)
public int getDimension()
Geometry
Geometries
.getDimension
in class GeometryCollection<P extends Position,Point<P extends Position>>
public GeometryType getGeometryType()
Geometry
Geometry
.getGeometryType
in class GeometryCollection<P extends Position,Point<P extends Position>>
GeometryType
of this instance.public Class<? extends Geometry> getComponentType()
Complex
Class
of which all constituent Geometry
s are instances.getComponentType
in interface Complex<P extends Position,Point<P extends Position>>
getComponentType
in class GeometryCollection<P extends Position,Point<P extends Position>>
Class
of which all constituent Geometry
s are instances.Copyright © 2023 geolatte.org. All rights reserved.