Jeospace API

Uses of Interface
org.jeospace.x3d.geometry.ILSDataSource

Packages that use ILSDataSource
org.jeospace.x3d Contains classes that implement utility functions related to x3d capabilities and wrapper classes to encapsulate x3d nodes. 
org.jeospace.x3d.geometry Contains classes used in the construction of x3d geometry. 
 

Uses of ILSDataSource in org.jeospace.x3d
 

Methods in org.jeospace.x3d with parameters of type ILSDataSource
static Shape X3DUtils.createILSShape(org.web3d.x3d.sai.X3DScene scene, ILSDataSource source, java.awt.Color color)
          Return a Shape containing the IndexedLineSet generated from the source argument that is the argument Color
 

Uses of ILSDataSource in org.jeospace.x3d.geometry
 

Classes in org.jeospace.x3d.geometry that implement ILSDataSource
 class EarthEllipticPath
          Generate the data for creating an X3D IndexedLineSet of an Ellipse as described by a set of OrbitalElements.
 class EllipticPath
          Generate the data for creating an X3D IndexedLineSet of an Ellipse as described by a set of OrbitalElements.
 class SphericalLatitude
          Generate the data for creating an X3D IndexedLineSet of a line of latitude about a sphere.
 class SphericalLongitude
          Generate the data for creating an X3D IndexedLineSet of a line of longitude about a sphere.
 

Methods in org.jeospace.x3d.geometry that return ILSDataSource
static ILSDataSource EllipticPathFactory.create(OrbitalElements oe, World world, double julianDay)
          The factory method
 


Jeospace API

Copyright © 2006 - jeospace.org