Uses of Interface
org.web3d.x3d.sai.Core.X3DInfoNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Core that implement X3DInfoNodeModifier and TypeClassDescriptionclass
WorldInfo contains a title and simple persistent metadata information about an X3D scene. -
Uses of X3DInfoNode in org.web3d.x3d.jsail.DIS
Classes in org.web3d.x3d.jsail.DIS that implement X3DInfoNodeModifier 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
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DInfoNodeModifier and TypeClassDescriptionclass
GeoMetadata includes a generic subset of metadata about the geographic data. -
Uses of X3DInfoNode in org.web3d.x3d.sai.Core
Subinterfaces of X3DInfoNode in org.web3d.x3d.sai.CoreModifier and TypeInterfaceDescriptioninterface
WorldInfo contains a title and simple persistent metadata information about an X3D scene.Methods in org.web3d.x3d.sai.Core that return X3DInfoNodeModifier 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
Subinterfaces of X3DInfoNode in org.web3d.x3d.sai.DISModifier 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
Subinterfaces of X3DInfoNode in org.web3d.x3d.sai.GeospatialModifier and TypeInterfaceDescriptioninterface
GeoMetadata includes a generic subset of metadata about the geographic data.