com.esri.sde.sdk.pe
Class PeVTTransformations

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

public final class PeVTTransformations
extends java.lang.Object

Converts points in one VERTCS to another VERTCS


Constructor Summary
PeVTTransformations()
           
 
Method Summary
static int vert1ToVert2(PeVerttran verttran, int n, double[] coord, double[] h)
           
static int vert2ToVert1(PeVerttran verttran, int n, double[] coord, double[] h)
           
static int vertToVert(PeVerttran verttran, int n, double[] coord, double[] h, int direction)
          Transform points between VERTCSs.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeVTTransformations

public PeVTTransformations()
Method Detail

vertToVert

public static int vertToVert(PeVerttran verttran,
                             int n,
                             double[] coord,
                             double[] h,
                             int direction)
                      throws PeProjectionException
Transform points between VERTCSs.

Throws:
PeProjectionException

vert1ToVert2

public static int vert1ToVert2(PeVerttran verttran,
                               int n,
                               double[] coord,
                               double[] h)
                        throws PeProjectionException
Throws:
PeProjectionException

vert2ToVert1

public static int vert2ToVert1(PeVerttran verttran,
                               int n,
                               double[] coord,
                               double[] h)
                        throws PeProjectionException
Throws:
PeProjectionException