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.terrain3d.symbol |
Classes to manage symbols on top of the 3D view.
|
ilog.views.maps.format.geotiff |
This package contains classes that you can use to read GeoTIFF files.
|
ilog.views.maps.projection |
Classes to manage projections and georeferencement.
|
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 | Field and Description |
---|---|
static IlvLinearUnit |
IlvLinearUnit.FT
The unit representing international feet.
|
static IlvLinearUnit |
IlvLinearUnit.KILOMETER
The unit representing kilometers.
|
static IlvLinearUnit |
IlvLinearUnit.KMI
The unit representing international nautical miles.
|
static IlvLinearUnit |
IlvLinearUnit.METER
The unit representing meters.
|
static IlvLinearUnit |
IlvLinearUnit.MI
The unit representing international statute miles.
|
Modifier and Type | Method and Description |
---|---|
IlvLinearUnit |
IlvDisplayPreferences.getAltitudeUnit()
Returns the altitude Unit.
|
IlvLinearUnit |
IlvDisplayPreferences.getDistanceUnit()
Returns the distance Unit.
|
IlvLinearUnit |
IlvScaleVisibilityFilter.getUnit()
Returns the linear unit.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvScaleController.FitTransformerToPoint(IlvManagerView view,
IlvLinearUnit unit,
double scale,
IlvPoint point,
boolean redraw)
Centers the specified view around the specified point and sets
the scale of the view to the specified scale.
|
static double |
IlvScaleController.GetScale(IlvManagerView view,
IlvLinearUnit managerUnit)
Returns the scale of a manager view.
|
static double |
IlvScaleController.GetZoomFactor(double scale,
IlvLinearUnit managerUnit)
Returns the zoom factor of a transformer that would show a map
at the specified scale.
|
void |
IlvDisplayPreferences.setAltitudeUnit(IlvLinearUnit altitudeUnit,
boolean resetFormat)
Sets the altitude unit and possibly the altitude format.
|
void |
IlvDisplayPreferences.setDistanceUnit(IlvLinearUnit distanceUnit,
boolean resetFormat)
Sets the distance unit and possibly the distance format.
|
static void |
IlvScaleController.SetScale(IlvManagerView view,
IlvLinearUnit managerUnit,
double scale,
boolean redraw)
Sets the scale of
view to the specified scale. |
Constructor and Description |
---|
IlvDisplayPreferences(IlvLinearUnit distanceUnit,
IlvLinearUnit altitudeUnit)
Creates a new
IlvDisplayPreferences . |
IlvLinearUnit(IlvLinearUnit source)
Constructs a new linear unit by copying an existing one.
|
IlvScaleVisibilityFilter(double minScale,
double maxScale,
IlvLinearUnit managerUnit)
Initializes an
IlvScaleVisibilityFilter object. |
Modifier and Type | Method and Description |
---|---|
IlvLinearUnit |
IlvJDisplayPreferencesEditorPanel.getAltitudeUnit()
Returns the altitude unit selected on the panel.
|
IlvLinearUnit |
IlvJDisplayPreferencesEditorPanel.getDistanceUnit()
Returns the distance unit selected on the panel.
|
IlvLinearUnit |
IlvScaleBar.getFarUnit()
Returns the unit used to display the
length of the scale bar for small scales.
|
IlvLinearUnit |
IlvJScaleBar.getFarUnit()
Returns the unit used to display the
length of the scale bar for small scales.
|
IlvLinearUnit |
IlvScaleBar.getNearUnit()
Returns the unit used to display the
length of the scale bar for large scales.
|
IlvLinearUnit |
IlvJScaleBar.getNearUnit()
Returns the unit used to display the
length of the scale bar for large scales.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJDisplayPreferencesEditorPanel.setAltitudeUnit(IlvLinearUnit el)
Selects an Altitude unit.
|
void |
IlvJDisplayPreferencesEditorPanel.setDistanceUnit(IlvLinearUnit el)
Selects a Distance unit.
|
void |
IlvJAutomaticScaleBar.setFarUnit(IlvLinearUnit unit)
Setting far Unit manually will remove the automatic listener of
IlvDisplayPreferencesProperty . |
void |
IlvScaleBar.setFarUnit(IlvLinearUnit unit)
Sets the unit used to display the
length of the scale bar for small scales.
|
void |
IlvJScaleBar.setFarUnit(IlvLinearUnit unit)
Sets the unit used to display the
length of the scale bar for small scales.
|
void |
IlvJAutomaticScaleBar.setNearUnit(IlvLinearUnit unit)
Setting near Unit manually will remove the automatic listener of
IlvDisplayPreferencesProperty . |
void |
IlvScaleBar.setNearUnit(IlvLinearUnit unit)
Sets the unit used to display the
length of the scale bar for large scales.
|
void |
IlvJScaleBar.setNearUnit(IlvLinearUnit unit)
Sets the unit used to display the
length of the scale bar for large scales.
|
Modifier and Type | Method and Description |
---|---|
void |
Ilv3DSymbol.setAltitudeUnit(IlvLinearUnit altitudeUnit)
Sets the unit for the altitude property.
|
Modifier and Type | Method and Description |
---|---|
static IlvLinearUnit |
IlvGeotiffUnitDictionnary.getLinearUnit(int unitCode)
Returns the predefined TIFF unit for a specific code.
|
Modifier and Type | Method and Description |
---|---|
static IlvLinearUnit |
IlvProjectionUtil.GetLinearUnit(IlvCoordinateSystem cs)
Returns the linear unit of the coordinate system passed as argument.
|
IlvLinearUnit |
IlvProjection.getUnit()
Returns the unit used to measure lengths in this projection.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvProjection.setUnit(IlvLinearUnit unit)
Sets the unit of the projection.
|
void |
IlvGeographicProjection.setUnit(IlvLinearUnit unit)
Deprecated.
Does nothing.
|
Modifier and Type | Method and Description |
---|---|
IlvLinearUnit |
IlvGeographicCoordinateSystem.equivalentLinearUnit()
Returns an equivalent linear unit at the equator.
|
IlvLinearUnit |
IlvProjectedCoordinateSystem.getLinearUnit()
Returns the unit system of projected coordinates.
|
IlvLinearUnit |
IlvGeocentricCoordinateSystem.getLinearUnit()
Returns the linear unit.
|
Constructor and Description |
---|
IlvGeocentricCoordinateSystem(String name,
IlvLinearUnit unit,
IlvHorizontalDatum datum)
Constructs a new geocentric coordinate system.
|
IlvGeographicCoordinateSystem(String name,
IlvHorizontalDatum datum,
IlvMeridian primeMeridian,
IlvAngularUnit angularUnit,
IlvLinearUnit linearUnit)
Creates a new
IlvGeographicCoordinateSystem from the
specified datum. |
IlvProjectedCoordinateSystem(String name,
IlvGeographicCoordinateSystem gcs,
IlvProjection projection,
IlvLinearUnit unit,
String axisName1,
String axisName2)
Creates a new
IlvProjectedCoordinateSystem . |
Modifier and Type | Method and Description |
---|---|
IlvProjection |
IlvWKTProjectionFactory.fromName(String name,
IlvGeographicCoordinateSystem geocs,
IlvLinearUnit lunit,
Properties oparams)
Returns the projection corresponding to the specified name.
|
String |
IlvWKTProjectionFactory.toWKT(IlvProjection projection,
boolean withParameters,
IlvLinearUnit lunit,
IlvAngularUnit aunit)
Returns the WKT representation of the specified projection.
|
String |
IlvWKTProjectionFactory.wktName(IlvProjection projection,
Properties params,
IlvLinearUnit lunit,
IlvAngularUnit aunit)
Returns the WKT name of the specified projection, with its parameters
set as properties, using the specified units.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.