com.esri.sde.sdk.pe
Class PeGTlistExtended

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

public final class PeGTlistExtended
extends java.lang.Object

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


Field Summary
static int PE_GTLIST_OPTS_FULLGRID
          grid GTs must be full
static int PE_GTLIST_OPTS_NONE
           
static int PE_GTLIST_OPTS_PARTIAL
          include GTs whose extent only partially covers data
static int PE_GTLIST_OPTS_UNKONTOP
          sort GTs with unknown extents to top of list
static int PE_GTLIST_OPTS_USABLE
          check if GT is usable
 
Constructor Summary
PeGTlistExtended()
           
 
Method Summary
static void delGTlistExtended(PeGTlistExtendedEntry[] list)
          delete an extended GTLIST array
static int geogToGeog(PeGTlistExtendedEntry gtEntry, int n, double[] coord, double[] h, int transform_direction)
          transform an array of coordinates
static PeGTlistExtendedEntry[] getGTlist(PeCoordinateSystem cs1, PeCoordinateSystem cs2, int steps, int options, PeGCSExtent data_extent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PE_GTLIST_OPTS_NONE

public static final int PE_GTLIST_OPTS_NONE
See Also:
Constant Field Values

PE_GTLIST_OPTS_USABLE

public static final int PE_GTLIST_OPTS_USABLE
check if GT is usable

See Also:
Constant Field Values

PE_GTLIST_OPTS_PARTIAL

public static final int PE_GTLIST_OPTS_PARTIAL
include GTs whose extent only partially covers data

See Also:
Constant Field Values

PE_GTLIST_OPTS_FULLGRID

public static final int PE_GTLIST_OPTS_FULLGRID
grid GTs must be full

See Also:
Constant Field Values

PE_GTLIST_OPTS_UNKONTOP

public static final int PE_GTLIST_OPTS_UNKONTOP
sort GTs with unknown extents to top of list

See Also:
Constant Field Values
Constructor Detail

PeGTlistExtended

public PeGTlistExtended()
Method Detail

getGTlist

public static PeGTlistExtendedEntry[] getGTlist(PeCoordinateSystem cs1,
                                                PeCoordinateSystem cs2,
                                                int steps,
                                                int options,
                                                PeGCSExtent data_extent)

delGTlistExtended

public static void delGTlistExtended(PeGTlistExtendedEntry[] list)
delete an extended GTLIST array


geogToGeog

public static int geogToGeog(PeGTlistExtendedEntry gtEntry,
                             int n,
                             double[] coord,
                             double[] h,
                             int transform_direction)
transform an array of coordinates