Uses of Interface
gov.nasa.worldwind.symbology.TacticalPoint
-
Packages that use TacticalPoint Package Description gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.symbology.milstd2525 Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics.gov.nasa.worldwind.symbology.milstd2525.graphics.lines MIL-STD-2525 line graphics. -
-
Uses of TacticalPoint in gov.nasa.worldwind.symbology
Subinterfaces of TacticalPoint in gov.nasa.worldwind.symbology Modifier and Type Interface Description interfaceTacticalCircleAn interface for circular tactical graphics.Methods in gov.nasa.worldwind.symbology that return TacticalPoint Modifier and Type Method Description TacticalPointTacticalGraphicFactory. createPoint(java.lang.String symbolIdentifier, Position position, AVList modifiers)Create a tactical graphic positioned by a single control point.Methods in gov.nasa.worldwind.symbology that return types with arguments of type TacticalPoint Modifier and Type Method Description java.lang.Iterable<? extends TacticalPoint>TacticalRoute. getControlPoints()Indicates the control points along this route.Method parameters in gov.nasa.worldwind.symbology with type arguments of type TacticalPoint Modifier and Type Method Description TacticalRouteTacticalGraphicFactory. createRoute(java.lang.String symbolIdentifier, java.lang.Iterable<? extends TacticalPoint> controlPoints, AVList modifiers)Create a route graphic.voidTacticalRoute. setControlPoints(java.lang.Iterable<? extends TacticalPoint> points)Specifies the control points along this route. -
Uses of TacticalPoint in gov.nasa.worldwind.symbology.milstd2525
Classes in gov.nasa.worldwind.symbology.milstd2525 that implement TacticalPoint Modifier and Type Class Description classMilStd2525PointGraphicImplementation of MIL-STD-2525 point graphics.Methods in gov.nasa.worldwind.symbology.milstd2525 that return TacticalPoint Modifier and Type Method Description TacticalPointMilStd2525GraphicFactory. createPoint(java.lang.String sidc, Position position, AVList params)Create a tactical graphic positioned by a single control point.Method parameters in gov.nasa.worldwind.symbology.milstd2525 with type arguments of type TacticalPoint Modifier and Type Method Description TacticalRouteMilStd2525GraphicFactory. createRoute(java.lang.String sidc, java.lang.Iterable<? extends TacticalPoint> controlPoints, AVList modifiers)Create a route graphic. -
Uses of TacticalPoint in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that implement TacticalPoint Modifier and Type Class Description classAbstractCircularGraphicBase class for circular area graphics.classCircularFireSupportAreaImplementation of circular Fire Support graphics.classCircularPositionAreaImplementation of the Position Area for Artillery, Circular graphic (2.X.4.3.2.6.2). -
Uses of TacticalPoint in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that implement TacticalPoint Modifier and Type Class Description classPullUpPointImplementation of the Pull-Up Point (PUP) graphic (2.X.2.2.1.3).classRoutePointImplementation of aviation route control point graphics.Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with type parameters of type TacticalPoint Modifier and Type Field Description protected java.lang.Iterable<? extends TacticalPoint>Route. childrenGraphics drawn at the route control points.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that return types with arguments of type TacticalPoint Modifier and Type Method Description java.lang.Iterable<? extends TacticalPoint>Route. getControlPoints()Indicates the control points along this route.Method parameters in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with type arguments of type TacticalPoint Modifier and Type Method Description voidRoute. setControlPoints(java.lang.Iterable<? extends TacticalPoint> points)Specifies the control points along this route.
-