j3d.org Code

Uses of Interface
org.j3d.loaders.HeightMapSource

Packages that use HeightMapSource
org.j3d.loaders General classes usable across multiple loader instances. 
org.j3d.loaders.dem Class for parsing and loading USGS Digital Elevation Model (DEM) files. 
org.j3d.loaders.vterrain Class for parsing and loading file formats from the Virtual Terrain Project (VTP) file formats. 
 

Uses of HeightMapSource in org.j3d.loaders
 

Constructors in org.j3d.loaders with parameters of type HeightMapSource
HeightMapTerrainData(HeightMapSource source)
          Create a new instance that sources the data from the given parser.
SimpleTiledTerrainData(HeightMapSource source)
          Create a new instance that sources the data from the given parser.
 

Uses of HeightMapSource in org.j3d.loaders.dem
 

Classes in org.j3d.loaders.dem that implement HeightMapSource
 class DEMParser
          A low-level parser for the DEM file format.
 

Uses of HeightMapSource in org.j3d.loaders.vterrain
 

Classes in org.j3d.loaders.vterrain that implement HeightMapSource
 class BTParser
          A low-level parser for the VTerrain's Project BT file format.
 


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org