com.esri.sde.sdk.pe
Class PeAdjHCS

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

public final class PeAdjHCS
extends PeObject

Adjusted Horizontal Coordinate System


Constructor Summary
PeAdjHCS(java.lang.String str)
          Constructor.
PeAdjHCS(java.lang.String name, PeCoordinateSystem coordsys, PeHTMethod htmethod, PeArray array, PeUnit unit)
          Constructor.
 
Method Summary
 java.lang.Object clone()
          Clone a adjhcs.
 void delete()
          Destructor.
 int fromCoordSys(int n, double[][] coord)
          Convert an array of coordinates from the representation of a coordsys.
static PeAdjHCS fromString(java.lang.String str)
          Create adjhcs from string
 PeArray getArray()
          Retrieve a adjhcs's array.
 PeAuthority getAuth()
          Retrieve a adjhcs's authority.
 int getCode()
           
 PeCoordinateSystem getCoordSys()
          Retrieve a adjhcs's coordsys.
 PeHTMethod getHTMethod()
          Retrieve a adjhcs's method.
 java.lang.String getName()
          Retrieve a adjhcs's name.
 int getStatus()
          Retrieve a adjhcs's status.
 int getType()
          Retrieve a adjhcs's type.
 PeUnit getUnit()
          Retrieve a adjhcs's unit.
 boolean isEqual(PeAdjHCS adjhcs)
          Check if two adjhcs's are equal.
 boolean isEqual(PeObject peobj)
          Check if two objects are equal.
 void setAuth(PeAuthority authority)
          Store an authority in a adjhcs.
 int toCoordSys(int n, double[][] coord)
          Convert an array of coordinates to the representation of a coordsys.
 java.lang.String toString()
          Retrieve a adjhcs's external representation.
 java.lang.String toString(int mode)
          Retrieve a adjhcs'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

PeAdjHCS

public PeAdjHCS(java.lang.String name,
                PeCoordinateSystem coordsys,
                PeHTMethod htmethod,
                PeArray array,
                PeUnit unit)
         throws PeProjectionException
Constructor.

Throws:
PeProjectionException

PeAdjHCS

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

Throws:
PeProjectionException
Method Detail

fromString

public static PeAdjHCS fromString(java.lang.String str)
                           throws PeProjectionException
Create adjhcs from string

Throws:
PeProjectionException

clone

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

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 adjhcs's name.

Specified by:
getName in class PeObject

getType

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

Specified by:
getType in class PeObject

getStatus

public int getStatus()
Retrieve a adjhcs's status.

Specified by:
getStatus in class PeObject

isEqual

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

Specified by:
isEqual in class PeObject

isEqual

public boolean isEqual(PeAdjHCS adjhcs)
Check if two adjhcs's are equal.


toString

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

Specified by:
toString in class PeObject

toString

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

Specified by:
toString in class PeObject

getAuth

public PeAuthority getAuth()
Retrieve a adjhcs's authority.

Specified by:
getAuth in class PeObject

setAuth

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

Specified by:
setAuth in class PeObject

getCoordSys

public PeCoordinateSystem getCoordSys()
Retrieve a adjhcs's coordsys.


getHTMethod

public PeHTMethod getHTMethod()
Retrieve a adjhcs's method.


getArray

public PeArray getArray()
Retrieve a adjhcs's array.


getUnit

public PeUnit getUnit()
Retrieve a adjhcs's unit.


toCoordSys

public int toCoordSys(int n,
                      double[][] coord)
Convert an array of coordinates to the representation of a coordsys.


fromCoordSys

public int fromCoordSys(int n,
                        double[][] coord)
Convert an array of coordinates from the representation of a coordsys.


getCode

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