|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeoOrigin
Defines the requirements of an X3D GeoOrigin node
| Method Summary | |
|---|---|
void |
getGeoCoords(double[] val)
Return the geoCoords value in the argument double[] |
void |
getGeoSystem(java.lang.String[] val)
Return the geoSystem value in the argument String[] |
int |
getNumGeoSystem()
Return the number of MFString items in the geoSystem field. |
boolean |
getRotateYUp()
Return the rotateYUp boolean value. |
void |
setGeoCoords(double[] val)
Set the geoCoords field. |
void |
setGeoSystem(java.lang.String[] val)
Set the geoSystem field. |
void |
setRotateYUp(boolean val)
Set the rotateYUp field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumGeoSystem()
void getGeoSystem(java.lang.String[] val)
val - The String[] to initialize.void setGeoSystem(java.lang.String[] val)
val - The String[] to set.void getGeoCoords(double[] val)
val - The double[] to initialize.void setGeoCoords(double[] val)
val - The double[] to set.boolean getRotateYUp()
void setRotateYUp(boolean val)
val - The boolean to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||