Interface ILcdEditableMS2525bShape
- All Superinterfaces:
Cloneable
,ILcdCloneable
,ILcdEditableMS2525bCoded
,ILcdMS2525bCoded
,ILcdMS2525bShape
- All Known Implementing Classes:
TLcdEditableMS2525bObject
An editable extension of
ILcdEditableMS2525bShape
that allows
to configure the geometric properties of the symbol.-
Field Summary
Fields inherited from interface com.luciad.symbology.milstd2525b.model.ILcdMS2525bCoded
sAdditionalInformation, sAffiliation, sAltitudeDepth, sAttitude, sCombatEffectiveness, sCommonIdentifier, sCountry, sDateTimeGroup, sEchelon, sEffectiveTime, sEngagementBar, sEvaluationRating, sFrameShapeModifier, sGuardedUnit, sHigherFormation, sHostile, sHqTaskForceDummy, sIFFSIF, sLength, sLocationLabel, sMobilityIndicator, sMovementDirection, sOrderOfBattle, sPlatformType, sQuantity, sReinforcedOrReduced, sSector1, sSector2, sSignatureEquipment, sSpecialDesignator, sSpecialHeadquarters, sSpeedLabel, sStaffComments, sStandardIdentity1, sStandardIdentity2, sStaticDynamic, sStatus, sTargetDesignator, sTeardownTime, sTypeLabel, sUniqueDesignation, sWidth
-
Method Summary
Methods inherited from interface com.luciad.symbology.milstd2525b.model.ILcdEditableMS2525bCoded
clone, putTextModifier, setMS2525Code
Methods inherited from interface com.luciad.symbology.milstd2525b.model.ILcdMS2525bCoded
getMS2525Code, getMS2525Standard, getTextModifierCount, getTextModifierKey, getTextModifierKeyDisplayName, getTextModifierValue, getTextModifierValue
Methods inherited from interface com.luciad.symbology.milstd2525b.model.ILcdMS2525bShape
getPointList, getWidth, isLine
-
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 MIL-STD 2525b 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.
-