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 TypeMethodDescriptionvoid
Return the data value in the argument X3DNode[]int
Return the number of MFNode items in the data field.int
Return the number of MFString items in the summary field.int
Return the number of MFString items in the url field.void
getSummary
(String[] val) Return the summary value in the argument String[]void
Return the url value in the argument String[]void
Set the data field.void
setSummary
(String[] val) Set the summary field.void
Set 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
-