com.partnersoft.formats.shapefile
Class SdePointZ
java.lang.Object
com.partnersoft.formats.shapefile.SdePoint
com.partnersoft.formats.shapefile.SdePointZ
- All Implemented Interfaces:
- Immutable
- Direct Known Subclasses:
- SdePointZM
public class SdePointZ
- extends SdePoint
|
Constructor Summary |
SdePointZ(long x,
long y,
long z)
|
|
Method Summary |
long |
getZ()
|
XyzPoint |
toXyPoint(double falseOriginX,
double falseOriginY,
double falseOriginZ,
double scale)
Convert the result to an XyPoint representation using the given
spatial-reference parameters. |
XyzPoint |
toXyzPoint()
Convert the result directly to an XyPoint representation. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SdePointZ
public SdePointZ(long x,
long y,
long z)
toXyzPoint
public XyzPoint toXyzPoint()
- Convert the result directly to an XyPoint representation.
toXyPoint
public XyzPoint toXyPoint(double falseOriginX,
double falseOriginY,
double falseOriginZ,
double scale)
- Convert the result to an XyPoint representation using the given
spatial-reference parameters.
getZ
public long getZ()