edu.iris.Fissures
Class LocationType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
LocationType
protected LocationType(int value)
value
public int value()
from_int
public static LocationType from_int(int value)