Uses of Interface
org.web3d.x3d.sai.Core.X3DInfoNode
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
-
Uses of X3DInfoNode in org.web3d.x3d.jsail.Core
Modifier and TypeClassDescriptionclass
WorldInfo contains a title and simple persistent metadata information about an X3D scene. -
Uses of X3DInfoNode in org.web3d.x3d.jsail.DIS
Modifier and TypeClassDescriptionclass
DISEntityTypeMapping provides a best-match mapping from DIS ESPDU entity type information to a specific X3D model, thus providing a visual and behavioral representation that best matches the entity type. -
Uses of X3DInfoNode in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoMetadata includes a generic subset of metadata about the geographic data. -
Uses of X3DInfoNode in org.web3d.x3d.sai.Core
Modifier and TypeInterfaceDescriptioninterface
WorldInfo contains a title and simple persistent metadata information about an X3D scene.Modifier and TypeMethodDescriptionX3DInfoNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of X3DInfoNode in org.web3d.x3d.sai.DIS
Modifier and TypeInterfaceDescriptioninterface
DISEntityTypeMapping provides a best-match mapping from DIS ESPDU entity type information to a specific X3D model, thus providing a visual and behavioral representation that best matches the entity type. -
Uses of X3DInfoNode in org.web3d.x3d.sai.Geospatial
Modifier and TypeInterfaceDescriptioninterface
GeoMetadata includes a generic subset of metadata about the geographic data.