com.esri.core.geometry.ogc
public class OGCMultiPoint extends OGCGeometryCollection
esriSR| Constructor and Description |
|---|
OGCMultiPoint(MultiPoint mp,
SpatialReference sr) |
OGCMultiPoint(OGCPoint startPoint,
OGCPoint endPoint) |
OGCMultiPoint(Point startPoint,
SpatialReference sr) |
OGCMultiPoint(SpatialReference sr) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
asBinary() |
String |
asText() |
OGCGeometry |
boundary() |
OGCGeometry |
convertToMulti()
Converts this Geometry to the OGCMulti* if it is not OGCMulti* or
OGCGeometryCollection already.
|
OGCGeometry |
geometryN(int n)
Returns the Nth geometry in this GeometryCollection.
|
String |
geometryType() |
Geometry |
getEsriGeometry() |
OGCGeometry |
locateAlong(double mValue) |
OGCGeometry |
locateBetween(double mStart,
double mEnd) |
int |
numGeometries()
Returns the number of geometries in this GeometryCollection.
|
asGeoJson, asJson, buffer, contains, convexHull, coordinateDimension, createFromEsriCursor, createFromEsriCursor, createFromEsriGeometry, createFromEsriGeometry, createFromOGCStructure, crosses, difference, dimension, disjoint, distance, envelope, equals, fromBinary, fromEsriShape, fromGeoJson, fromJson, fromText, getEsriGeometryCursor, getEsriSpatialReference, intersection, intersects, is3D, isConcreteGeometryCollection, isEmpty, isMeasured, isSimple, isSimpleRelaxed, makeSimple, makeSimpleRelaxed, MakeSimpleRelaxed, MaxMeasure, MaxZ, MinMeasure, MinZ, overlaps, relate, setSpatialReference, SRID, symDifference, toString, touches, union, withinpublic OGCMultiPoint(MultiPoint mp, SpatialReference sr)
mp - MultiPoint instance will be referenced by this OGC classpublic OGCMultiPoint(Point startPoint, SpatialReference sr)
public OGCMultiPoint(SpatialReference sr)
public int numGeometries()
OGCGeometryCollectionnumGeometries in class OGCGeometryCollectionpublic String asText()
asText in class OGCGeometrypublic ByteBuffer asBinary()
asBinary in class OGCGeometrypublic OGCGeometry geometryN(int n)
OGCGeometryCollectiongeometryN in class OGCGeometryCollectionn - The 0 based index of the geometry.public String geometryType()
geometryType in class OGCGeometrypublic OGCGeometry boundary()
boundary in class OGCGeometrypublic OGCGeometry locateAlong(double mValue)
locateAlong in class OGCGeometrypublic OGCGeometry locateBetween(double mStart, double mEnd)
locateBetween in class OGCGeometrypublic Geometry getEsriGeometry()
getEsriGeometry in class OGCGeometrypublic OGCGeometry convertToMulti()
OGCGeometryconvertToMulti in class OGCGeometryCopyright © 2015. All Rights Reserved.