edu.iris.Fissures
Class LocationType

java.lang.Object
  extended by edu.iris.Fissures.LocationType
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class LocationType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Whether the latitude is measured as distance in degrees along the surface, GEOGRAPHIC, or as an angle from the center of the earth. This is essentially a first order ellipticity correction.

See Also:
Serialized Form

Field Summary
static int _GEOCENTRIC
           
static int _GEOGRAPHIC
           
static LocationType GEOCENTRIC
           
static LocationType GEOGRAPHIC
           
 
Constructor Summary
protected LocationType(int value)
           
 
Method Summary
static LocationType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_GEOGRAPHIC

public static final int _GEOGRAPHIC
See Also:
Constant Field Values

GEOGRAPHIC

public static final LocationType GEOGRAPHIC

_GEOCENTRIC

public static final int _GEOCENTRIC
See Also:
Constant Field Values

GEOCENTRIC

public static final LocationType GEOCENTRIC
Constructor Detail

LocationType

protected LocationType(int value)
Method Detail

value

public int value()

from_int

public static LocationType from_int(int value)