Class ALspHypsometricShader

java.lang.Object
com.luciad.tea.lightspeed.hypsometry.ALspHypsometricShader
Direct Known Subclasses:
ALspHypsometric2DDirectionShader, ALspHypsometric3DDirectionShader, TLspHypsometricCreaseShader

public abstract class ALspHypsometricShader extends Object
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
  • Method Details

    • asBuilder

      public abstract ALspHypsometricShader.Builder<?> 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