|
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 GeoLOD
Defines the requirements of an X3D GeoLOD node
| Method Summary | |
|---|---|
void |
getCenter(double[] val)
Return the center value in the argument double[] |
void |
getChild1Url(java.lang.String[] val)
Return the child1Url value in the argument String[] |
void |
getChild2Url(java.lang.String[] val)
Return the child2Url value in the argument String[] |
void |
getChild3Url(java.lang.String[] val)
Return the child3Url value in the argument String[] |
void |
getChild4Url(java.lang.String[] val)
Return the child4Url value in the argument String[] |
void |
getChildren(X3DNode[] val)
Return the children value in the argument X3DNode[] |
X3DNode |
getGeoOrigin()
Return the geoOrigin X3DNode value. |
void |
getGeoSystem(java.lang.String[] val)
Return the geoSystem value in the argument String[] |
int |
getLevel()
Return the level int value. |
int |
getNumChild1Url()
Return the number of MFString items in the child1Url field. |
int |
getNumChild2Url()
Return the number of MFString items in the child2Url field. |
int |
getNumChild3Url()
Return the number of MFString items in the child3Url field. |
int |
getNumChild4Url()
Return the number of MFString items in the child4Url field. |
int |
getNumChildren()
Return the number of MFNode items in the children field. |
int |
getNumGeoSystem()
Return the number of MFString items in the geoSystem field. |
int |
getNumRootNode()
Return the number of MFNode items in the rootNode field. |
int |
getNumRootUrl()
Return the number of MFString items in the rootUrl field. |
float |
getRange()
Return the range float value. |
void |
getRootNode(X3DNode[] val)
Return the rootNode value in the argument X3DNode[] |
void |
getRootUrl(java.lang.String[] val)
Return the rootUrl value in the argument String[] |
void |
setCenter(double[] val)
Set the center field. |
void |
setChild1Url(java.lang.String[] val)
Set the child1Url field. |
void |
setChild2Url(java.lang.String[] val)
Set the child2Url field. |
void |
setChild3Url(java.lang.String[] val)
Set the child3Url field. |
void |
setChild4Url(java.lang.String[] val)
Set the child4Url field. |
void |
setGeoOrigin(X3DNode val)
Set the geoOrigin field. |
void |
setGeoSystem(java.lang.String[] val)
Set the geoSystem field. |
void |
setRange(float val)
Set the range field. |
void |
setRootNode(X3DNode[] val)
Set the rootNode field. |
void |
setRootUrl(java.lang.String[] val)
Set the rootUrl field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject |
|---|
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize |
| Method Detail |
|---|
int getNumChildren()
void getChildren(X3DNode[] val)
val - The X3DNode[] to initialize.int getNumRootNode()
void getRootNode(X3DNode[] val)
val - The X3DNode[] to initialize.void setRootNode(X3DNode[] val)
val - The X3DNode[] to set.int getNumRootUrl()
void getRootUrl(java.lang.String[] val)
val - The String[] to initialize.void setRootUrl(java.lang.String[] val)
val - The String[] to set.int getNumChild1Url()
void getChild1Url(java.lang.String[] val)
val - The String[] to initialize.void setChild1Url(java.lang.String[] val)
val - The String[] to set.int getNumChild2Url()
void getChild2Url(java.lang.String[] val)
val - The String[] to initialize.void setChild2Url(java.lang.String[] val)
val - The String[] to set.int getNumChild3Url()
void getChild3Url(java.lang.String[] val)
val - The String[] to initialize.void setChild3Url(java.lang.String[] val)
val - The String[] to set.int getNumChild4Url()
void getChild4Url(java.lang.String[] val)
val - The String[] to initialize.void setChild4Url(java.lang.String[] val)
val - The String[] to set.X3DNode getGeoOrigin()
void setGeoOrigin(X3DNode val)
val - The X3DNode to set.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 getCenter(double[] val)
val - The double[] to initialize.void setCenter(double[] val)
val - The double[] to set.float getRange()
void setRange(float val)
val - The float to set.int getLevel()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||