@Immutable public class DefaultPoint extends DefaultGeometry implements Point
SPATIAL_REFERENCE_4326
Constructor and Description |
---|
DefaultPoint(double x,
double y) |
DefaultPoint(com.esri.core.geometry.ogc.OGCPoint point) |
Modifier and Type | Method and Description |
---|---|
com.esri.core.geometry.ogc.OGCPoint |
getOgcGeometry() |
double |
X()
Returns the X coordinate of this 2D point.
|
double |
Y()
Returns the Y coordinate of this 2D point.
|
asGeoJson, asWellKnownBinary, asWellKnownText, contains, equals, fromOgcGeoJson, fromOgcWellKnownBinary, fromOgcWellKnownText, getEsriGeometry, getPoints, hashCode, toEsri, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
fromCoordinates, fromGeoJson, fromWellKnownBinary, fromWellKnownText
asGeoJson, asWellKnownBinary, asWellKnownText, contains
public DefaultPoint(double x, double y)
public DefaultPoint(@NonNull com.esri.core.geometry.ogc.OGCPoint point)
@NonNull public com.esri.core.geometry.ogc.OGCPoint getOgcGeometry()
getOgcGeometry
in class DefaultGeometry
public double X()
Point
Copyright © 2017–2019. All rights reserved.