Package com.massifmaps.rastertiles
Class TerrariumElevationDataDecoder
java.lang.Object
com.massifmaps.rastertiles.ElevationDecoder
com.massifmaps.rastertiles.TerrariumElevationDataDecoder
A decoder for Terrarium encoded elevation tiles
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new TerrariumElevationDataDecoder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this object is equal to the specified object.floatinthashCode()Returns the hash value of this object.Methods inherited from class com.massifmaps.rastertiles.ElevationDecoder
getENCODING_KEY, resolve
-
Constructor Details
-
TerrariumElevationDataDecoder
public TerrariumElevationDataDecoder()Constructs a new TerrariumElevationDataDecoder.
-
-
Method Details
-
equals
Checks if this object is equal to the specified object.- Overrides:
equalsin classElevationDecoder- Parameters:
obj- The reference object.- Returns:
- True when objects are equal, false otherwise.
-
hashCode
public int hashCode()Returns the hash value of this object.- Overrides:
hashCodein classElevationDecoder- Returns:
- The hash value of this object.
-
getMinimumHeightScale
public float getMinimumHeightScale()- Overrides:
getMinimumHeightScalein classElevationDecoder
-