Uses of Interface
com.luciad.tea.hypsometry.ILcdHypsometricValueProvider
Package
Description
Terrain analysis add-on for hypsometry calculations.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
-
Uses of ILcdHypsometricValueProvider in com.luciad.lucy.addons.tea.hypsometry
Modifier and TypeMethodDescriptionTLcyHypsometryBackEnd.createHypsometricValueProvider
(ALcyProperties aProperties) Creates and returns a hypsometric value provider based on the given properties. -
Uses of ILcdHypsometricValueProvider in com.luciad.tea.hypsometry
Modifier and TypeClassDescriptionclass
This ILcdHypsometricValueProvider computes the ridges and/or valleys of a terrain.class
This ILcdHypsometricValueProvider computes the cosine of the angle between a given reference direction in the xy plane and the direction of steepest descent.class
This ILcdHypsometricValueProvider computes the angle between a given reference direction in the xy plane and the direction of steepest descent.class
This ILcdHypsometricValueProvider computes the cosine of the angle between a given 3D reference direction and the normal.class
This ILcdHypsometricValueProvider computes the the angle between a given 3D reference direction and the normal.Modifier and TypeMethodDescriptionTLcdHypsometricEarthPainter.getHypsometricValueProvider()
Returns the hypsometric value providerTLcdHypsometricTileFactory.getHypsometricValueProvider()
Returns the hypsometric value provider.Modifier and TypeMethodDescriptionvoid
TLcdHypsometricEarthPainter.setHypsometricValueProvider
(ILcdHypsometricValueProvider aHypsometricValueProvider) Sets the hypsometric value providerModifierConstructorDescriptionTLcdHypsometricEarthPainter
(ILcdHypsometricTileFactory aTileFactory, ILcdHypsometricValueProvider aHypsometricValueProvider, int aUnknownValue) Creates a new hypsometric earth painter with the given hypsometric tile factory.TLcdHypsometricTileFactory
(ILcdHypsometricValueProvider aHypsometricValueProvider, int aMinimumValue, int aMaximumValue, int aUnknownValue, ColorModel aHypsometricColorModel, ILcdBuffer aBuffer) Creates a new TLcdHypsometricTileFactory.