uaa.feral.style
Class WWSphereFERAL
java.lang.Object
repast.simphony.visualization.gis3D.RenderableShape
repast.simphony.visualization.gis3D.PointShape
repast.simphony.visualization.gis3D.SphereShape
uaa.feral.style.WWSphereFERAL
- All Implemented Interfaces:
- gov.nasa.worldwind.render.Renderable, repast.simphony.visualization.gis3D.Pickable
public class WWSphereFERAL
- extends repast.simphony.visualization.gis3D.SphereShape
Class based on Sphere in Repast Visualization package, which uses WW.
- Author:
- Mark Altaweel
Fields inherited from class repast.simphony.visualization.gis3D.RenderableShape |
HEIGHT_OFFSET, ZOOM_SCALE_FACTOR |
Constructor Summary |
WWSphereFERAL(com.vividsolutions.jts.geom.Point point)
|
WWSphereFERAL(com.vividsolutions.jts.geom.Point point,
double radius,
java.lang.String type)
|
Method Summary |
void |
initialize(gov.nasa.worldwind.render.DrawContext dc)
|
void |
render(gov.nasa.worldwind.render.DrawContext dc)
|
void |
setCenter(gov.nasa.worldwind.geom.Vec4 center)
|
void |
setLatlon(gov.nasa.worldwind.geom.LatLon latlon)
|
void |
setRadius(double radius)
|
Methods inherited from class repast.simphony.visualization.gis3D.SphereShape |
getGeometry, setRadius |
Methods inherited from class repast.simphony.visualization.gis3D.RenderableShape |
getMaterial, pickRender, setGeometry, setIsScaled, setMaterial, setScale |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WWSphereFERAL
public WWSphereFERAL(com.vividsolutions.jts.geom.Point point)
WWSphereFERAL
public WWSphereFERAL(com.vividsolutions.jts.geom.Point point,
double radius,
java.lang.String type)
initialize
public void initialize(gov.nasa.worldwind.render.DrawContext dc)
- Overrides:
initialize
in class repast.simphony.visualization.gis3D.SphereShape
render
public void render(gov.nasa.worldwind.render.DrawContext dc)
- Specified by:
render
in interface gov.nasa.worldwind.render.Renderable
- Overrides:
render
in class repast.simphony.visualization.gis3D.RenderableShape
setCenter
public void setCenter(gov.nasa.worldwind.geom.Vec4 center)
setRadius
public void setRadius(double radius)
setLatlon
public void setLatlon(gov.nasa.worldwind.geom.LatLon latlon)