Uses of Interface
com.luciad.tea.hypsometry.ILcdHypsometricNormalProvider
Package
Description
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
-
Uses of ILcdHypsometricNormalProvider in com.luciad.tea.hypsometry
Modifier and TypeClassDescriptionclass
This ILcdHypsometricNormalProvider estimates normals based on 2x2 neighboring elevation values.class
This ILcdHypsometricNormalProvider estimates normals based on 3x3 neighboring elevation values.class
This ILcdHypsometricNormalProvider delegates computing normals to a given ILcdHypsometricNormalProvider, normalizing the resulting vector to a unit length.class
This ILcdHypsometricNormalProvider estimates normals based on a rectangle of neighboring elevation values.Modifier and TypeMethodDescriptionTLcdHypsometricNormalizedNormalProvider.getHypsometricNormalProvider()
Returns the normal provider that actually computes the normals.TLcdHypsometricOrientation.getHypsometricNormalProvider()
Returns the normal provider.TLcdHypsometricOrientationAngle.getHypsometricNormalProvider()
Returns the normal provider.TLcdHypsometricSlope.getHypsometricNormalProvider()
Returns the normal provider.TLcdHypsometricSlopeAngle.getHypsometricNormalProvider()
Returns the normal provider.ModifierConstructorDescriptionTLcdHypsometricNormalizedNormalProvider
(ILcdHypsometricNormalProvider aHypsometricNormalProvider) Creates a new TLcdHypsometricNormalizedNormalProvider that will delegate the actual normal computations to the given normal provider.TLcdHypsometricOrientation
(double aReferenceDirectionX, double aReferenceDirectionY, ILcdHypsometricNormalProvider aHypsometricNormalProvider) Creates a new TLcdHypsometricOrientation for the given reference direction and normal provider.TLcdHypsometricOrientationAngle
(double aReferenceDirectionX, double aReferenceDirectionY, ILcdHypsometricNormalProvider aHypsometricNormalProvider) Creates a new TLcdHypsometricOrientationAngle for the given reference direction and normal provider.TLcdHypsometricSlope
(double aReferenceDirectionX, double aReferenceDirectionY, double aReferenceDirectionZ, ILcdHypsometricNormalProvider aHypsometricNormalProvider) Creates a new TLcdHypsometricSlope for the given reference direction and normal provider.TLcdHypsometricSlopeAngle
(double aReferenceDirectionX, double aReferenceDirectionY, double aReferenceDirectionZ, ILcdHypsometricNormalProvider aHypsometricNormalProvider) Creates a new TLcdHypsometricSlope for the given reference direction and normal provider.