|
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 GeoCoordinate
Defines the requirements of an X3D GeoCoordinate node
| Method Summary | |
|---|---|
X3DNode |
getGeoOrigin()
Return the geoOrigin X3DNode value. |
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. |
int |
getNumPoint()
Return the number of MFVec3d items in the point field. |
void |
getPoint(double[] val)
Return the point value in the argument double[] |
void |
setGeoOrigin(X3DNode val)
Set the geoOrigin field. |
void |
setGeoSystem(java.lang.String[] val)
Set the geoSystem field. |
void |
setPoint(double[] val)
Set the point field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumPoint()
void getPoint(double[] val)
val - The double[] to initialize.void setPoint(double[] val)
val - The double[] 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.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||