vtk
Class vtkEarthSource

java.lang.Object
  extended byvtk.vtkObjectBase
      extended byvtk.vtkObject
          extended byvtk.vtkProcessObject
              extended byvtk.vtkSource
                  extended byvtk.vtkPolyDataSource
                      extended byvtk.vtkEarthSource
All Implemented Interfaces:
java.io.Serializable

public class vtkEarthSource
extends vtkPolyDataSource
implements java.io.Serializable

vtkEarthSource - create the continents of the Earth as a sphere. vtkEarthSource creates a spherical rendering of the geographical shapes of the major continents of the earth. The OnRatio determines how much of the data is actually used. The radius defines the radius of the sphere at which the continents are placed. Obtains data from an imbedded array of coordinates. JavaBean wrapper for vtkEarthSource object.

Author:
vtk2jbean Automatic JavaBean wrapper for VTK.
See Also:
Serialized Form

Field Summary
protected  java.beans.PropertyChangeSupport changes
           
 
Fields inherited from class vtk.vtkObjectBase
vtkId
 
Constructor Summary
  vtkEarthSource()
           
protected vtkEarthSource(int dmy)
           
 
Method Summary
 java.lang.String getClassName()
          Return the class name as a string.
 int getOnRatio()
          Turn on every nth entity.
 int getOnRatioMaxValue()
          Turn on every nth entity.
 int getOnRatioMinValue()
          Turn on every nth entity.
 int getOutline()
          Turn on/off drawing continents as filled polygons or as wireframe outlines.
 double getRadius()
          Set radius of earth.
 double getRadiusMaxValue()
          Set radius of earth.
 double getRadiusMinValue()
          Set radius of earth.
 vtkEarthSource getThisEarthSource()
           
 int isA(java.lang.String id0)
          Return 1 if this class is the same type of (or a subclass of) the named class.
 void outlineOff()
          Turn on/off drawing continents as filled polygons or as wireframe outlines.
 void outlineOn()
          Turn on/off drawing continents as filled polygons or as wireframe outlines.
 void setOnRatio(int id0)
          Turn on every nth entity.
 void setOutline(int id0)
          Turn on/off drawing continents as filled polygons or as wireframe outlines.
 void setRadius(double id0)
          Set radius of earth.
protected  void VTKCastInit()
           
 void VTKInit()
           
 
Methods inherited from class vtk.vtkPolyDataSource
getOutput, getOutput, getThisPolyDataSource, setOutput
 
Methods inherited from class vtk.vtkSource
computeInputUpdateExtents, getNumberOfOutputs, getOutputIndex, getReleaseDataFlag, getThisSource, inRegisterLoop, propagateUpdateExtent, releaseDataFlagOff, releaseDataFlagOn, setReleaseDataFlag, triggerAsynchronousUpdate, unRegister, unRegisterAllOutputs, update, updateData, updateInformation, updateWholeExtent
 
Methods inherited from class vtk.vtkProcessObject
abortExecuteOff, abortExecuteOn, getAbortExecute, getErrorCode, getNumberOfInputs, getProgress, getProgressMaxValue, getProgressMinValue, getProgressText, getThisProcessObject, removeAllInputs, setAbortExecute, setProgress, setProgressText, squeezeInputArray, updateProgress
 
Methods inherited from class vtk.vtkObject
AddObserver, breakOnError, debugOff, debugOn, getDebug, getGlobalWarningDisplay, getMTime, getThisObject, globalWarningDisplayOff, globalWarningDisplayOn, hasObserver, hasObserver, invokeEvent, invokeEvent, modified, Print, PrintRevisions, register, removeObserver, removeObservers, removeObservers, setDebug, setGlobalWarningDisplay
 
Methods inherited from class vtk.vtkObjectBase
addPropertyChangeListener, finalize, getReferenceCount, getThisObjectBase, isTypeOf, removePropertyChangeListener, setReferenceCount, VTKDelete
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changes

protected java.beans.PropertyChangeSupport changes
Constructor Detail

vtkEarthSource

public vtkEarthSource()

vtkEarthSource

protected vtkEarthSource(int dmy)
Method Detail

getThisEarthSource

public vtkEarthSource getThisEarthSource()

getClassName

public java.lang.String getClassName()
Description copied from class: vtkObjectBase
Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeRevisionMacro found in vtkSetGet.h.

Overrides:
getClassName in class vtkPolyDataSource

isA

public int isA(java.lang.String id0)
Description copied from class: vtkObjectBase
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Overrides:
isA in class vtkPolyDataSource

setRadius

public void setRadius(double id0)
Set radius of earth.


getRadiusMinValue

public double getRadiusMinValue()
Set radius of earth.


getRadiusMaxValue

public double getRadiusMaxValue()
Set radius of earth.


getRadius

public double getRadius()
Set radius of earth.


setOnRatio

public void setOnRatio(int id0)
Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)


getOnRatioMinValue

public int getOnRatioMinValue()
Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)


getOnRatioMaxValue

public int getOnRatioMaxValue()
Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)


getOnRatio

public int getOnRatio()
Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)


setOutline

public void setOutline(int id0)
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.


getOutline

public int getOutline()
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.


outlineOn

public void outlineOn()
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.


outlineOff

public void outlineOff()
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.


VTKInit

public void VTKInit()
Overrides:
VTKInit in class vtkObject

VTKCastInit

protected void VTKCastInit()
Overrides:
VTKCastInit in class vtkPolyDataSource


Copyright © 2004 Sydney ViSLAB. All Rights Reserved.