com.esri.sde.sdk.pe
Class PeGeoref

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

public final class PeGeoref
extends java.lang.Object

Conversion between lat/lon and GEOREF notation


Constructor Summary
PeGeoref()
           
 
Method Summary
static int geog_to_georef(PeGeographicCS geogcs, int n, double[] coord, int num_digits, boolean numeric_rounding, java.lang.String[] georef_str)
           
static int georef_to_geog(PeGeographicCS geogcs, int n, java.lang.String[] georef_str, double[] coord)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeGeoref

public PeGeoref()
Method Detail

geog_to_georef

public static int geog_to_georef(PeGeographicCS geogcs,
                                 int n,
                                 double[] coord,
                                 int num_digits,
                                 boolean numeric_rounding,
                                 java.lang.String[] georef_str)

georef_to_geog

public static int georef_to_geog(PeGeographicCS geogcs,
                                 int n,
                                 java.lang.String[] georef_str,
                                 double[] coord)