public interface GeoMetadata extends X3DInfoNode, X3DUrlObject
| Modifier and Type | Method and Description |
|---|---|
void |
addData(X3DNode[] newValue)
Add array of child data nodes to array of existing nodes (if any).
|
X3DNode[] |
getData()
Provide array of X3DNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field data.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
java.lang.String[] |
getSummary()
Provide array of String results from inputOutput MFString field named summary.
|
java.lang.String[] |
getUrl()
Provide array of String results from inputOutput MFString field named url.
|
GeoMetadata |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
void |
setData(X3DNode newValue)
Set single child data node, replacing prior array of existing nodes (if any).
|
GeoMetadata |
setData(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field data.
|
GeoMetadata |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoMetadata |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoMetadata |
setSummary(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named summary.
|
GeoMetadata |
setUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named url.
|
GeoMetadata |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
X3DNode[] getData()
X3DNodeGeoMetadata setData(X3DNode[] newValue)
newValue - is new value for the data field.GeoMetadata - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).void addData(X3DNode[] newValue)
newValue - is new value array to be appended the data field.void setData(X3DNode newValue)
newValue - is new node for the data fieldX3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DInfoNodegetMetadata in interface X3DNodeGeoMetadata setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DInfoNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.GeoMetadata - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getSummary()
GeoMetadata setSummary(java.lang.String[] newValue)
newValue - is new value for the summary field.GeoMetadata - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getUrl()
getUrl in interface X3DUrlObjectGeoMetadata setUrl(java.lang.String[] newValue)
setUrl in interface X3DUrlObjectnewValue - is new value for the url field.GeoMetadata - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoMetadata setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DInfoNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.GeoMetadata - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoMetadata setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DChildNodesetUSE in interface X3DInfoNodesetUSE in interface X3DNodenewValue - is new value for the USE field.GeoMetadata - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoMetadata setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DInfoNodesetCssClass in interface X3DNodenewValue - is new value for the class field.GeoMetadata - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.