com.esri.arcgis.trackinganalyst
Interface enumTemporalSymbolizationMethod

All Superinterfaces:
java.io.Serializable

public interface enumTemporalSymbolizationMethod
extends java.io.Serializable

Constants from enumTemporalSymbolizationMethod' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Temporal Symbolization Options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int enumColor
          Color Temporal Rendering.
static int enumMarker
          Shape Temporal Rendering.
static int enumMarkerSize
          Size Temporal Rendering.
static int enumNone
          No Modification Temporal Rendering.
static int enumTransparency
          Transparency Temporal Rendering.
static int enumTSMAdvancedAging
          Advanced Aging Temporal Rendering.
static int enumTSMAdvancedGradientAging
          Advanced Gradient Aging Temporal Rendering.
 

Field Detail

enumNone

static final int enumNone
No Modification Temporal Rendering.

See Also:
Constant Field Values

enumColor

static final int enumColor
Color Temporal Rendering.

See Also:
Constant Field Values

enumTransparency

static final int enumTransparency
Transparency Temporal Rendering.

See Also:
Constant Field Values

enumMarker

static final int enumMarker
Shape Temporal Rendering.

See Also:
Constant Field Values

enumMarkerSize

static final int enumMarkerSize
Size Temporal Rendering.

See Also:
Constant Field Values

enumTSMAdvancedAging

static final int enumTSMAdvancedAging
Advanced Aging Temporal Rendering.

See Also:
Constant Field Values

enumTSMAdvancedGradientAging

static final int enumTSMAdvancedGradientAging
Advanced Gradient Aging Temporal Rendering.

See Also:
Constant Field Values