Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvCoordinateFormatterDictionary.MGRSConverter
A UTM coordinate formatter that has by default an MGRS Output
|
class |
IlvDecimalCoordinateFormatter
IlvDecimalCoordinateFormatter allows the user to enter
a decimal based latitude or longitude as degrees. |
class |
IlvDMSCoordinateFormatter
The IlvDMSCoordinateFormatter class is a utility class that converts
longitude and latitude (measured in radians) into Degree-Minute-Second
format such as
N64&B0;53'12.09" E167&B0;47'06.84" . |
class |
IlvGeocentricCoordinateFormater
The IlvGeocentricCoordinateFormater class is a utility class that converts
longitude and latitude (measured in radians) into cartesian geocentric
coordinates (X,Y,Z) such as
X:-6,364,039.61 Y:29,416.96 Z:296,204.96 . |
class |
IlvGeodesicCoordinateFormatter
The IlvGeodesicCoordinateFormatter class is a utility class that converts
longitude and latitude (measured in radians) into decimal Degree format such as
N64&B0;75 E167&B0;67 . |
class |
IlvUTMCoordinateFormatter
The IlvUTMCoordinateFormatter utility class converts longitude and latitude
values (expressed in radians) into either:
Universal Transverse Mercator (UTM) coordinates: zone number, zone letter , grid square, easting on 5 digits, northing on 5 digits such as
MGRS 60 V WQ 77438 21254 . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.