Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.geospatial
Interface GeoMetadata

All Superinterfaces:
X3DChildNode, X3DInfoNode, X3DNode

public interface GeoMetadata
extends X3DInfoNode

Defines the requirements of an X3D GeoMetadata node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getData(X3DNode[] val)
          Return the data value in the argument X3DNode[]
 int getNumData()
          Return the number of MFNode items in the data field.
 int getNumSummary()
          Return the number of MFString items in the summary field.
 int getNumUrl()
          Return the number of MFString items in the url field.
 void getSummary(java.lang.String[] val)
          Return the summary value in the argument String[]
 void getUrl(java.lang.String[] val)
          Return the url value in the argument String[]
 void setData(X3DNode[] val)
          Set the data field.
 void setSummary(java.lang.String[] val)
          Set the summary field.
 void setUrl(java.lang.String[] val)
          Set the url field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

getNumData

int getNumData()
Return the number of MFNode items in the data field.

Returns:
the number of MFNode items in the data field.

getData

void getData(X3DNode[] val)
Return the data value in the argument X3DNode[]

Parameters:
val - The X3DNode[] to initialize.

setData

void setData(X3DNode[] val)
Set the data field.

Parameters:
val - The X3DNode[] to set.

getNumSummary

int getNumSummary()
Return the number of MFString items in the summary field.

Returns:
the number of MFString items in the summary field.

getSummary

void getSummary(java.lang.String[] val)
Return the summary value in the argument String[]

Parameters:
val - The String[] to initialize.

setSummary

void setSummary(java.lang.String[] val)
Set the summary field.

Parameters:
val - The String[] to set.

getNumUrl

int getNumUrl()
Return the number of MFString items in the url field.

Returns:
the number of MFString items in the url field.

getUrl

void getUrl(java.lang.String[] val)
Return the url value in the argument String[]

Parameters:
val - The String[] to initialize.

setUrl

void setUrl(java.lang.String[] val)
Set the url field.

Parameters:
val - The String[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium