Uses of Class
gov.nasa.worldwind.render.Path
- 
Packages that use Path Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics.gov.nasa.worldwind.symbology.milstd2525.graphics.lines MIL-STD-2525 line graphics.gov.nasa.worldwind.util.measure gov.nasa.worldwindx.applications.worldwindow.util.measuretool gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).gov.nasa.worldwindx.examples.multiwindow Examples of how to use multiple WorldWind globes in the same application.gov.nasa.worldwindx.examples.shapebuilder gov.nasa.worldwindx.examples.util gov.nasa.worldwindx.performance 
- 
- 
Uses of Path in gov.nasa.worldwind.layersMethods in gov.nasa.worldwind.layers that return Path Modifier and Type Method Description PathTerrainProfileLayer. getPickedLine()Get thePathused to render the picked position on the terrain.PathTerrainProfileLayer. getProfileLine()Get thePathused to render the profile line on the ground.
- 
Uses of Path in gov.nasa.worldwind.ogc.kml.implSubclasses of Path in gov.nasa.worldwind.ogc.kml.impl Modifier and Type Class Description classKMLLineStringPlacemarkImpl
- 
Uses of Path in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as Path Modifier and Type Field Description PathPath.PickablePositions. pathThe Path who's position points are associated with the specified color code range.Methods in gov.nasa.worldwind.render with parameters of type Path Modifier and Type Method Description voidPath.PathPickSupport. addPickablePositions(int minColorCode, int maxColorCode, Path path)Registers a range of unique pick color codes with a Path, representing the range of pick colors that the Path's position points are drawn in.Constructors in gov.nasa.worldwind.render with parameters of type Path Constructor Description MultiResolutionPathData(DrawContext dc, Path shape)Creates a new MultiResolutionPathData with the specified draw context and path.Path(Path source)PathData(DrawContext dc, Path shape)PickablePositions(int minColorCode, int maxColorCode, Path path)Creates a new PickablePositions with the specified color code range and Path.
- 
Uses of Path in gov.nasa.worldwind.symbology.milstd2525.graphics.areasFields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as Path Modifier and Type Field Description protected PathDummy. pathprotected PathLimitedAccessArea. pathprotected Path[]Ambush. pathsPath used to render the graphic.protected Path[]AttackByFirePosition. pathsPath used to render the graphic.protected Path[]SearchArea. pathsPath used to render the line.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with type parameters of type Path Modifier and Type Field Description protected java.util.List<Path>AirfieldZone. airfieldPathsPaths used to draw the airfield graphic.protected java.util.List<Path>SectorRangeFan. pathsRings that make up the range fan.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return Path Modifier and Type Method Description protected PathAmbush. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathAttackByFirePosition. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathDummy. createPath()protected PathLimitedAccessArea. createPath()Create and configure the Path used to render this graphic.protected PathSearchArea. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathSectorRangeFan. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return types with arguments of type Path Modifier and Type Method Description protected java.util.List<Path>AirfieldZone. createAirfieldPaths(DrawContext dc)Create shapes to draw the airfield graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with parameters of type Path Modifier and Type Method Description protected voidAirfieldZone. configurePath(Path path)Configure a path in the airfield graphic.protected voidAmbush. createLegs(DrawContext dc, Ambush.ArcData arcData, Path[] paths, int startIndex, int pathCount)Create paths for the graphic's "legs".
- 
Uses of Path in gov.nasa.worldwind.symbology.milstd2525.graphics.linesFields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as Path Modifier and Type Field Description protected PathPullUpPoint. bowtiePath to draw the bowtie in the middle of the circle.protected PathFireSupportLine. pathPaths used to render the graphic.protected PathHoldingLine. pathPath used to render the line.protected PathPhaseLine. pathPath used to render the line.protected PathLineOfContact. path2Line of Contact is drawn with two paths.protected Path[]AbstractAxisArrow. pathsPath used to render the line.protected Path[]DirectionOfAttack. pathsPath used to render the line.protected Path[]InfiltrationLane. pathsPath used to render the line.protected Path[]LinearTarget. pathsPaths used to render the graphic.protected Path[]PrincipleDirectionOfFire. pathsPath used to render the line.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with type parameters of type Path Modifier and Type Field Description protected java.util.List<Path>Route. pathsPath used to render the route.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that return Path Modifier and Type Method Description protected PathPullUpPoint. createBowtie(DrawContext dc)Create a path to draw the bowtie graphic in the middle of the circle.protected PathAbstractAxisArrow. createPath()Create and configure the Path used to render this graphic.protected PathDirectionOfAttack. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathFireSupportLine. createPath()Create and configure the Path used to render this graphic.protected PathHoldingLine. createPath()Create and configure the Path used to render this graphic.protected PathInfiltrationLane. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathLinearTarget. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathPhaseLine. createPath()Create and configure the Path used to render this graphic.protected PathPrincipleDirectionOfFire. createPath(java.util.List<Position> positions)Create and configure the Path used to render this graphic.protected PathPullUpPoint. createPath()Create and configure the Path used to render this graphic.protected PathRoute. createPath(Position start, Position end)Create between two points and configure the Path.
- 
Uses of Path in gov.nasa.worldwind.util.measureFields in gov.nasa.worldwind.util.measure declared as Path Modifier and Type Field Description protected PathMeasureTool. lineMethods in gov.nasa.worldwind.util.measure that return Path Modifier and Type Method Description PathMeasureTool. getLine()Returns the path currently used to display lines and path.Methods in gov.nasa.worldwind.util.measure with parameters of type Path Modifier and Type Method Description voidMeasureTool. setMeasureShape(Path line)Set the measure shape to an existingPath.
- 
Uses of Path in gov.nasa.worldwindx.applications.worldwindow.util.measuretoolMethods in gov.nasa.worldwindx.applications.worldwindow.util.measuretool with parameters of type Path Modifier and Type Method Description protected voidWWOMeasureTool. setMeasureShape(Path line, java.lang.String shapeType)
- 
Uses of Path in gov.nasa.worldwindx.examplesFields in gov.nasa.worldwindx.examples declared as Path Modifier and Type Field Description protected PathShapeEditingExtension.Arrow. headprotected PathShapeEditingExtension.Arrow. shaftMethods in gov.nasa.worldwindx.examples that return Path Modifier and Type Method Description PathLineBuilder. getLine()Returns the layer currently used to display the path.Constructors in gov.nasa.worldwindx.examples with parameters of type Path Constructor Description LineBuilder(WorldWindow wwd, RenderableLayer lineLayer, Path path)Construct a new line builder using the specified path and layer and drawing events from the specified world window.
- 
Uses of Path in gov.nasa.worldwindx.examples.kmlMethods in gov.nasa.worldwindx.examples.kml that return Path Modifier and Type Method Description protected static PathExportKML. makePath()
- 
Uses of Path in gov.nasa.worldwindx.examples.multiwindowMethods in gov.nasa.worldwindx.examples.multiwindow that return Path Modifier and Type Method Description protected PathFlatAndRoundGlobes. makePath(Position startPosition, Angle heading, Angle length, int numPositions)
- 
Uses of Path in gov.nasa.worldwindx.examples.shapebuilderFields in gov.nasa.worldwindx.examples.shapebuilder declared as Path Modifier and Type Field Description protected PathRigidShapeEditor. tempPathprotected PathRigidShapeEditor. tempPath2protected PathRigidShapeEditor. tempPath3
- 
Uses of Path in gov.nasa.worldwindx.examples.utilSubclasses of Path in gov.nasa.worldwindx.examples.util Modifier and Type Class Description classDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.
- 
Uses of Path in gov.nasa.worldwindx.performanceFields in gov.nasa.worldwindx.performance with type parameters of type Path Modifier and Type Field Description protected java.util.List<Path>VeryManyPaths.AppFrame. pathsMethods in gov.nasa.worldwindx.performance that return Path Modifier and Type Method Description protected PathVeryManyPaths.AppFrame. makePath(Position startPosition, Angle heading, Angle length, int numPositions)
 
-