com.esri.sde.sdk.pe
Class PeHVCoordSys

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

public final class PeHVCoordSys
extends PeObject

Horizontal-Vertical Coordinate System


Constructor Summary
PeHVCoordSys(PeCoordinateSystem coordsys, PeVertCS vertcs)
          Constructor.
PeHVCoordSys(java.lang.String str)
          Constructor.
PeHVCoordSys(java.lang.String name, PeCoordinateSystem coordsys, PeVertCS vertcs)
           
 
Method Summary
 java.lang.Object clone()
          Clone a hvcoordsys.
 void delete()
          Destructor
static PeHVCoordSys fromString(java.lang.String str)
          Create a hvcoordsys from a string.
 PeAuthority getAuth()
          Retrieve an authority from a hvcoordsys
 int getCode()
           
 PeCoordinateSystem getCoordsys()
          Retrieve a coordsys from a hvcoordsys.
 PeMetadata getMetadata()
          Retrieve a hvcoordsys's metadata.
 java.lang.String getName()
          Retrieve a hvcoordsys's name.
 int getStatus()
          Retrieve HVCS build status code and return it.
 int getType()
          Retrieve a hvcoordsys's type.
 PeVertCS getVertcs()
          Retrieve a vertcs from a hvcoordsys.
 boolean isEqual(PeHVCoordSys hvcoordsys)
          Test if two HVCS are identical.
 boolean isEqual(PeObject object)
          Test if two HVCS are identical.
 void setAuth(PeAuthority authority)
          Store an authority into a hvcoordsys.
 void setMetadata(PeMetadata metadata)
          Set a metadata
 java.lang.String toString()
          Retrieve a hvcoordsys's external representation.
 java.lang.String toString(int mode)
          Retrieve a hvcoordsys's extended external representation.
 
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

PeHVCoordSys

public PeHVCoordSys(PeCoordinateSystem coordsys,
                    PeVertCS vertcs)
             throws PeProjectionException
Constructor.

Throws:
PeProjectionException

PeHVCoordSys

public PeHVCoordSys(java.lang.String name,
                    PeCoordinateSystem coordsys,
                    PeVertCS vertcs)
             throws PeProjectionException
Throws:
PeProjectionException

PeHVCoordSys

public PeHVCoordSys(java.lang.String str)
             throws PeProjectionException
Constructor.

Throws:
PeProjectionException
Method Detail

fromString

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

Throws:
PeProjectionException

clone

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

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

delete

public void delete()
Destructor

Specified by:
delete in class PeObject

getName

public java.lang.String getName()
Retrieve a hvcoordsys's name.

Specified by:
getName in class PeObject

getType

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

Specified by:
getType in class PeObject

getStatus

public int getStatus()
Retrieve HVCS build status code and return it.

Specified by:
getStatus in class PeObject

isEqual

public boolean isEqual(PeObject object)
Test if two HVCS are identical.

Specified by:
isEqual in class PeObject

isEqual

public boolean isEqual(PeHVCoordSys hvcoordsys)
Test if two HVCS are identical.


toString

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

Specified by:
toString in class PeObject

toString

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

Specified by:
toString in class PeObject

getAuth

public PeAuthority getAuth()
Retrieve an authority from a hvcoordsys

Specified by:
getAuth in class PeObject

setAuth

public void setAuth(PeAuthority authority)
Store an authority into a hvcoordsys.

Specified by:
setAuth in class PeObject

getMetadata

public PeMetadata getMetadata()
Retrieve a hvcoordsys's metadata.


setMetadata

public void setMetadata(PeMetadata metadata)
Set a metadata


getCoordsys

public PeCoordinateSystem getCoordsys()
Retrieve a coordsys from a hvcoordsys.


getVertcs

public PeVertCS getVertcs()
Retrieve a vertcs from a hvcoordsys.


getCode

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