Class ElevationGridExample

java.lang.Object
Savage.Locations.FortLauderdaleFlorida.ElevationGridExample

public class ElevationGridExample extends Object

Bathymetry for Fort Lauderdale - Hollywood Beach Florida, 80m grid spacing. This exemplar scene was first used to test scene construction, and then the scene-graph design patterns were duplicated in the Matlab autogeneration code. Bathymetry and terrain files are typically pretty large, i.e. many megabytes.

Related links: Catalog page ElevationGridExample, source ElevationGridExample.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title ElevationGridExample.x3d
creator Don Brutzman
created 28 June 2000
modified 20 October 2019
description Bathymetry for Fort Lauderdale - Hollywood Beach Florida, 80m grid spacing. This exemplar scene was first used to test scene construction, and then the scene-graph design patterns were duplicated in the Matlab autogeneration code. Bathymetry and terrain files are typically pretty large, i.e. many megabytes.
identifier https://savage.nps.edu/Savage/Locations/FortLauderdaleFlorida/ElevationGridExample.x3d
reference http://www.realism.com/Web3D/Examples#Viewpoints
reference http://www.realism.com/vrml/Example/WhereAmI/WhereAmI_Proto.wrl
reference metadata.txt
reference shallow.xyz.txt
reference convertBathymetryXyzFile.out
reference convertBathymetryXyzFile.m
reference convertBathymetryMatlabSource.pdf
reference matlabPerspectivePlot.png
reference colorValue.m
reference printX3dHeader.m
reference printX3dFooter.m
generator X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit
license ../../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet (version control) which is used to create Java source code from an original .x3d model.

  • Constructor Details

    • ElevationGridExample

      public ElevationGridExample()
      Default constructor to create this object.
  • Method Details

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      ElevationGridExample model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: