Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoTransform
Packages that use GeoTransform
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 Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
-
Uses of GeoTransform in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement GeoTransformModifier and TypeClassDescriptionclassGeoTransform is a Grouping node that can contain most nodes. -
Uses of GeoTransform in org.web3d.x3d.sai.Geospatial
Methods in org.web3d.x3d.sai.Geospatial that return GeoTransformModifier and TypeMethodDescriptionGeoTransform.setBboxCenter(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.GeoTransform.setBboxDisplay(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.GeoTransform.setBboxSize(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.GeoTransform.setChildren(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.GeoTransform.setGeoCenter(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCenter.GeoTransform.setGeoOrigin(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoTransform.setGeoSystem(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoTransform.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoTransform.setRotation(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.GeoTransform.setScale(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.GeoTransform.setScaleOrientation(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.GeoTransform.setTranslation(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.GeoTransform.setVisible(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.