| Package | Description | 
|---|---|
| gov.nasa.worldwind.layers | |
| gov.nasa.worldwind.util.measure | |
| gov.nasa.worldwindx.applications.worldwindow.util.measuretool | |
| gov.nasa.worldwindx.examples | 
| Modifier and Type | Method and Description | 
|---|---|
gov.nasa.worldwind.render.Polyline | 
TerrainProfileLayer.getPickedLine()
Get the  
Polyline used to render the picked position on the terrain. | 
gov.nasa.worldwind.render.Polyline | 
TerrainProfileLayer.getProfileLine()
Get the  
Polyline used to render the profile line on the ground. | 
| Modifier and Type | Field and Description | 
|---|---|
protected gov.nasa.worldwind.render.Polyline | 
MeasureTool.line  | 
| Modifier and Type | Method and Description | 
|---|---|
gov.nasa.worldwind.render.Polyline | 
MeasureTool.getLine()
Returns the polyline currently used to display lines and path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MeasureTool.setMeasureShape(gov.nasa.worldwind.render.Polyline line)
Set the measure shape to an existing  
Polyline. | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
WWOMeasureTool.setMeasureShape(gov.nasa.worldwind.render.Polyline line,
               java.lang.String shapeType)  | 
| Modifier and Type | Method and Description | 
|---|---|
gov.nasa.worldwind.render.Polyline | 
LineBuilder.getLine()
Returns the layer currently used to display the polyline. 
 | 
| Constructor and Description | 
|---|
LineBuilder(WorldWindow wwd,
           RenderableLayer lineLayer,
           gov.nasa.worldwind.render.Polyline polyline)
Construct a new line builder using the specified polyline and layer and drawing events from the specified world
 window. 
 |