com.partnersoft.formats.shapefile
Class SdePointZ

java.lang.Object
  extended by com.partnersoft.formats.shapefile.SdePoint
      extended by 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 com.partnersoft.formats.shapefile.SdePoint
equals, getX, getY, toString, toXyPoint, toXyPoint
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SdePointZ

public SdePointZ(long x,
                 long y,
                 long z)
Method Detail

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()