Class ALspHypsometricShader
java.lang.Object
com.luciad.tea.lightspeed.hypsometry.ALspHypsometricShader
- Direct Known Subclasses:
ALspHypsometric2DDirectionShader
,ALspHypsometric3DDirectionShader
,TLspHypsometricCreaseShader
Base class for the hypsometric shaders.
This class is the equivalent of
ILcdHypsometricValueProvider
for ILspViews.
You can use the builder pattern
to create the shaders.- Since:
- 2012.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for hypsometric shaders. -
Method Summary
Modifier and TypeMethodDescriptionabstract ALspHypsometricShader.Builder
<?> Creates a new builder initialized with all the properties of this shader.abstract double
Returns the maximum hypsometric value that this provider may return.abstract double
Returns the minimum hypsometric value that this provider may return.
-
Method Details
-
asBuilder
Creates a new builder initialized with all the properties of this shader.- Returns:
- the new builder.
-
getMinValue
public abstract double getMinValue()Returns the minimum hypsometric value that this provider may return.- Returns:
- the minimum hypsometric value
-
getMaxValue
public abstract double getMaxValue()Returns the maximum hypsometric value that this provider may return.- Returns:
- the maximum hypsometric value
-