com.partnersoft.formats.shapefile
Class SdePointZM

java.lang.Object
  extended by com.partnersoft.formats.shapefile.SdePoint
      extended by com.partnersoft.formats.shapefile.SdePointZ
          extended by com.partnersoft.formats.shapefile.SdePointZM
All Implemented Interfaces:
Immutable

public class SdePointZM
extends SdePointZ


Constructor Summary
SdePointZM(long x, long y, long z, long m)
           
 
Method Summary
 long getM()
           
 
Methods inherited from class com.partnersoft.formats.shapefile.SdePointZ
getZ, toXyPoint, toXyzPoint
 
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

SdePointZM

public SdePointZM(long x,
                  long y,
                  long z,
                  long m)
Method Detail

getM

public long getM()