GeoOriginObject |
GeoOriginObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
GeoOriginObject |
GeoOriginObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
GeoOriginObject |
GeoOriginObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
GeoOriginObject |
GeoOriginObject.addGeoSystem(java.lang.String newValue) |
Add singleton String value to MFString geoSystem field.
|
GeoOriginObject |
GeoOriginObject.addGeoSystem(SFStringObject newValue) |
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoOriginObject |
GeoOriginObject.clearGeoSystem() |
Utility method to clear MFString value of geoSystem field.
|
GeoOriginObject |
GeoOriginObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
GeoOriginObject |
GeoOriginObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
GeoOriginObject |
GeoOriginObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
GeoOriginObject |
GeoOriginObject.setCssClass(SFStringObject newValue) |
|
GeoOriginObject |
GeoOriginObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
GeoOriginObject |
GeoOriginObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
GeoOriginObject |
GeoOriginObject.setGeoCoords(double[] newValue) |
Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
|
GeoOriginObject |
GeoOriginObject.setGeoCoords(double x,
double y,
double z) |
|
GeoOriginObject |
GeoOriginObject.setGeoCoords(SFVec3dObject newValue) |
|
GeoOriginObject |
GeoOriginObject.setGeoSystem(java.lang.String newValue) |
|
GeoOriginObject |
GeoOriginObject.setGeoSystem(java.lang.String[] newValue) |
Accessor method to assign String array to initializeOnly MFString field named geoSystem.
|
GeoOriginObject |
GeoOriginObject.setGeoSystem(java.util.ArrayList<java.lang.String> newValue) |
|
GeoOriginObject |
GeoOriginObject.setGeoSystem(MFStringObject newValue) |
|
GeoOriginObject |
GeoOriginObject.setGeoSystem(SFStringObject newValue) |
|
GeoOriginObject |
GeoOriginObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
GeoOriginObject |
GeoOriginObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoOriginObject |
GeoOriginObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoOriginObject |
GeoOriginObject.setRotateYUp(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named rotateYUp.
|
GeoOriginObject |
GeoOriginObject.setRotateYUp(SFBoolObject newValue) |
|
GeoOriginObject |
GeoOriginObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
GeoOriginObject |
GeoOriginObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
GeoOriginObject |
GeoOriginObject.setUSE(GeoOriginObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|