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. 
org.j3d.renderer.java3d.loaders Classes use to load specific file types using the Java3D loader capability defined in the package com.sun.j3d.loaders. 
 

Uses of HeightMapSource in org.j3d.loaders
 

Constructors in org.j3d.loaders with parameters of type HeightMapSource
SimpleTiledTerrainData(HeightMapSource source)
          Create a new instance that sources the data from the given parser.
HeightMapTerrainData(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.
 

Uses of HeightMapSource in org.j3d.renderer.java3d.loaders
 

Classes in org.j3d.renderer.java3d.loaders that implement HeightMapSource
 class BTLoader
          Loader for the VTerrain Project's BT file format.
 class DEMLoader
          Loader for the USGS DEM file format.
 class HeightMapLoader
          Base Loader definition for all loaders that can load terrain data.
 


j3d.org Code

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