|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElevationModelInterface
Defines an generic inteface between the ElevationModel and other objects that require its characteristics for display purposes.
Method Summary | |
---|---|
float |
getElevationAt(float x,
float z)
Fetches the elevation at a particular location on the terrain map given the x,z coordinates. |
float |
getMaxElevation()
retrieve the model maximum elevation, adjusted by the elevation exageration |
float |
getMinElevation()
retrieve the model minimum elevation, adjusted by the elevation exageration |
float |
getModelLength()
retrieve the model length, distance in meters from west to east |
float |
getModelWidth()
retrieve the model width, distance in meters from south to north |
Method Detail |
---|
float getElevationAt(float x, float z)
x
- x coordinatez
- z coordinate
float getModelLength()
float getModelWidth()
float getMaxElevation()
float getMinElevation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |