com.esri.sde.sdk.pe
Class PeUtm

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

public final class PeUtm
extends java.lang.Object

Conversion between lat/lon and UTM notation


Field Summary
static int PE_UTM_OPTS_ADD_SPACES
           
static int PE_UTM_OPTS_NONE
           
static int PE_UTM_OPTS_NS
           
 
Constructor Summary
PeUtm()
           
 
Method Summary
static int geog_to_utm(PeGeographicCS geogcs, int n, double[] coord, int mode, java.lang.String[] str)
           
static int utm_to_geog(PeGeographicCS geogcs, int n, java.lang.String[] str, int mode, double[] coord)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PE_UTM_OPTS_NONE

public static final int PE_UTM_OPTS_NONE
See Also:
Constant Field Values

PE_UTM_OPTS_ADD_SPACES

public static final int PE_UTM_OPTS_ADD_SPACES
See Also:
Constant Field Values

PE_UTM_OPTS_NS

public static final int PE_UTM_OPTS_NS
See Also:
Constant Field Values
Constructor Detail

PeUtm

public PeUtm()
Method Detail

geog_to_utm

public static int geog_to_utm(PeGeographicCS geogcs,
                              int n,
                              double[] coord,
                              int mode,
                              java.lang.String[] str)

utm_to_geog

public static int utm_to_geog(PeGeographicCS geogcs,
                              int n,
                              java.lang.String[] str,
                              int mode,
                              double[] coord)