public class SdePointZ extends SdePoint
| Constructor and Description |
|---|
SdePointZ(long x,
long y,
long z) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public XyzPoint toXyzPoint()
public XyzPoint toXyPoint(double falseOriginX, double falseOriginY, double falseOriginZ, double scale)
public long getZ()