Class BasicArea
- java.lang.Object
-
- gov.nasa.worldwind.avlist.AVListImpl
-
- gov.nasa.worldwind.symbology.AbstractTacticalGraphic
-
- gov.nasa.worldwind.symbology.milstd2525.AbstractMilStd2525TacticalGraphic
-
- gov.nasa.worldwind.symbology.milstd2525.graphics.areas.BasicArea
-
- All Implemented Interfaces:
AVList,Draggable,Movable,Highlightable,PreRenderable,Renderable,MilStd2525TacticalGraphic,TacticalGraphic
- Direct Known Subclasses:
AirfieldZone,Airhead,AviationZone,BattlePosition,CombatSupportArea,DoseRateContourLine,Encirclement,FilledArea,FortifiedArea,GroupOfTargets,IrregularFireSupportArea,OffenseArea,Smoke,SpecialInterestArea
public class BasicArea extends AbstractMilStd2525TacticalGraphic implements PreRenderable
Implementation of general area graphics. This class implements the following graphics:- General Area (2.X.2.1.3.1)
- Assembly Area (2.X.2.1.3.2)
- Engagement Area (2.X.2.1.3.3)
- Drop Zone (2.X.2.1.3.5)
- Extraction Zone (2.X.2.1.3.6)
- Landing Zone (2.X.2.1.3.7)
- Pickup Zone (2.X.2.1.3.8)
- Forward Arming and Refueling Area (FARP) (2.X.5.3.3)
-
-
Field Summary
Fields Modifier and Type Field Description protected TacticalGraphicLabelidentityLabel1First "ENY" label, for hostile entities.protected TacticalGraphicLabelidentityLabel2Second "ENY" label, for hostile entities.protected SurfacePolygonpolygon-
Fields inherited from class gov.nasa.worldwind.symbology.milstd2525.AbstractMilStd2525TacticalGraphic
maskedSymbolCode, OUTLINE_STIPPLE_FACTOR_ANTICIPATED, OUTLINE_STIPPLE_FACTOR_PRESENT, OUTLINE_STIPPLE_PATTERN, symbolCode
-
Fields inherited from class gov.nasa.worldwind.symbology.AbstractTacticalGraphic
activeOverrides, activeShapeAttributes, DEFAULT_HIGHLIGHT_MATERIAL, DEFAULT_LABEL_INTERIOR_OPACITY, delegateOwner, dragEnabled, draggableSupport, frameTimestamp, highlightAttributes, highlighted, labelOffset, labels, modifiers, mustCreateLabels, normalAttributes, showGraphicModifiers, showHostileIndicator, showLocation, showTextModifiers, text, unitsFormat, visible
-
-
Constructor Summary
Constructors Constructor Description BasicArea(java.lang.String sidc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyDelegateOwner(java.lang.Object owner)Invoked each frame to apply to the current delegate owner to all renderable objects used to draw the graphic.protected voidcreateLabels()protected java.lang.StringcreateLabelText()Create the text for the main label on this graphic.protected SurfacePolygoncreatePolygon()protected voiddetermineIdentityLabelPositions()protected voiddetermineLabelPositions(DrawContext dc)Determine the appropriate position for the graphic's labels.protected PositiondetermineMainLabelPosition(DrawContext dc)Compute the position for the area's main label.protected voiddoRenderGraphic(DrawContext dc)Render the polygon.protected java.lang.StringgetGraphicLabel()protected java.lang.StringgetLabelAlignment()Indicates the alignment of the graphic's main label.protected intgetPositionCount()java.lang.Iterable<? extends Position>getPositions()Indicates the positions of the control points that place and orient the graphic.PositiongetReferencePosition()A position associated with the object that indicates its aggregate geographic position.static java.util.List<java.lang.String>getSupportedGraphics()Indicates the graphics supported by this class.protected voidmakeShapes(DrawContext dc)voidpreRender(DrawContext dc)voidsetPositions(java.lang.Iterable<? extends Position> positions)Specifies the positions of the control points that place and orient the graphic.-
Methods inherited from class gov.nasa.worldwind.symbology.milstd2525.AbstractMilStd2525TacticalGraphic
applyDefaultAttributes, createSymbol, getDefaultMaterial, getIdentifier, getModifier, getOutlineStippleFactor, getOutlineStipplePattern, getStatus, getText, mustShowHostileIndicator, setModifier, setStatus
-
Methods inherited from class gov.nasa.worldwind.symbology.AbstractTacticalGraphic
addLabel, applyLabelAttributes, applyOverrideAttributes, computeGeometry, computeLabelInteriorOpacity, determineActiveAttributes, determineDelegateOwner, determinePerFrameAttributes, doDrag, doRenderGraphicModifiers, doRenderTextModifiers, drag, getActiveDelegateOwner, getActiveOverrideAttributes, getActiveShapeAttributes, getAttributes, getDefaultLabelOffset, getDelegateOwner, getHighlightAttributes, getLabelMaterial, getLabelOffset, getUnitsFormat, isDragEnabled, isHighlighted, isShowGraphicModifiers, isShowHostileIndicator, isShowLocation, isShowTextModifiers, isVisible, move, moveTo, onModifierChanged, render, setAttributes, setDelegateOwner, setDragEnabled, setHighlightAttributes, setHighlighted, setLabelOffset, setShowGraphicModifiers, setShowHostileIndicator, setShowLocation, setShowTextModifiers, setText, setUnitsFormat, setVisible
-
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
-
Methods inherited from interface gov.nasa.worldwind.render.Highlightable
isHighlighted, setHighlighted
-
Methods inherited from interface gov.nasa.worldwind.render.Renderable
render
-
Methods inherited from interface gov.nasa.worldwind.symbology.TacticalGraphic
getAttributes, getDelegateOwner, getHighlightAttributes, getLabelOffset, getUnitsFormat, isShowGraphicModifiers, isShowHostileIndicator, isShowLocation, isShowTextModifiers, isVisible, setAttributes, setDelegateOwner, setHighlightAttributes, setLabelOffset, setShowGraphicModifiers, setShowHostileIndicator, setShowLocation, setShowTextModifiers, setText, setUnitsFormat, setVisible
-
-
-
-
Field Detail
-
polygon
protected SurfacePolygon polygon
-
identityLabel1
protected TacticalGraphicLabel identityLabel1
First "ENY" label, for hostile entities.
-
identityLabel2
protected TacticalGraphicLabel identityLabel2
Second "ENY" label, for hostile entities.
-
-
Method Detail
-
getSupportedGraphics
public static java.util.List<java.lang.String> getSupportedGraphics()
Indicates the graphics supported by this class.- Returns:
- List of masked SIDC strings that identify graphics that this class supports.
-
setPositions
public void setPositions(java.lang.Iterable<? extends Position> positions)
Specifies the positions of the control points that place and orient the graphic.- Specified by:
setPositionsin interfaceTacticalGraphic- Parameters:
positions- Positions that orient the graphic. How many positions are returned depends on the type of graphic. Some graphics require only a single position, others require many. The positions must be specified in the same order as the control points defined by the symbology set's template for this type of graphic.
-
getPositions
public java.lang.Iterable<? extends Position> getPositions()
Indicates the positions of the control points that place and orient the graphic.- Specified by:
getPositionsin interfaceTacticalGraphic- Returns:
- positions that orient the graphic. How many positions are returned depends on the type of graphic. Some graphics require only a single position, others require many.
-
getReferencePosition
public Position getReferencePosition()
A position associated with the object that indicates its aggregate geographic position. The chosen position varies among implementers of this interface. For objects defined by a list of positions, the reference position is typically the first position in the list. For symmetric objects the reference position is often the center of the object. In many cases the object's reference position may be explicitly specified by the application.- Specified by:
getReferencePositionin interfaceMovable- Returns:
- the object's reference position, or null if no reference position is available.
-
preRender
public void preRender(DrawContext dc)
- Specified by:
preRenderin interfacePreRenderable
-
makeShapes
protected void makeShapes(DrawContext dc)
-
doRenderGraphic
protected void doRenderGraphic(DrawContext dc)
Render the polygon.- Specified by:
doRenderGraphicin classAbstractTacticalGraphic- Parameters:
dc- Current draw context.- See Also:
AbstractTacticalGraphic.doRenderTextModifiers(gov.nasa.worldwind.render.DrawContext),AbstractTacticalGraphic.doRenderGraphicModifiers(gov.nasa.worldwind.render.DrawContext)
-
createLabelText
protected java.lang.String createLabelText()
Create the text for the main label on this graphic.- Returns:
- Text for the main label. May return null if there is no text.
-
getGraphicLabel
protected java.lang.String getGraphicLabel()
-
getLabelAlignment
protected java.lang.String getLabelAlignment()
Indicates the alignment of the graphic's main label.- Returns:
- Alignment for the main label. One of AVKey.CENTER, AVKey.LEFT, or AVKey.RIGHT.
-
createLabels
protected void createLabels()
- Overrides:
createLabelsin classAbstractTacticalGraphic
-
determineLabelPositions
protected void determineLabelPositions(DrawContext dc)
Determine the appropriate position for the graphic's labels.- Overrides:
determineLabelPositionsin classAbstractTacticalGraphic- Parameters:
dc- Current draw context.
-
determineMainLabelPosition
protected Position determineMainLabelPosition(DrawContext dc)
Compute the position for the area's main label. This position indicates the position of the first line of the label. If there are more lines, they will be arranged South of the first line.- Parameters:
dc- Current draw context.- Returns:
- Position for the graphic's main label.
-
determineIdentityLabelPositions
protected void determineIdentityLabelPositions()
-
getPositionCount
protected int getPositionCount()
-
applyDelegateOwner
protected void applyDelegateOwner(java.lang.Object owner)
Invoked each frame to apply to the current delegate owner to all renderable objects used to draw the graphic. This base class will apply the delegate owner to Label objects. Subclasses must implement this method to apply the delegate owner to any Renderables that they will draw in order to render the graphic.- Specified by:
applyDelegateOwnerin classAbstractTacticalGraphic- Parameters:
owner- Current delegate owner.
-
createPolygon
protected SurfacePolygon createPolygon()
-
-