Uses of Interface
gov.nasa.worldwind.Movable
-
Packages that use Movable Package Description gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces 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 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.antenna gov.nasa.worldwindx.applications.sar gov.nasa.worldwindx.applications.worldwindow.util.measuretool gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.util -
-
Uses of Movable in gov.nasa.worldwind.ogc.collada.impl
Classes in gov.nasa.worldwind.ogc.collada.impl that implement Movable Modifier and Type Class Description classColladaMeshShapeShape to render a COLLADA line or triangle mesh. -
Uses of Movable in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement Movable Modifier and Type Class Description classKMLExtrudedPolygonImplclassKMLGroundOverlayPolygonImplImplementation ofPolygonto render KML GroundOverlay.classKMLLineStringPlacemarkImplclassKMLPointPlacemarkImplImplements the Point case of a KML Placemark element.classKMLPolygonImplclassKMLSurfaceImageImplclassKMLSurfacePolygonImpl -
Uses of Movable in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement Movable Modifier and Type Class Description classAbstractGeneralShapeA shape that is positioned and oriented independently of its defining geometry.classAbstractShapeProvides a base class form several geometricRenderables.classAbstractSurfaceShapeCommon superclass for surface conforming shapes such asSurfacePolygon,SurfacePolyline,SurfaceEllipse,SurfaceQuad, andSurfaceSector.classBoxA general box volume defined by a center position and three axis radii.classConeA general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii.classCylinderA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii.classEllipsoidA general ellipsoid volume defined by a center position and the three ellipsoid axis radii.classExtrudedPolygonA multi-sided 3D shell formed by a base polygon in latitude and longitude extruded from the terrain to either a specified height or an independent height per location.classGlobeAnnotationRepresent a text label attached to a Position on the globe and its rendering attributes.classPathDisplays a line or curve between positions.classPedestalclassPointPlacemarkRepresents a point placemark consisting of an image, an optional line linking the image to a corresponding point on the terrain, and an optional label.classPolygon/** A 3D polygon.classPyramidA general pyramid volume defined by a center position, a height, and two axis lengths.classQuadrilateralclassRigidShapeA general rigid volume defined by a center position and the three axis radii.classSurfaceCircleclassSurfaceEllipseclassSurfaceIconRenders an icon image over the terrain surface.classSurfaceIconsRenders an icon image over the terrain surface in many locations.classSurfaceImageRenders a single image contained in a local file, a remote file, or aBufferedImage.classSurfaceMultiPolygonclassSurfacePolygonclassSurfacePolygonsRenders fast multiple polygons with or without holes in one pass.classSurfacePolylineclassSurfacePolylinesThis class renders fast multiple surface polylines in one pass.classSurfaceQuadclassSurfaceSectorclassSurfaceSquareclassSurfaceTextRenders a string of text on the surface of the globe.classUserFacingIconclassWedgeA general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. -
Uses of Movable in gov.nasa.worldwind.render.airspaces
Classes in gov.nasa.worldwind.render.airspaces that implement Movable Modifier and Type Class Description classAbstractAirspaceclassBoxclassCakeA cake consists of mutiple adjacent cylinder segments.static classCake.LayerAn inner class ofCakedefining the parameters of one of the cake's cylinders.classCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classCappedEllipticalCylinderAn elliptical cylinder defined by a geographic position, major and minor radii in meters, and minimum and maximum altitudes.classCurtainA curtain is a series of adjacent rectangular planes.classOrbitclassPartialCappedCylinderA cylinder defined by a geographic position, a radius in meters, and minimum and maximum altitudes.classPolyArcclassPolygonclassRouteCreates a sequence of connected rectangular airspaces specified by a list of positions.classSphereAirspaceA spherical airspace shape defined by a center location and a radius.classSurfaceBoxclassTrackAirspaceCreates a sequence of potentially disconnected rectangular airspaces specified by a collection ofBoxobjects. -
Uses of Movable in gov.nasa.worldwind.symbology
Subinterfaces of Movable in gov.nasa.worldwind.symbology Modifier and Type Interface Description interfaceTacticalCircleAn interface for circular tactical graphics.interfaceTacticalGraphicTacticalGraphic provides a common interface for displaying a graphic from a symbology set.interfaceTacticalPointAn interface for tactical graphics that are positioned by a single point.interfaceTacticalQuadAn interface for tactical graphics shaped like a quadrilaterals.interfaceTacticalRouteAn interface for tactical graphics that depict routes: a series of point graphics connected by lines.Classes in gov.nasa.worldwind.symbology that implement Movable Modifier and Type Class Description classAbstractTacticalGraphicBase class for tactical graphics.classAbstractTacticalSymbol -
Uses of Movable in gov.nasa.worldwind.symbology.milstd2525
Subinterfaces of Movable in gov.nasa.worldwind.symbology.milstd2525 Modifier and Type Interface Description interfaceMilStd2525TacticalGraphicInterface to describe tactical graphics defined by MIL-STD-2525.Classes in gov.nasa.worldwind.symbology.milstd2525 that implement Movable Modifier and Type Class Description classAbstractMilStd2525TacticalGraphicBase class for MIL-STD-2525 tactical graphics.classMilStd2525PointGraphicImplementation of MIL-STD-2525 point graphics.classMilStd2525TacticalSymbolImplementation ofTacticalSymbolthat provides support for tactical symbols from the MIL-STD-2525 symbology set. -
Uses of Movable in gov.nasa.worldwind.symbology.milstd2525.graphics
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics that implement Movable Modifier and Type Class Description classEchelonSymbolTactical symbol implementation to render the echelon modifier as part of a tactical graphic.classTacticalGraphicSymbolImplementation of TacticalSymbol to render point graphics defined by MIL-STD-2525C Appendix B (Tactical Graphics). -
Uses of Movable in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that implement Movable Modifier and Type Class Description classAbstractCircularGraphicBase class for circular area graphics.classAbstractRectangularGraphicBase class for rectangular area graphics.classAirfieldZoneImplementation of the Airfield Zone graphic (hierarchy 2.X.2.1.3.11, SIDC: G*GPGAZ---****X).classAirheadImplementation of the Airhead graphic (2.X.2.6.2.2).classAmbushImplementation of the Ambush graphic (2.X.2.6.1.1).classAttackByFirePositionImplementation of the Attack By Fire Position graphic (2.X.2.5.3.3).classAviationZoneImplementation of aviation area graphics.classBasicAreaImplementation of general area graphics.classBattlePositionImplementation of Battle Position graphics.classCircularFireSupportAreaImplementation of circular Fire Support graphics.classCircularPositionAreaImplementation of the Position Area for Artillery, Circular graphic (2.X.4.3.2.6.2).classCircularRangeFanImplementation of the Circular Weapon/Sensor Range Fan graphic (2.X.4.3.4.1).classCombatSupportAreaImplementation of combat support area graphics.classDummyImplementation of the Dummy graphic (hierarchy 2.X.2.3.1, SIDC: G*GPPD----****X).classEncirclementImplementation of the Encirclement graphic (2.X.2.6.2.3).classFilledAreaAn area that is filled with a pattern of diagonal lines.classFortifiedAreaImplementation of the Fortified Area graphic (2.X.2.1.3.4).classGroupOfTargetsImplementation of the Series or Group of Targets graphic (2.X.4.3.1.3).classIrregularFireSupportAreaImplementation of the irregular Fire Support area graphics.classLimitedAccessAreaImplementation of the Limited Access Area graphic (2.X.2.1.3.10).classLimitedAccessSymbolImplementation of TacticalSymbol that renders a symbol inside a pentagon, for the Limited Access Area graphic.classMinimumSafeDistanceZonesImplementation of the Minimum Safe Distance Zone graphic (2.X.3.4.1).classOffenseAreaImplementation of offense area graphics.classRectangularFireSupportAreaImplementation of rectangular Fire Support graphics.classRectangularPositionAreaImplementation of the Position Area for Artillery, Rectangular graphic (2.X.4.3.2.6.1).classRectangularTargetImplementation of the Rectangular Target graphic (hierarchy 2.X.4.3.1.1, SIDC: G*FPATR---****X).classSearchAreaImplementation of the Search Area/Reconnaissance Area graphic (2.X.2.1.3.9).classSectorRangeFanImplementation of the Sector Weapon/Sensor Range Fans graphic (2.X.4.3.4.2).classSmokeImplementation of the Smoke graphic (hierarchy 2.X.4.3.1.4, SIDC: G*FPATS---****X).classSpecialInterestAreaImplementation of General Command/Special area graphics.classSupportByFirePositionImplementation of the Support By Fire Position graphic (2.X.2.5.3.4).classWeaponsFreeZoneImplementation of the Weapons Free Zone graphic (2.X.2.2.3.5). -
Uses of Movable in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Classes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines that implement Movable Modifier and Type Class Description classAbstractAxisArrowBase class for axis of advance arrow graphics.classAdvanceForFeintImplementation of the Axis of Advance for Feint graphic (2.X.2.3.3).classAirborneImplementation of the Airborne graphic (hierarchy 2.X.2.5.2.1.2, SIDC: G*GPOLAA--****X).classAttackRotaryWingImplementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.3, SIDC: G*GPOLAR--****X).classAviationImplementation of the Aviation offensive graphic (hierarchy 2.X.2.5.2.1.1, SIDC: G*GPOLAV--****X).classBoundaryImplementation of the Boundary graphic (2.X.2.1.2.1).classDirectionOfAttackDirection of Attack graphics.classDirectionOfAttackAviationImplementation of the Direction of Attack, Aviation graphic (2.X.2.5.2.2.1).classDirectionOfAttackForFeintImplementation of the Direction of Attack for Feint graphic (2.X.2.3.3).classDoseRateContourLineImplementation of the Dose Rate Contour Line graphic (2.X.3.4.9).classFireSupportLineImplementation of Fire Support line graphics.classForwardEdgeOfBattleAreaImplementation of the Forward Edge of Battle Area (FEBA) graphic (2.X.2.4.2.1).protected static classForwardEdgeOfBattleArea.FEBASymbolImplementation of TacticalSymbol to draw a symbol at the end of a FEBA line.classForwardLineOfOwnTroopsImplementation of the Forward Line of Own Troops graphic (2.X.2.1.2.2).classHoldingLineThis class implements the following graphics: Holding Line (2.X.2.6.1.2) Bridgehead (2.X.2.6.1.4)classInfiltrationLaneImplementation of the Infiltration Lane graphic (2.X.2.5.2.4).classLinearTargetImplementation of Linear Target graphics.classLineOfContactImplementation of the Line of Contact graphic (2.X.2.1.2.3).classMainAttackImplementation of the Main Attack graphic (hierarchy 2.X.2.5.2.1.4.1, SIDC: G*GPOLAGM-****X).classMunitionFlightPathclassPhaseLineImplementation of phase line graphics.classPrincipleDirectionOfFireImplementation of the Principle Direction of Fire graphic (2.X.2.4.2.2).classPullUpPointImplementation of the Pull-Up Point (PUP) graphic (2.X.2.2.1.3).classRouteImplementation of the aviation route graphics.classRoutePointImplementation of aviation route control point graphics.classSupportingAttackImplementation of the Supporting Attack graphic (hierarchy 2.X.2.5.2.1.4.2, SIDC: G*GPOLAGS-****X). -
Uses of Movable in gov.nasa.worldwind.util.measure
Classes in gov.nasa.worldwind.util.measure that implement Movable Modifier and Type Class Description static classMeasureTool.ControlPointprotected static classMeasureTool.ControlPointWithLeader -
Uses of Movable in gov.nasa.worldwindx.applications.antenna
Classes in gov.nasa.worldwindx.applications.antenna that implement Movable Modifier and Type Class Description classAntennaAxesProvides axes forAntennaModel.classAntennaModelModels antenna gain. -
Uses of Movable in gov.nasa.worldwindx.applications.sar
Classes in gov.nasa.worldwindx.applications.sar that implement Movable Modifier and Type Class Description classElevationPlaneRenders a textured plane at a given elevation.classSARAnnotation -
Uses of Movable in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Classes in gov.nasa.worldwindx.applications.worldwindow.util.measuretool that implement Movable Modifier and Type Class Description classWWOMeasureToolControlPoints.ControlPoint -
Uses of Movable in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement Movable Modifier and Type Class Description classRadarVolumeDisplays a volume defined by a near and far grid of positions. -
Uses of Movable in gov.nasa.worldwindx.examples.util
Classes in gov.nasa.worldwindx.examples.util that implement Movable Modifier and Type Class Description classAudioPlayerAnnotationclassDialogAnnotationclassDirectedPathAPaththat draws arrowheads between the path positions to indicate direction.classDirectedSurfacePolylineASurfacePolylinethat draws arrowheads between the polyline positions to indicate direction.protected static classSectorSelector.RegionShapeclassSlideShowAnnotationMethods in gov.nasa.worldwindx.examples.util with parameters of type Movable Modifier and Type Method Description protected intSectorSelector. determineAdjustmentSide(Movable dragObject, double factor)protected voidSectorSelector. dragWholeShape(DragSelectEvent dragEvent, Movable dragObject)protected SectorSectorSelector. resizeShape(Movable dragObject, int side)
-