Package | Description |
---|---|
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultAltitudeProvider
This class defines the default altitude provider for an
IlvManager containing cartographic data. |
Modifier and Type | Method and Description |
---|---|
IlvAltitudeProvider |
IlvDefaultAltitudeProvider.copy()
Creates a new
IlvAltitudeProvider from an
IlvDefaultAltitudeProvider object. |
abstract IlvAltitudeProvider |
IlvAltitudeProvider.copy()
/** Returns A new
IlvAltitudeProvider . |
IlvAltitudeProvider |
IlvAltitudeProviderProperty.getAltitudeProvider()
Returns the altitude provider of this property.
|
static IlvAltitudeProvider |
IlvAltitudeProviderProperty.GetAltitudeProvider(IlvManager manager)
Returns the altitude provider of a manager.
|
Constructor and Description |
---|
IlvAltitudeProviderProperty(IlvAltitudeProvider ap)
Creates a new
IlvAltitudeProviderProperty object with the
specified altitude provider. |
Modifier and Type | Method and Description |
---|---|
IlvAltitudeProvider |
IlvLineOfVisibility.getElevationProvider()
Returns the elevation provider.
|
IlvAltitudeProvider |
IlvAltitudeChart.getElevationProvider()
Returns the elevation provider used to display the chart.
|
Modifier and Type | Method and Description |
---|---|
protected static double |
IlvMakeGradientInteractor.getSlope(IlvManager manager,
double lon,
double lat,
double precision,
IlvEllipsoid el,
IlvAltitudeProvider provider)
Computes the slope at the specified point.
|
protected void |
IlvLineOfVisibility.setElevationProvider(IlvAltitudeProvider provider)
Sets the elevation provider that is used to retrieve altitudes
from latitude and longitude coordinates.
|
void |
IlvAltitudeChart.setElevationProvider(IlvAltitudeProvider elevationProvider)
Sets the elevation provider used to display the chart.
|
Constructor and Description |
---|
IlvLineOfVisibility(IlvManager manager,
double pointOfViewHeight,
double precision,
IlvCoordinateSystem cs,
IlvAltitudeProvider elevationProvider,
IlvCoordinate pointOfView,
IlvCoordinate targetPoint)
Creates a new
IlvLineOfVisibility object. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.