com.esri.sde.sdk.pe
Class PeVDatum

java.lang.Object
  extended by com.esri.sde.sdk.pe.PeObject
      extended by com.esri.sde.sdk.pe.PeHVDatum
          extended by com.esri.sde.sdk.pe.PeVDatum
All Implemented Interfaces:
java.lang.Cloneable

public final class PeVDatum
extends PeHVDatum

Vertical Datum


Constructor Summary
PeVDatum(java.lang.String str)
          Constructor.
 
Method Summary
 java.lang.Object clone()
          Clone a vdatum.
 void delete()
          Destructor.
static PeHVDatum fromString(java.lang.String str)
          Create a vdatum from a string.
 PeAuthority getAuth()
          Retrieve a vdatum's authority.
 int getCode()
           
 java.lang.String getName()
          Retrieves the name of the vertical datum.
 int getStatus()
          Retrieve vertical datum build status code.
 int getType()
          Retrieve a vdatum's type.
 boolean isEqual(PeObject peobj)
          Tests whether two vertical datum objects are equivalent.
 boolean isEqual(PeVDatum vdatum)
          Tests whether two vertical datum objects are equivalent.
 void setAuth(PeAuthority authority)
          Store an authority in a vdatum.
 java.lang.String toString()
          Retrieve a vdatum's external representation.
 java.lang.String toString(int mode)
          Retrieve a vdatum's extended external representation.
 
Methods inherited from class com.esri.sde.sdk.pe.PeHVDatum
isEqual
 
Methods inherited from class com.esri.sde.sdk.pe.PeObject
fromAnyString, fromStringByType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeVDatum

public PeVDatum(java.lang.String str)
         throws PeProjectionException
Constructor. Note that this constructor handles both a name and a WKT string.

Throws:
PeProjectionException
Method Detail

fromString

public static PeHVDatum fromString(java.lang.String str)
                            throws PeProjectionException
Create a vdatum from a string.

Throws:
PeProjectionException

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone a vdatum.

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

delete

public void delete()
Destructor.

Overrides:
delete in class PeHVDatum

getName

public java.lang.String getName()
Retrieves the name of the vertical datum.

Specified by:
getName in class PeObject

getType

public int getType()
Retrieve a vdatum's type.

Specified by:
getType in class PeObject

getStatus

public int getStatus()
Retrieve vertical datum build status code.

Specified by:
getStatus in class PeObject

isEqual

public boolean isEqual(PeObject peobj)
Tests whether two vertical datum objects are equivalent.

Specified by:
isEqual in class PeObject

isEqual

public boolean isEqual(PeVDatum vdatum)
Tests whether two vertical datum objects are equivalent.


toString

public java.lang.String toString()
Retrieve a vdatum's external representation.

Overrides:
toString in class PeHVDatum

toString

public java.lang.String toString(int mode)
Retrieve a vdatum's extended external representation.

Overrides:
toString in class PeHVDatum

getAuth

public PeAuthority getAuth()
Retrieve a vdatum's authority.

Specified by:
getAuth in class PeObject

setAuth

public void setAuth(PeAuthority authority)
Store an authority in a vdatum.

Specified by:
setAuth in class PeObject

getCode

public int getCode()
Specified by:
getCode in class PeObject