Package com.massifmaps.layers
Class HillshadeMethod
java.lang.Object
com.massifmaps.layers.HillshadeMethod
Hillshade rendering method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBasic hillshade algorithm based on GDAL.static final intCombined hillshade algorithm based on GDAL.static final intIgor hillshade algorithm based on GDAL.static final intMulti-directional hillshade based on GDAL: four light sources at 225, 270, 315 and 360
degrees weighted by the aspect.static final intMapLibre's legacy hillshade algorithm. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STANDARD
public static final int STANDARDMapLibre's legacy hillshade algorithm.- See Also:
-
COMBINED
public static final int COMBINEDCombined hillshade algorithm based on GDAL.- See Also:
-
IGOR
public static final int IGORIgor hillshade algorithm based on GDAL.- See Also:
-
MULTIDIRECTIONAL
public static final int MULTIDIRECTIONALMulti-directional hillshade based on GDAL: four light sources at 225, 270, 315 and 360
degrees weighted by the aspect. Ignores the illumination azimuth, uses only its altitude.- See Also:
-
BASIC
public static final int BASICBasic hillshade algorithm based on GDAL.- See Also:
-
-
Constructor Details
-
HillshadeMethod
public HillshadeMethod()
-