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.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.format.midmif |
This package provides classes for loading MapInfo® Mid/Mif files.
|
ilog.views.maps.srs.coordsys |
Provides classes and interfaces for Spatial Reference Systems.
|
ilog.views.maps.srs.wkt |
Provides classes to help translating coordinate
systems and transformations to and from the
OpenGIS Well-Known Text (WKT) encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAngularUnit
This class defines angular units.
|
class |
IlvLinearUnit
This class defines linear units.
|
Modifier and Type | Method and Description |
---|---|
IlvUnit |
IlvLinearUnit.copy()
Returns a copy of this
IlvLinearUnit . |
IlvUnit |
IlvAngularUnit.copy()
Returns a copy of this
IlvAngularUnit . |
static IlvUnit |
IlvUnit.GetRegisteredUnit(String abbreviation)
Returns the registered unit whose abbreviation is specified as
argument.
|
Modifier and Type | Method and Description |
---|---|
static Enumeration<IlvUnit> |
IlvUnit.GetRegisteredUnits()
Returns a list of all registered units.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
IlvUnit.equivalent(IlvUnit unit)
Returns
true if the specified unit is equivalent to this
one. |
boolean |
IlvLinearUnit.equivalent(IlvUnit unit)
Returns
true if the specified unit is equivalent to this
one. |
boolean |
IlvAngularUnit.equivalent(IlvUnit unit)
Returns
true if the specified unit is equivalent to this
one. |
Constructor and Description |
---|
IlvUnit(IlvUnit source)
Constructs a new unit by copying an existing one.
|
Modifier and Type | Method and Description |
---|---|
JComboBox<IlvUnit> |
IlvJDisplayPreferencesEditorPanel.getAltitudeUnitList()
Returns A combo box lazily created using all units returned by
GetRegisteredUnits() . |
JComboBox<IlvUnit> |
IlvJDisplayPreferencesEditorPanel.getDistanceUnitList()
Returns A combo box lazily created using all units returned by
GetRegisteredUnits() . |
Modifier and Type | Method and Description |
---|---|
IlvUnit |
IlvAltitudeChart.getUnitDistance()
Returns the unit of distance used by this chart.
|
IlvUnit |
IlvAltitudeChart.getUnitHeight()
Returns the unit of altitude used by this chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAltitudeChart.setUnitDistance(IlvUnit unit)
Sets the unit of distance to be used by this chart.
|
void |
IlvAltitudeChart.setUnitHeight(IlvUnit unit)
Sets the unit of height to be used by this chart.
|
Modifier and Type | Method and Description |
---|---|
double |
IlvGeotiffTagDictionnary.getGeoUnitValue(IlvUnit unit,
int tag)
Returns the double value contained in the GeoTiff Tag transformed into the supplied unit.
|
Modifier and Type | Method and Description |
---|---|
IlvUnit |
IlvMIFReader.getUnit()
Returns the
IlvUnit describing the unit of the
coordinates of the IlvMapFeature returned by this feature
iterator. |
Modifier and Type | Method and Description |
---|---|
IlvUnit |
IlvCoordinateSystem.getUnit(int dimension)
Returns the units of this coordinate system.
|
Constructor and Description |
---|
IlvCoordinateSystem(String name,
IlvUnit[] units,
String[] axisNames)
Constructs a new
IlvCoordinateSystem . |
IlvGeographicCoordinateSystem(String name,
IlvMeridian primeMeridian,
IlvUnit[] units,
String[] axisNames,
IlvHorizontalDatum datum)
Constructs a new
IlvGeographicCoordinateSystem using the
specified parameters. |
Modifier and Type | Method and Description |
---|---|
String |
IlvWKTCoordinateSystemFactory.toWKT(IlvUnit unit)
Returns the WKT representation of the specified
IlvUnit . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.