Uses of Interface
org.web3d.x3d.sai.Navigation.NavigationInfo
Packages that use NavigationInfo
Package
Description
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
-
Uses of NavigationInfo in org.web3d.x3d.jsail.Geospatial
Fields in org.web3d.x3d.jsail.Geospatial declared as NavigationInfoModifier and TypeFieldDescriptionstatic final NavigationInfo
GeoViewpoint.NAVIGATIONINFO_DEFAULT_VALUE
SFNode field named navigationInfo has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geospatial that return NavigationInfoModifier and TypeMethodDescriptionGeoViewpoint.getNavigationInfo()
Provide org.web3d.x3d.sai.Navigation.NavigationInfo instance (using a properly typed node) from inputOutput SFNode field navigationInfo.Methods in org.web3d.x3d.jsail.Geospatial with parameters of type NavigationInfoModifier and TypeMethodDescriptionGeoViewpoint.setNavigationInfo
(NavigationInfo newValue) Accessor method to assign org.web3d.x3d.sai.Navigation.NavigationInfo instance (using a properly typed node) to inputOutput SFNode field navigationInfo. -
Uses of NavigationInfo in org.web3d.x3d.sai.Geospatial
Methods in org.web3d.x3d.sai.Geospatial that return NavigationInfoModifier and TypeMethodDescriptionGeoViewpoint.getNavigationInfo()
Provide org.web3d.x3d.sai.Navigation.NavigationInfo instance (using a properly typed node) from inputOutput SFNode field navigationInfo.Methods in org.web3d.x3d.sai.Geospatial with parameters of type NavigationInfoModifier and TypeMethodDescriptionGeoViewpoint.setNavigationInfo
(NavigationInfo newValue) Accessor method to assign org.web3d.x3d.sai.Navigation.NavigationInfo instance (using a properly typed node) to inputOutput SFNode field navigationInfo.