public class MilStdAttributes
extends java.lang.Object
MilStdIconRenderer.RenderIcon(String, Map, Map)
or WebRenderer.RenderSymbol(String, String, String, String, String, String, double, String, Map, Map, int)| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Alpha
transparency value of the symbol with values from 0 - 255.
|
static java.lang.String |
AltitudeMode
The mode that altitude labels will be displayed in, the default value is AMSL.
|
static java.lang.String |
AltitudeUnits
The conversion factor and the label that you want all distances to display in.
|
static java.lang.String |
DistanceUnits
The conversion factor and the label that you want all distances to display in.
|
static java.lang.String |
DrawAsIcon
just draws the core symbol
|
static java.lang.String |
EngagementBarColor
If the engagement/target amplifier bar is to be used to designate targets, non-targets, and
pruned or expired targets, a different coloring schema shall be used.
|
static java.lang.String |
FillColor
Fill color of the symbol.
|
static java.lang.String |
HideOptionalLabels
At the moment, this refers to the optional range fan labels.
|
static java.lang.String |
IconColor
Main color of internal icon.
|
static java.lang.String |
KeepUnitRatio
defaults to true
|
static java.lang.String |
LineColor
Line color of the symbol.
|
static java.lang.String |
LineWidth
Specifies the line width of the multipoint symbology
|
static java.lang.String |
OutlineColor
specify and outline color rather than letting renderer picking
the best contrast color.
|
static java.lang.String |
OutlineSymbol
outline the symbol, true/false
|
static java.lang.String |
PatternFillType
For internal use
|
static java.lang.String |
PixelSize
size of the single point image
|
static java.lang.String |
TextBackgroundColor
Specifies the color for the text background (color outline or fill)
|
static java.lang.String |
TextColor
Specifies the color for text labels
|
static java.lang.String |
UseDashArray
If false, the renderer will create a bunch of little lines to create
the "dash" effect (expensive but necessary for KML).
|
static java.lang.String |
UsePatternFill
For internal use
|
| Constructor and Description |
|---|
MilStdAttributes() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAttributeKey(java.lang.String attribute)
Takes a string representation of an attribute and returns the appropriate int key value
|
static java.lang.String |
getAttributeName(java.lang.String attribute) |
static java.util.ArrayList<java.lang.String> |
GetAttributesList(java.lang.String symbolID) |
static java.util.ArrayList<java.lang.String> |
GetModifierList()
Deprecated.
|
public static final java.lang.String LineColor
public static final java.lang.String FillColor
public static final java.lang.String IconColor
public static final java.lang.String PixelSize
public static final java.lang.String KeepUnitRatio
public static final java.lang.String Alpha
public static final java.lang.String OutlineSymbol
public static final java.lang.String OutlineColor
public static final java.lang.String DrawAsIcon
public static final java.lang.String LineWidth
public static final java.lang.String TextColor
public static final java.lang.String TextBackgroundColor
public static final java.lang.String UseDashArray
public static final java.lang.String AltitudeMode
public static final java.lang.String HideOptionalLabels
public static final java.lang.String UsePatternFill
public static final java.lang.String PatternFillType
public static final java.lang.String DistanceUnits
DistanceUnit can be used.public static final java.lang.String AltitudeUnits
DistanceUnit can be used.
Currently only effective for multi-point graphics.public static final java.lang.String EngagementBarColor
public static java.util.ArrayList<java.lang.String> GetModifierList()
GetAttributesList(String)ArrayListpublic static java.util.ArrayList<java.lang.String> GetAttributesList(java.lang.String symbolID)
public static java.lang.String getAttributeName(java.lang.String attribute)
attribute - constant like MilStdAttributes.LineColorpublic static java.lang.String getAttributeKey(java.lang.String attribute)
attribute - "LINECOLOR" will return MilStdAtttributes.LineColorInteger value representing Attribute constant.