com.esri.sde.sdk.pe
Class PeHVDatum

java.lang.Object
  extended by com.esri.sde.sdk.pe.PeObject
      extended by com.esri.sde.sdk.pe.PeHVDatum
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
PeDatum, PeVDatum

public abstract class PeHVDatum
extends PeObject

Horizontal-Vertical Coordinate System. This is an abstract class for either a DATUM or a VDATUM object.


Constructor Summary
PeHVDatum()
           
 
Method Summary
 java.lang.Object clone()
          Creates a duplicate of the datum object.
 void delete()
          Deletes this datum object.
static PeHVDatum fromString(java.lang.String str)
          Creates a new datum object from the provided string representation.
 boolean isEqual(PeHVDatum hvdatum)
          Determines if two datum objects are equivalent.
 java.lang.String toString()
          Returns the string representation of this datum object.
 java.lang.String toString(int mode)
          Returns the string representation of this datum object.
 
Methods inherited from class com.esri.sde.sdk.pe.PeObject
fromAnyString, fromStringByType, getAuth, getCode, getName, getStatus, getType, isEqual, setAuth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeHVDatum

public PeHVDatum()
Method Detail

delete

public void delete()
Deletes this datum object.

Specified by:
delete in class PeObject

fromString

public static PeHVDatum fromString(java.lang.String str)
                            throws PeProjectionException
Creates a new datum object from the provided string representation.

Throws:
PeProjectionException

isEqual

public boolean isEqual(PeHVDatum hvdatum)
Determines if two datum objects are equivalent.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates a duplicate of the datum object.

Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

toString

public java.lang.String toString()
Returns the string representation of this datum object.

Specified by:
toString in class PeObject

toString

public java.lang.String toString(int mode)
Returns the string representation of this datum object.

Specified by:
toString in class PeObject