Uses of Class
com.luciad.tea.TLcdAltitudeDescriptor
Package
Description
Terrain analysis add-ons.
Terrain analysis add-on for contour calculations.
Terrain analysis add-on for visibility calculations.
Contains all classes for terrain elevation analysis.
-
Uses of TLcdAltitudeDescriptor in com.luciad.lucy.addons.tea
Modifier and TypeMethodDescriptionALcyTEABackEnd.createAltitudeDescriptor
(ALcyProperties aProperties) Returns an altitude descriptor suitable for the add-on's purposes. -
Uses of TLcdAltitudeDescriptor in com.luciad.lucy.addons.tea.contour
Modifier and TypeMethodDescriptionTLcyContourBackEnd.createAltitudeDescriptor
(ALcyProperties aProperties) Returns an altitude descriptor suitable for the add-on's purposes. -
Uses of TLcdAltitudeDescriptor in com.luciad.lucy.addons.tea.visibility
Modifier and TypeMethodDescriptionTLcyVisibilityBackEnd.createAltitudeDescriptor
(ALcyProperties aProperties) Returns an altitude descriptor suitable for the add-on's purposes. -
Uses of TLcdAltitudeDescriptor in com.luciad.tea
Modifier and TypeMethodDescriptionALcdTerrainElevationProvider.getAltitudeDescriptor()
ILcdAltitudeMatrixView.getAltitudeDescriptor()
Returns the descriptor which describes how to interpret a matrix value.ILcdAltitudeProvider.getAltitudeDescriptor()
Returns the descriptor which describes how to interpret the altitude values.TLcdFixedHeightAltitudeProvider.getAltitudeDescriptor()
TLcdViewBasedTerrainElevationProvider.getAltitudeDescriptor()
static TLcdAltitudeDescriptor
TLcdAltitudeDescriptor.getDefaultInstance()
Returns the default altitude descriptor with the default mapping.Modifier and TypeMethodDescriptionTLcdAltitudeMatrixViewFactory.createAreaAltitudeMatrixView
(ILcdShape aShape, ILcdGeoReference aShapeReference, ILcdAltitudeProvider aAltitudeProvider, double aStepSize, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified shape that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createAreaAltitudeMatrixView
(ILcdShape aShape, ILcdGeoReference aShapeReference, ILcdAltitudeProvider aAltitudeProvider, ILcdRaster aRaster, ILcdGeoReference aRasterReference, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified shape that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createInterpolatedPathAltitudeMatrixView
(ILcdPolyline aPolyline, ILcdGeoReference aPolylineReference, double aStepSize, TLcdLineType aLineType, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified polyline that can be used to compute a visibility.final ILcdAltitudeMatrixView
TLcdAltitudeMatrixViewFactory.createPathAltitudeMatrixView
(ILcdCurve aCurve, ILcdGeoReference aCurveReference, double aStepSize, TLcdCoverageAltitudeMode aAltitudeMode, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified curve using the height values of the points of the curve.TLcdAltitudeMatrixViewFactory.createPathAltitudeMatrixView
(ILcdCurve aCurve, ILcdGeoReference aCurveReference, ILcdAltitudeProvider aAltitudeProvider, double aStepSize, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified curve that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createPathAltitudeMatrixView
(ILcdPolyline aPolyline, ILcdGeoReference aPolylineReference, ILcdAltitudeProvider aAltitudeProvider, double aStepSize, TLcdLineType aLineType, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified polyline that can be used to compute a visibility.TLcdAltitudeMatrixViewFactory.createPointAltitudeMatrixView
(ILcdPoint aPoint, ILcdGeoReference aPointReference, double aPointAltitude, TLcdCoverageAltitudeMode aPointAltitudeMode, TLcdAltitudeDescriptor aAltitudeMatrixViewDescriptor, ILcdGeoReference aAltitudeMatrixViewReference) Creates anILcdAltitudeMatrixView
for the specified point that can be used to compute a visibility.