Package org.web3d.x3d.sai.geospatial
Interface GeoMetadata
- All Superinterfaces:
X3DChildNode,X3DInfoNode,X3DNode
- All Known Implementing Classes:
SAIGeoMetadata,SAIGeoMetadata
Defines the requirements of an X3D GeoMetadata node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidReturn the data value in the argument X3DNode[]intReturn the number of MFNode items in the data field.intReturn the number of MFString items in the summary field.intReturn the number of MFString items in the url field.voidgetSummary(String[] val) Return the summary value in the argument String[]voidReturn the url value in the argument String[]voidSet the data field.voidsetSummary(String[] val) Set the summary field.voidSet the url field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumData
int getNumData()Return the number of MFNode items in the data field.- Returns:
- the number of MFNode items in the data field.
-
getData
Return the data value in the argument X3DNode[]- Parameters:
val- The X3DNode[] to initialize.
-
setData
-
getNumSummary
int getNumSummary()Return the number of MFString items in the summary field.- Returns:
- the number of MFString items in the summary field.
-
getSummary
Return the summary value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setSummary
-
getNumUrl
int getNumUrl()Return the number of MFString items in the url field.- Returns:
- the number of MFString items in the url field.
-
getUrl
Return the url value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setUrl
-