|
|||||||||
| 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.PeHVDatum
public abstract class PeHVDatum
Horizontal-Vertical Coordinate System. This is an abstract class for either a DATUM or a VDATUM object.
| Constructor Summary | |
|---|---|
PeHVDatum()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a duplicate of the datum object. |
void |
delete()
Deletes this datum object. |
static PeHVDatum |
fromString(java.lang.String str)
Creates a new datum object from the provided string representation. |
boolean |
isEqual(PeHVDatum hvdatum)
Determines if two datum objects are equivalent. |
java.lang.String |
toString()
Returns the string representation of this datum object. |
java.lang.String |
toString(int mode)
Returns the string representation of this datum object. |
| Methods inherited from class com.esri.sde.sdk.pe.PeObject |
|---|
fromAnyString, fromStringByType, getAuth, getCode, getName, getStatus, getType, isEqual, setAuth |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PeHVDatum()
| Method Detail |
|---|
public void delete()
delete in class PeObject
public static PeHVDatum fromString(java.lang.String str)
throws PeProjectionException
PeProjectionExceptionpublic boolean isEqual(PeHVDatum hvdatum)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
toString in class PeObjectpublic java.lang.String toString(int mode)
toString in class PeObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||