Class ALspHypsometric2DDirectionShader
java.lang.Object
com.luciad.tea.lightspeed.hypsometry.ALspHypsometricShader
com.luciad.tea.lightspeed.hypsometry.ALspHypsometric2DDirectionShader
- Direct Known Subclasses:
TLspHypsometricOrientationAngleShader,TLspHypsometricOrientationShader
A hypsometry shader that depends on a 2D reference direction.
- Since:
- 2012.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for hypsometric shaders based on a 2D reference direction. -
Method Summary
Modifier and TypeMethodDescriptionabstract ALspHypsometric2DDirectionShader.Builder<?> Creates a new builder initialized with all the properties of this shader.booleandoubleReturns the x-coordinate of the reference directiondoubleReturns the y-coordinate of the reference directioninthashCode()Methods inherited from class com.luciad.tea.lightspeed.hypsometry.ALspHypsometricShader
getMaxValue, getMinValue
-
Method Details
-
asBuilder
Creates a new builder initialized with all the properties of this shader.- Specified by:
asBuilderin classALspHypsometricShader- 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
-
hashCode
public int hashCode()
-