public class MultiPoint extends GeometryCollection
geometries, points| Constructor and Description |
|---|
MultiPoint(Point[] points)
Constructs a
MultiPoint from the specified Points |
| Modifier and Type | Method and Description |
|---|---|
static MultiPoint |
createEmpty()
Constructs an empty
MultiPoint. |
Geometry |
getBoundary()
Returns the boundary of this
Geometry. |
int |
getDimension()
Returns the topological dimension of this instance.
|
Point |
getGeometryN(int num)
Returns the
Geometry element at the specified (zero-based) position in this GeometryCollection. |
GeometryType |
getGeometryType()
Returns the type of this
Geometry. |
accept, getNumGeometries, getPoints, iteratorasBinary, asText, buffer, collectPointSets, contains, convexHull, crosses, difference, disjoint, distance, equals, getCoordinateDimension, getCrsId, getCrsId, getDimensionalFlag, getEnvelope, getGeometryOperations, getGeometryOperations, getNumPoints, getPointN, getSRID, hashCode, intersection, intersects, is3D, isEmpty, isMeasured, isSimple, locateAlong, locateBetween, overlaps, relate, symDifference, toString, touches, union, withinclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MultiPoint(Point[] points)
MultiPoint from the specified Pointspoints - the element Points for the constructed MultiPointpublic static MultiPoint createEmpty()
MultiPoint.MultiPoint.public int getDimension()
GeometryGeometries.getDimension in class GeometryCollectionpublic GeometryType getGeometryType()
GeometryGeometry.getGeometryType in class GeometryCollectionGeometryType of this instance.public Geometry getBoundary()
GeometryGeometry.getBoundary in class Geometrypublic Point getGeometryN(int num)
GeometryCollectionGeometry element at the specified (zero-based) position in this GeometryCollection.getGeometryN in class GeometryCollectionnum - the position in the collection of the requested GeometryGeometry at the position specified by the num parameter.Copyright © 2015 geolatte.org. All rights reserved.