com.esri.sde.sdk.pe
Class PeGeogTransformations

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

public final class PeGeogTransformations
extends PeObject

This class defines the methods for a datum transformation.


Constructor Summary
PeGeogTransformations(java.lang.String str)
          Constructor.
PeGeogTransformations(java.lang.String name, PeGeographicCS geogcs1, PeGeographicCS geogcs2, PeMethod method, PeParameters[] parameters)
          Constructor.
 
Method Summary
 java.lang.Object clone()
          Clone a geogtran;.
 void delete()
          Deconstructor.
static PeGeogTransformations fromString(java.lang.String str)
          Create a geogtran from a string.
 PeAuthority getAuth()
          Retrieve a geogtran's authority
 int getCode()
           
 PeGeographicCS getGeogCS1()
          Retrieve a GT's 1st Geographic Coordinate System.
 PeGeographicCS getGeogCS2()
          Retrieve a GT's 2nd Geographic Coordinate System.
 com.esri.sde.sdk.pe.PeConstants getGTConstants()
           
 PeMetadata getMetadata()
          Retrieve a geogtran's metadata.
 PeMethod getMethod()
          Retrieve a GT's method.
 java.lang.String getName()
          Retrieve a geogtran's name.
 PeParameters[] getParams()
          Retrieve a geogtran's parameter array.
 int getStatus()
          Get the this object's status.
 int getType()
          Retrieve a geogtran's type.
 boolean isConstLoaded()
          Checks if constants for a GT are loaded.
 boolean isEqual(PeGeogTransformations geogtran)
          Test if two geogtrans are identical.
 boolean isEqual(PeObject peobj)
          Check if both pe objects are equal.
 int loadConstants()
          Load constants for a GT.
 void setAuth(PeAuthority authority)
          Store an authority in a geogtran.
 void setMetadata(PeMetadata metadata)
          Set a metadata
 java.lang.String toString()
          Retrieve the external representation of a geogtran.
 java.lang.String toString(int mode)
          Retrieve the extended external representation of a geogtran.
 void unloadConstants()
          Unload constants for a GT.
 
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

PeGeogTransformations

public PeGeogTransformations(java.lang.String name,
                             PeGeographicCS geogcs1,
                             PeGeographicCS geogcs2,
                             PeMethod method,
                             PeParameters[] parameters)
                      throws PeProjectionException
Constructor.

Throws:
PeProjectionException

PeGeogTransformations

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

Throws:
PeProjectionException
Method Detail

fromString

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

Throws:
PeProjectionException

clone

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

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

delete

public void delete()
Deconstructor.

Specified by:
delete in class PeObject

getName

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

Specified by:
getName in class PeObject

getType

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

Specified by:
getType in class PeObject

getStatus

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

Specified by:
getStatus in class PeObject

isEqual

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

Specified by:
isEqual in class PeObject

isEqual

public boolean isEqual(PeGeogTransformations geogtran)
Test if two geogtrans are identical.


toString

public java.lang.String toString()
Retrieve the external representation of a geogtran.

Specified by:
toString in class PeObject

toString

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

Specified by:
toString in class PeObject

getAuth

public PeAuthority getAuth()
Retrieve a geogtran's authority

Specified by:
getAuth in class PeObject

setAuth

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

Specified by:
setAuth in class PeObject

getMethod

public PeMethod getMethod()
Retrieve a GT's method.


getGeogCS1

public PeGeographicCS getGeogCS1()
Retrieve a GT's 1st Geographic Coordinate System.


getGeogCS2

public PeGeographicCS getGeogCS2()
Retrieve a GT's 2nd Geographic Coordinate System.


getMetadata

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


setMetadata

public void setMetadata(PeMetadata metadata)
Set a metadata


loadConstants

public int loadConstants()
                  throws PeProjectionException
Load constants for a GT.

Throws:
PeProjectionException

unloadConstants

public void unloadConstants()
Unload constants for a GT.


isConstLoaded

public boolean isConstLoaded()
Checks if constants for a GT are loaded.


getParams

public PeParameters[] getParams()
Retrieve a geogtran's parameter array.


getGTConstants

public com.esri.sde.sdk.pe.PeConstants getGTConstants()

getCode

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