Uses of Class
com.luciad.tea.lightspeed.hypsometry.TLspHypsometricCreaseShader.Builder
Packages that use TLspHypsometricCreaseShader.Builder
Package
Description
Provides support for real-time hypsometric shading for either the terrain layer of
an
ILspView
or an elevation model.-
Uses of TLspHypsometricCreaseShader.Builder in com.luciad.tea.lightspeed.hypsometry
Classes in com.luciad.tea.lightspeed.hypsometry with type parameters of type TLspHypsometricCreaseShader.BuilderModifier and TypeClassDescriptionstatic class
Builder for orientation angle shaders.Methods in com.luciad.tea.lightspeed.hypsometry that return TLspHypsometricCreaseShader.BuilderModifier and TypeMethodDescriptionTLspHypsometricCreaseShader.asBuilder()
Creates a new builder initialized with all the properties of this shader.TLspHypsometricCreaseShader.Builder.kernelRadius
(int aKernelRadius) Sets the radius used during computations.static TLspHypsometricCreaseShader.Builder
<?> TLspHypsometricCreaseShader.newBuilder()
Creates a new builder with the default values.TLspHypsometricCreaseShader.Builder.type
(TLspHypsometricCreaseShader.Type aType) Determines whether ridges and/or valleys are visualized.