com.esri.sde.sdk.pe
Class PeGTlist

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

public final class PeGTlist
extends java.lang.Object

This class provides a list of GEOGTRANs for two given coordinate systems.


Constructor Summary
PeGTlist()
           
 
Method Summary
static void delGTlist(PeGTlistEntry[] list)
           
static PeGTlistEntry[] getGTlist(PeCoordinateSystem cs1, PeCoordinateSystem cs2, int steps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeGTlist

public PeGTlist()
Method Detail

getGTlist

public static PeGTlistEntry[] getGTlist(PeCoordinateSystem cs1,
                                        PeCoordinateSystem cs2,
                                        int steps)

delGTlist

public static void delGTlist(PeGTlistEntry[] list)