Class SAIGeoOrigin
java.lang.Object
org.web3d.vrml.scripting.sai.BaseNode
org.xj3d.sai.internal.node.geospatial.SAIGeoOrigin
-
Field Summary
Fields inherited from class org.web3d.vrml.scripting.sai.BaseNode
accessPermitted, fieldQueue, fieldRefMap, realNode
-
Constructor Summary
ConstructorsConstructorDescriptionSAIGeoOrigin
(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
getGeoCoords
(double[] val) Return the geoCoords value in the argument double[]void
getGeoSystem
(String[] val) Return the geoSystem value in the argument String[]int
Return the number of MFString items in the geoSystem field.boolean
Return the rotateYUp boolean value.void
setGeoCoords
(double[] val) Set the geoCoords field.void
setGeoSystem
(String[] val) Set the geoSystem field.void
setRotateYUp
(boolean val) Set the rotateYUp field.Methods inherited from class org.web3d.vrml.scripting.sai.BaseNode
checkAccess, dispose, equals, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, hashCode, isRealized, realize, setMetadata, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Constructor Details
-
SAIGeoOrigin
public SAIGeoOrigin(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor- Parameters:
bnf
-
-
-
Method Details
-
getNumGeoSystem
public int getNumGeoSystem()Return the number of MFString items in the geoSystem field.- Specified by:
getNumGeoSystem
in interfaceGeoOrigin
- Returns:
- the number of MFString items in the geoSystem field.
-
getGeoSystem
Return the geoSystem value in the argument String[]- Specified by:
getGeoSystem
in interfaceGeoOrigin
- Parameters:
val
- The String[] to initialize.
-
setGeoSystem
Set the geoSystem field.- Specified by:
setGeoSystem
in interfaceGeoOrigin
- Parameters:
val
- The String[] to set.
-
getGeoCoords
public void getGeoCoords(double[] val) Return the geoCoords value in the argument double[]- Specified by:
getGeoCoords
in interfaceGeoOrigin
- Parameters:
val
- The double[] to initialize.
-
setGeoCoords
public void setGeoCoords(double[] val) Set the geoCoords field.- Specified by:
setGeoCoords
in interfaceGeoOrigin
- Parameters:
val
- The double[] to set.
-
getRotateYUp
public boolean getRotateYUp()Return the rotateYUp boolean value.- Specified by:
getRotateYUp
in interfaceGeoOrigin
- Returns:
- The rotateYUp boolean value.
-
setRotateYUp
public void setRotateYUp(boolean val) Set the rotateYUp field.- Specified by:
setRotateYUp
in interfaceGeoOrigin
- Parameters:
val
- The boolean to set.
-