Uses of Interface
org.web3d.x3d.sai.DIS.DISEntityTypeMapping
Packages that use DISEntityTypeMapping
Package
Description
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 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.
-
Uses of DISEntityTypeMapping in org.web3d.x3d.jsail.DIS
Classes in org.web3d.x3d.jsail.DIS that implement DISEntityTypeMappingModifier 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.Methods in org.web3d.x3d.jsail.DIS with parameters of type DISEntityTypeMappingModifier and TypeMethodDescriptionDISEntityManager.addChild
(DISEntityTypeMapping newValue) Utility method to add single child element to contained list of existing children nodes (if any).Method parameters in org.web3d.x3d.jsail.DIS with type arguments of type DISEntityTypeMappingModifier and TypeMethodDescriptionDISEntityManager.setChildren
(ArrayList<DISEntityTypeMapping> newValue) Assign ArrayList value of MFNode children field, similar toDISEntityManager.setChildren(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of DISEntityTypeMapping in org.web3d.x3d.sai.DIS
Methods in org.web3d.x3d.sai.DIS that return DISEntityTypeMappingModifier and TypeMethodDescriptionDISEntityTypeMapping.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.DISEntityTypeMapping.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.DISEntityTypeMapping.setCategory
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named category.DISEntityTypeMapping.setCountry
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named country.DISEntityTypeMapping.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.DISEntityTypeMapping.setDomain
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named domain.DISEntityTypeMapping.setExtra
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named extra.DISEntityTypeMapping.setKind
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named kind.DISEntityTypeMapping.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.DISEntityTypeMapping.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.DISEntityTypeMapping.setSpecific
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named specific.DISEntityTypeMapping.setSubcategory
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named subcategory.Accessor method to assign String array to inputOutput MFString field named url.