gov.nasa.worldwind.render
Class SurfaceCircle
java.lang.Object
gov.nasa.worldwind.render.AbstractSurfaceObject
gov.nasa.worldwind.render.AbstractSurfaceShape
gov.nasa.worldwind.render.SurfaceConvexShape
gov.nasa.worldwind.render.SurfaceEllipse
gov.nasa.worldwind.render.SurfaceCircle
- All Implemented Interfaces:
- MeasurableArea, MeasurableLength, Movable, PreRenderable, Renderable, SurfaceObject, SurfaceShape, Restorable
public class SurfaceCircle
- extends SurfaceEllipse
| Methods inherited from class gov.nasa.worldwind.render.SurfaceEllipse |
computeLocations, computeLocations, doGetRestorableState, doMoveTo, doRestoreState, getCenter, getHeading, getIntervals, getReferencePosition, getSemiMajorAxisLength, getSemiMinorAxisLength, legacyRestoreState, setAxisLengths, setCenter, setHeading, setIntervals, setSemiMajorAxisLength, setSemiMinorAxisLength |
| Methods inherited from class gov.nasa.worldwind.render.AbstractSurfaceShape |
getArea, getArea, getAttributes, getDrawLocations, getEdgeIntervalsPerDegree, getHeight, getLength, getLocations, getPathType, getPerimeter, getRenderer, getRestorableState, getSectors, getSurfaceShapeSupport, getWidth, move, moveTo, onShapeChanged, pathTypeFromString, preRender, render, restoreState, setAttributes, setEdgeIntervalsPerDegree, setPathType, setupAreaMeasurer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SurfaceCircle
public SurfaceCircle()
SurfaceCircle
public SurfaceCircle(LatLon center,
double radius)
SurfaceCircle
public SurfaceCircle(LatLon center,
double radius,
int intervals)
SurfaceCircle
public SurfaceCircle(ShapeAttributes attributes)
SurfaceCircle
public SurfaceCircle(ShapeAttributes attributes,
int intervals)
SurfaceCircle
public SurfaceCircle(ShapeAttributes attributes,
LatLon center,
double radius)
SurfaceCircle
public SurfaceCircle(ShapeAttributes attributes,
LatLon center,
double radius,
int intervals)
getRadius
public double getRadius()
setRadius
public void setRadius(double radius)