Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.beans.editor |
Provides specific editors for coordinates and specific property sheet for datum and ellipsoids.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractCoordinateFormatter
This abstract coordinate system is the manages common formatter properties such as:
input and output separators used to parse or format coordinate strings.
|
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 . |
Modifier and Type | Method and Description |
---|---|
IlvCoordinateFormatter |
IlvCoordinateFormatterDictionary.createFormatter(String name,
IlvEllipsoid preferredEllipsoid)
Returns the formatter corresponding to the string passed as argument.
|
IlvCoordinateFormatter |
IlvDisplayPreferences.getCoordinateFormatter()
Returns the coordinate Formatter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDisplayPreferences.setCoordinateFormatter(IlvCoordinateFormatter coordinateFormatter)
Sets the coordinate formatter to use when displaying coordinates.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateFormatter |
IlvJDisplayPreferencesEditorPanel.getCoordinateFormatter()
Returns the coordinate formatter selected on the panel.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJDisplayPreferencesEditorPanel.setCoordinateFormatter(IlvCoordinateFormatter el)
Selects the coordinate formatter.
|
Modifier and Type | Method and Description |
---|---|
static IlvCoordinatePanelFactory.CoordPointInputPanel |
IlvCoordinatePanelFactory.createCoordPointInputPanel(IlvManagerView view,
IlvCoordinateFormatter system)
Creates a JPanel containing all the necessary GUI elements for managing the entry of
lat/lon coordinates, according to the system selected. |
static IlvCoordinatePanelFactory.CoordRectangleInputPanel |
IlvCoordinatePanelFactory.createCoordRectangleInputPanel(IlvManagerView view,
IlvCoordinateFormatter system)
Creates a JPanel containing all the necessary GUI elements for managing the entry of a
set of two
lat/lon coordinates, according to the system selected. |
void |
IlvCoordinatePanelFactory.CoordPointInputPanel.setSystem(IlvCoordinateFormatter system)
Sets a new system to be used.
|
void |
IlvCoordinatePanelFactory.CoordRectangleInputPanel.setSystem(IlvCoordinateFormatter system)
Sets a new system to be used.
|
Constructor and Description |
---|
CoordPointInputPanel(IlvManagerView view,
IlvCoordinateFormatter system)
Creates a panel to input a point.
|
CoordRectangleInputPanel(IlvManagerView view,
IlvCoordinateFormatter system)
Create this panel.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.