Class ALspHypsometric2DDirectionShader

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

public abstract class ALspHypsometric2DDirectionShader extends ALspHypsometricShader
A hypsometry shader that depends on a 2D reference direction.
Since:
2012.0
See Also:
  • Method Details

    • asBuilder

      public abstract ALspHypsometric2DDirectionShader.Builder<?> asBuilder()
      Creates a new builder initialized with all the properties of this shader.
      Specified by:
      asBuilder in class ALspHypsometricShader
      Returns:
      the new builder.
    • getReferenceDirectionX

      public double getReferenceDirectionX()
      Returns the x-coordinate of the reference direction
      Returns:
      the x-coordinate of the reference direction
    • getReferenceDirectionY

      public double getReferenceDirectionY()
      Returns the y-coordinate of the reference direction
      Returns:
      the y-coordinate of the reference direction
    • equals

      public boolean equals(Object aO)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object