|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.sde.sdk.pe.PeObject
com.esri.sde.sdk.pe.PeGeogTransformations
public final class PeGeogTransformations
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 |
|---|
public PeGeogTransformations(java.lang.String name,
PeGeographicCS geogcs1,
PeGeographicCS geogcs2,
PeMethod method,
PeParameters[] parameters)
throws PeProjectionException
PeProjectionException
public PeGeogTransformations(java.lang.String str)
throws PeProjectionException
PeProjectionException| Method Detail |
|---|
public static PeGeogTransformations fromString(java.lang.String str)
throws PeProjectionException
PeProjectionException
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void delete()
delete in class PeObjectpublic java.lang.String getName()
getName in class PeObjectpublic int getType()
getType in class PeObjectpublic int getStatus()
getStatus in class PeObjectpublic boolean isEqual(PeObject peobj)
isEqual in class PeObjectpublic boolean isEqual(PeGeogTransformations geogtran)
public java.lang.String toString()
toString in class PeObjectpublic java.lang.String toString(int mode)
toString in class PeObjectpublic PeAuthority getAuth()
getAuth in class PeObjectpublic void setAuth(PeAuthority authority)
setAuth in class PeObjectpublic PeMethod getMethod()
public PeGeographicCS getGeogCS1()
public PeGeographicCS getGeogCS2()
public PeMetadata getMetadata()
public void setMetadata(PeMetadata metadata)
public int loadConstants()
throws PeProjectionException
PeProjectionExceptionpublic void unloadConstants()
public boolean isConstLoaded()
public PeParameters[] getParams()
public com.esri.sde.sdk.pe.PeConstants getGTConstants()
public int getCode()
getCode in class PeObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||