com.esri.sde.sdk.pe
Class PeUsng

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

public final class PeUsng
extends java.lang.Object

Conversion between lat/lon and USNG notation


Constructor Summary
PeUsng()
           
 
Method Summary
static int geog_to_usng(PeGeographicCS geogcs, int n, double[] coord, int num_digits, boolean numeric_rounding, boolean add_spaces, java.lang.String[] str)
           
static int usng_to_geog(PeGeographicCS geogcs, int n, java.lang.String[] str, double[] coord)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeUsng

public PeUsng()
Method Detail

geog_to_usng

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

usng_to_geog

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