Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.geospatial
Interface GeoCoordinate

All Superinterfaces:
X3DCoordinateNode, X3DGeometricPropertyNode, X3DNode

public interface GeoCoordinate
extends X3DCoordinateNode

Defines the requirements of an X3D GeoCoordinate node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 X3DNode getGeoOrigin()
          Return the geoOrigin X3DNode value.
 void getGeoSystem(java.lang.String[] val)
          Return the geoSystem value in the argument String[]
 int getNumGeoSystem()
          Return the number of MFString items in the geoSystem field.
 int getNumPoint()
          Return the number of MFVec3d items in the point field.
 void getPoint(double[] val)
          Return the point value in the argument double[]
 void setGeoOrigin(X3DNode val)
          Set the geoOrigin field.
 void setGeoSystem(java.lang.String[] val)
          Set the geoSystem field.
 void setPoint(double[] val)
          Set the point field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

getNumPoint

int getNumPoint()
Return the number of MFVec3d items in the point field.

Returns:
the number of MFVec3d items in the point field.

getPoint

void getPoint(double[] val)
Return the point value in the argument double[]

Parameters:
val - The double[] to initialize.

setPoint

void setPoint(double[] val)
Set the point field.

Parameters:
val - The double[] to set.

getGeoOrigin

X3DNode getGeoOrigin()
Return the geoOrigin X3DNode value.

Returns:
The geoOrigin X3DNode value.

setGeoOrigin

void setGeoOrigin(X3DNode val)
Set the geoOrigin field.

Parameters:
val - The X3DNode to set.

getNumGeoSystem

int getNumGeoSystem()
Return the number of MFString items in the geoSystem field.

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

getGeoSystem

void getGeoSystem(java.lang.String[] val)
Return the geoSystem value in the argument String[]

Parameters:
val - The String[] to initialize.

setGeoSystem

void setGeoSystem(java.lang.String[] val)
Set the geoSystem field.

Parameters:
val - The String[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium