com.esri.sde.sdk.pe
Class PeGars

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

public final class PeGars
extends java.lang.Object

Conversion between lat/lon and GARS notation


Constructor Summary
PeGars()
           
 
Method Summary
static int gars_to_geog(PeGeographicCS geogcs, int n, java.lang.String[] gars_str, double[] coord)
           
static int geog_to_gars(PeGeographicCS geogcs, int n, double[] coord, java.lang.String[] gars_str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeGars

public PeGars()
Method Detail

geog_to_gars

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

gars_to_geog

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