com.esri.sde.sdk.pe
Class PeGTTransformations

java.lang.Object
  extended by com.esri.sde.sdk.pe.PeGTTransformations

public final class PeGTTransformations
extends java.lang.Object

Converts points in one GEOGCS to another GEOGCS


Constructor Summary
PeGTTransformations()
           
 
Method Summary
static int geog1ToGeog2(PeGeogTransformations geogtran, int n, double[] coord, double[] h)
           
static int geog2ToGeog1(PeGeogTransformations geogtran, int n, double[] coord, double[] h)
           
static int geogToGeog(PeGeogTransformations geogtran, int n, double[] coord, double[] h, int direction)
          Transforms between geographic coordinate systems in the true order of a PeGeogTransforms.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeGTTransformations

public PeGTTransformations()
Method Detail

geogToGeog

public static int geogToGeog(PeGeogTransformations geogtran,
                             int n,
                             double[] coord,
                             double[] h,
                             int direction)
                      throws PeProjectionException
Transforms between geographic coordinate systems in the true order of a PeGeogTransforms.

Parameters:
geogtran - (PeGeogTransformations)the geographic transformation method
n - (int) the number of coordinate points
coord - (double[]) the array of coordinate points [x1, y1.. xn, yn]
Throws:
PeProjectionException

geog1ToGeog2

public static int geog1ToGeog2(PeGeogTransformations geogtran,
                               int n,
                               double[] coord,
                               double[] h)
                        throws PeProjectionException
Throws:
PeProjectionException

geog2ToGeog1

public static int geog2ToGeog1(PeGeogTransformations geogtran,
                               int n,
                               double[] coord,
                               double[] h)
                        throws PeProjectionException
Throws:
PeProjectionException