|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.render.AbstractSurfaceObject
gov.nasa.worldwind.render.AbstractSurfaceShape
gov.nasa.worldwind.render.SurfacePolygon
gov.nasa.worldwind.render.SurfacePolyline
public class SurfacePolyline
| Field Summary |
|---|
| Fields inherited from class gov.nasa.worldwind.render.SurfacePolygon |
|---|
locationList |
| Fields inherited from class gov.nasa.worldwind.render.AbstractSurfaceShape |
|---|
areaMeasurer, areaMeasurerLastModifiedTime, drawLocations, drawLocationsLastModifiedTime, edgeIntervalsPerDegree, pathType, renderer |
| Fields inherited from class gov.nasa.worldwind.render.AbstractSurfaceObject |
|---|
lastModifiedTime, visible |
| Constructor Summary | |
|---|---|
SurfacePolyline()
|
|
SurfacePolyline(Iterable<? extends LatLon> locations)
|
|
SurfacePolyline(ShapeAttributes attributes)
|
|
SurfacePolyline(ShapeAttributes attributes,
Iterable<? extends LatLon> locations)
|
|
| Method Summary | |
|---|---|
protected void |
computeLocations(Globe globe,
List<LatLon> locations)
|
protected void |
doRenderToRegion(DrawContext dc,
Sector sector,
int x,
int y,
int width,
int height)
|
| Methods inherited from class gov.nasa.worldwind.render.SurfacePolygon |
|---|
addLocations, doGetRestorableState, doMoveTo, doRestoreState, getLocations, getReferencePosition, legacyRestoreState, setLocations |
| 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 gov.nasa.worldwind.render.AbstractSurfaceObject |
|---|
getLastModifiedTime, isVisible, renderToRegion, setVisible, updateModifiedTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gov.nasa.worldwind.render.SurfaceObject |
|---|
getLastModifiedTime, isVisible, renderToRegion, setVisible |
| Constructor Detail |
|---|
public SurfacePolyline()
public SurfacePolyline(Iterable<? extends LatLon> locations)
public SurfacePolyline(ShapeAttributes attributes)
public SurfacePolyline(ShapeAttributes attributes,
Iterable<? extends LatLon> locations)
| Method Detail |
|---|
protected void computeLocations(Globe globe,
List<LatLon> locations)
computeLocations in class SurfacePolygon
protected void doRenderToRegion(DrawContext dc,
Sector sector,
int x,
int y,
int width,
int height)
doRenderToRegion in class SurfacePolygon
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||