public interface IPoint extends IFeatureGeometry
IFeatureGeometry that represents a single point on the earth.| Modifier and Type | Method and Description |
|---|---|
IPoint |
getCopy()
Returns a non-transient copy of this
IFeatureGeometry in this IFeatureGeometry's coordinate system. |
IPoint |
getCopy(CoordSys crs)
Returns a non-transient copy of this
IFeatureGeometry in the specified coordinate system. |
com.mapinfo.midev.geometry.DirectPosition |
getDirectPosition()
Return the
IDirectPosition that this point represents. |
com.mapinfo.midev.geometry.MValue |
getM()
Returns the M value of the location of the point.
|
double |
getX()
Returns the X ordinate of the location of the point.
|
double |
getY()
Returns the Y ordinate of the location of the point.
|
double |
getZ()
Returns the Z ordinate of the location of the point.
|
getRepresentativePoint, initializeRepresentativePoint, setRepresentativePointcontains, getArea, getCoordSys, getDimension, getEnvelope, getPerimeter, getSpatialInfo, getType, isEmpty, isTransient, mAllSet, mSet, zAllSet, zSetdouble getX()
double getY()
double getZ()
com.mapinfo.midev.geometry.MValue getM()
com.mapinfo.midev.geometry.DirectPosition getDirectPosition()
IDirectPosition that this point represents.IPoint getCopy()
IFeatureGeometryIFeatureGeometry in this IFeatureGeometry's coordinate system.getCopy in interface IFeatureGeometrygetCopy in interface IGeometryIFeatureGeometry in this IFeatureGeometry's coordinate system.IFeatureGeometry.getCopy(com.mapinfo.midev.coordsys.CoordSys),
IGeometry.isTransient()IPoint getCopy(CoordSys crs)
IFeatureGeometryIFeatureGeometry in the specified coordinate system.getCopy in interface IFeatureGeometrygetCopy in interface IGeometrycrs - coordinate system of the returned copyIFeatureGeometry in the specified coordinate system.IGeometry.isTransient()