|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.geography.Map
org.jscience.geography.HeightMap
public class HeightMap
A class representing a 3D map of geographical sort.
| Constructor Summary | |
|---|---|
HeightMap(java.lang.String name,
double scale,
double width,
double height,
Coord2D topLeftCoords)
Creates a new HeightMap object. |
|
| Method Summary | |
|---|---|
Matrix |
getHeights()
DOCUMENT ME! |
void |
setHeights(Matrix heights)
DOCUMENT ME! |
| Methods inherited from class org.jscience.geography.Map |
|---|
addImage, addPath, addPlace, getBottomRightCoordinates, getComments, getHeight, getImages, getName, getPaths, getPlaces, getPosition, getScale, getTopLeftCoordinates, getWidth, hasColors, isColored, removeImage, removePath, removePlace, setComments, setHeight, setImages, setPaths, setPlaces, setScale, setTopLeftCoordinates, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeightMap(java.lang.String name,
double scale,
double width,
double height,
Coord2D topLeftCoords)
name - DOCUMENT ME!scale - DOCUMENT ME!width - DOCUMENT ME!height - DOCUMENT ME!topLeftCoords - DOCUMENT ME!| Method Detail |
|---|
public Matrix getHeights()
public void setHeights(Matrix heights)
heights - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||