Modifier and Type | Method and Description |
---|---|
static double |
CotUtils.dmsDirectionToLatitude(CotUtils.LatitudeDmsDirection latDms)
/* Converts a LatitudeDmsDirection representation of a latitude into a
/* decimal representation of a latitude.
|
static double |
CotUtils.dmsDirectionToLatitude(int deg,
int min,
double sec,
CotUtils.LatitudeDirections dir)
/* Converts a degrees, minutes, seconds, direction representation of a
/* latitude into a decimal representation of a latitude.
|
static double |
CotUtils.dmsDirectionToLongitude(CotUtils.LongitudeDmsDirection lonDms)
/* Converts a LongitudeDmsDirection representation of a longitude into a
/* decimal representation of a longitude.
|
static double |
CotUtils.dmsDirectionToLongitude(int deg,
int min,
double sec,
CotUtils.LongitudeDirections dir)
/* Converts a degrees, minutes, seconds, direction representation of a
/* longitude into a decimal representation of a longitude.
|
static CotEvent |
CotEvent.parse(java.lang.String xmlEvent)
Parses an XML markup String into a CoTEvent.
|
void |
CotPoint.setCircularError(double ce)
Replaces the circular error (horizontal error in meters) associated with this CotPoint
|
void |
CotPoint.setLatitude(double inLatitude)
Sets the latitude of the point.
|
void |
CotPoint.setLinearError(double le)
Replaces the linear error (vertical error in meters) associated with this CotPoint
|
void |
CotPoint.setLongitude(double inLongitude)
Sets the longitude of the point
|