net.dzzd.access
Interface IURLHeightMap

All Superinterfaces:
IHeightMap

public interface IURLHeightMap
extends IHeightMap

Used for accessing to a URLHeightMap.
URLHeightMap is an HeightMap created by using a file located by an URL.

Since:
1.0
Version:
1.0, 01/01/04
Author:
Bruno Augier
See Also:
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

load

public void load(java.lang.String baseURL,
                 java.lang.String fileName,
                 int width,
                 int height)
Load this URLHeightMap internal 2d data array from a file.

Parameters:
baseURL - base url for file location
fileName - file name
width - width of the internal height array
height - height of the internal height array

setWidth

public void setWidth(int width)
Sets this URLHeightMap internal 2d data array width.

Parameters:
width - width of the internal 2d data array

setHeight

public void setHeight(int height)
Sets this URLHeightMap internal 2d data array height.

Parameters:
height - width of the internal 2d data array