com.esri.sde.sdk.pe
Class PeGeoXYZCS

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

public final class PeGeoXYZCS
extends PeObject

A Geogxyzcs is a geocentric coordinate system.


Constructor Summary
PeGeoXYZCS(java.lang.String str)
          Constructor.
PeGeoXYZCS(java.lang.String name, PeGeographicCS geogcs, PeUnit unit)
          Constructor.
 
Method Summary
 java.lang.Object clone()
          Clone a gcs.
 void delete()
          Destructor.
static PeGeoXYZCS fromString(java.lang.String str)
          Create a gcs from string.
 PeAuthority getAuth()
          Retrieve the authority from a geoxyzcs.
 int getCode()
           
 PeGeographicCS getGeogCS()
          Get the geographic coordinate system object.
 PeMetadata getMetadata()
          Retrieve a geogcs's metadata.
 java.lang.String getName()
          Get the name of a geoxyzcs.
 int getStatus()
          Get this object's status.
 int getType()
          Get the type of a geoxyzcs.
 PeUnit getUnit()
          Get the unit.
 boolean isEqual(PeGeoXYZCS geoxyzcs)
          Test if two GCS are identical.
 boolean isEqual(PeObject peobject)
          Check if both pe objects are equal.
 void setAuth(PeAuthority authority)
          Set an authority in a geoxyzcs.
 void setMetadata(PeMetadata metadata)
          Set a metadata
 java.lang.String toString()
          Get the external representation of a geoxyzcs.
 java.lang.String toString(int mode)
          Get the extended external representation of a geoxyzcs.
 
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

PeGeoXYZCS

public PeGeoXYZCS(java.lang.String name,
                  PeGeographicCS geogcs,
                  PeUnit unit)
           throws PeProjectionException
Constructor.

Throws:
PeProjectionException

PeGeoXYZCS

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

Throws:
PeProjectionException
Method Detail

fromString

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

Throws:
PeProjectionException

clone

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

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()
Get the name of a geoxyzcs.

Specified by:
getName in class PeObject

getType

public int getType()
Get the type of a geoxyzcs.

Specified by:
getType in class PeObject

getStatus

public int getStatus()
Get this object's status.

Specified by:
getStatus in class PeObject

isEqual

public boolean isEqual(PeObject peobject)
Check if both pe objects are equal.

Specified by:
isEqual in class PeObject

isEqual

public boolean isEqual(PeGeoXYZCS geoxyzcs)
Test if two GCS are identical.


toString

public java.lang.String toString()
Get the external representation of a geoxyzcs.

Specified by:
toString in class PeObject

toString

public java.lang.String toString(int mode)
Get the extended external representation of a geoxyzcs.

Specified by:
toString in class PeObject

getAuth

public PeAuthority getAuth()
Retrieve the authority from a geoxyzcs.

Specified by:
getAuth in class PeObject

setAuth

public void setAuth(PeAuthority authority)
Set an authority in a geoxyzcs.

Specified by:
setAuth in class PeObject

getMetadata

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


setMetadata

public void setMetadata(PeMetadata metadata)
Set a metadata


getGeogCS

public PeGeographicCS getGeogCS()
Get the geographic coordinate system object.


getUnit

public PeUnit getUnit()
Get the unit.


getCode

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