Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.geospatial
Interface GeoOrigin

All Superinterfaces:
X3DNode

public interface GeoOrigin
extends X3DNode

Defines the requirements of an X3D GeoOrigin node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getGeoCoords(double[] val)
          Return the geoCoords value in the argument double[]
 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.
 boolean getRotateYUp()
          Return the rotateYUp boolean value.
 void setGeoCoords(double[] val)
          Set the geoCoords field.
 void setGeoSystem(java.lang.String[] val)
          Set the geoSystem field.
 void setRotateYUp(boolean val)
          Set the rotateYUp field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

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.

getGeoCoords

void getGeoCoords(double[] val)
Return the geoCoords value in the argument double[]

Parameters:
val - The double[] to initialize.

setGeoCoords

void setGeoCoords(double[] val)
Set the geoCoords field.

Parameters:
val - The double[] to set.

getRotateYUp

boolean getRotateYUp()
Return the rotateYUp boolean value.

Returns:
The rotateYUp boolean value.

setRotateYUp

void setRotateYUp(boolean val)
Set the rotateYUp field.

Parameters:
val - The boolean to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium