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 TypeMethodDescriptionvoidgetGeoCoords(double[] val) Return the geoCoords value in the argument double[]voidgetGeoSystem(String[] val) Return the geoSystem value in the argument String[]intReturn the number of MFString items in the geoSystem field.booleanReturn the rotateYUp boolean value.voidsetGeoCoords(double[] val) Set the geoCoords field.voidsetGeoSystem(String[] val) Set the geoSystem field.voidsetRotateYUp(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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getNumGeoSystemin interfaceGeoOrigin- Returns:
- the number of MFString items in the geoSystem field.
-
getGeoSystem
Return the geoSystem value in the argument String[]- Specified by:
getGeoSystemin interfaceGeoOrigin- Parameters:
val- The String[] to initialize.
-
setGeoSystem
Set the geoSystem field.- Specified by:
setGeoSystemin interfaceGeoOrigin- Parameters:
val- The String[] to set.
-
getGeoCoords
public void getGeoCoords(double[] val) Return the geoCoords value in the argument double[]- Specified by:
getGeoCoordsin interfaceGeoOrigin- Parameters:
val- The double[] to initialize.
-
setGeoCoords
public void setGeoCoords(double[] val) Set the geoCoords field.- Specified by:
setGeoCoordsin interfaceGeoOrigin- Parameters:
val- The double[] to set.
-
getRotateYUp
public boolean getRotateYUp()Return the rotateYUp boolean value.- Specified by:
getRotateYUpin interfaceGeoOrigin- Returns:
- The rotateYUp boolean value.
-
setRotateYUp
public void setRotateYUp(boolean val) Set the rotateYUp field.- Specified by:
setRotateYUpin interfaceGeoOrigin- Parameters:
val- The boolean to set.
-