|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used for accessing to a URLHeightMap.
URLHeightMap is an HeightMap created by using a file located by an URL.
IMesh3D
Method Summary | |
void |
load(java.lang.String baseURL,
java.lang.String fileName,
int width,
int height)
Load this URLHeightMap internal 2d data array from a file. |
void |
setHeight(int height)
Sets this URLHeightMap internal 2d data array height. |
void |
setWidth(int width)
Sets this URLHeightMap internal 2d data array width. |
Methods inherited from interface net.dzzd.access.IHeightMap |
getAt |
Method Detail |
public void load(java.lang.String baseURL, java.lang.String fileName, int width, int height)
baseURL
- base url for file locationfileName
- file namewidth
- width of the internal height arrayheight
- height of the internal height arraypublic void setWidth(int width)
width
- width of the internal 2d data arraypublic void setHeight(int height)
height
- width of the internal 2d data array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |