NASA World Wind

Uses of Class
gov.nasa.worldwind.render.Polyline

Packages that use Polyline
gov.nasa.worldwind.examples   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.util.measure   
 

Uses of Polyline in gov.nasa.worldwind.examples
 

Fields in gov.nasa.worldwind.examples declared as Polyline
protected  Polyline ViewLimits.Controller.sectorLimitsPolyline
           
 

Methods in gov.nasa.worldwind.examples that return Polyline
 Polyline LineBuilder.getLine()
          Returns the layer currently used to display the polyline.
 

Constructors in gov.nasa.worldwind.examples with parameters of type Polyline
LineBuilder(WorldWindow wwd, RenderableLayer lineLayer, Polyline polyline)
          Construct a new line builder using the specified polyline and layer and drawing events from the specified world window.
 

Uses of Polyline in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return Polyline
 Polyline TerrainProfileLayer.getPickedLine()
          Get the Polyline used to render the picked position on the terrain.
 Polyline TerrainProfileLayer.getProfileLine()
          Get the Polyline used to render the profile line on the ground.
 

Uses of Polyline in gov.nasa.worldwind.util.measure
 

Fields in gov.nasa.worldwind.util.measure declared as Polyline
protected  Polyline MeasureTool.line
           
 

Methods in gov.nasa.worldwind.util.measure that return Polyline
 Polyline MeasureTool.getLine()
          Returns the polyline currently used to display lines and path.
 

Methods in gov.nasa.worldwind.util.measure with parameters of type Polyline
 void MeasureTool.setMeasureShape(Polyline line)
          Set the measure shape to an existing Polyline.
 


NASA World Wind