Package com.luciad.symbology.app6a.model
Interface ILcdEditableAPP6AShape
- All Superinterfaces:
Cloneable
,ILcdAPP6ACoded
,ILcdAPP6AShape
,ILcdCloneable
,ILcdEditableAPP6ACoded
- All Known Implementing Classes:
TLcdEditableAPP6AObject
An editable extension of
ILcdEditableAPP6AShape
that allows
to configure the geometric properties of the symbol.-
Field Summary
Fields inherited from interface com.luciad.symbology.app6a.model.ILcdAPP6ACoded
sAdditionalInformation, sAffiliation, sAltitudeDepth, sAttitude, sCapacity, sCombatEffectiveness, sCommonIdentifier, sCountry, sDateTimeGroup, sEchelon, sEffectiveTime, sEngagementBar, sEvaluationRating, sFrameShapeModifier, sGuardedUnit, sHeadquartersElement, sHigherFormation, sHostile, sHqTaskForceDummy, sIFFSIF, sInstallationComposition, sLeadership, sLength, sLocationLabel, sMobility, sMovementDirection, sName, sOrderOfBattle, sPlatformType, sPositionAndMovement, sQuantityOfEquipment, sReinforcedOrReduced, sSector1, sSector2, sSignatureEquipment, sSpecialDesignator, sSpecialHeadquarters, sSpeedLabel, sStaffComments, sStandardIdentity1, sStandardIdentity2, sStatus, sTargetDesignator, sTargetNumberExtension, sTeardownTime, sTrackNumber, sTypeOfEquipment, sUniqueDesignation, sWidth
-
Method Summary
Methods inherited from interface com.luciad.symbology.app6a.model.ILcdAPP6ACoded
getAPP6ACode, getAPP6Standard, getTextModifierCount, getTextModifierKey, getTextModifierKeyDisplayName, getTextModifierValue, getTextModifierValue
Methods inherited from interface com.luciad.symbology.app6a.model.ILcdAPP6AShape
getPointList, getWidth, isLine
Methods inherited from interface com.luciad.symbology.app6a.model.ILcdEditableAPP6ACoded
clone, putTextModifier, setAPP6ACode
-
Method Details
-
setWidth
void setWidth(double aWidth) Sets the buffer width. This value is only taken into account when this symbol should be represented by a buffer. In the APP-6A specification, these are the arrow symbols; the width property is used to define the width of the bounding box around the arrow.- Parameters:
aWidth
- the new width in meters.
-