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