com.esri.arcgis.display
Interface esriGeometricEffectAttributes

All Superinterfaces:
Serializable

public interface esriGeometricEffectAttributes
extends Serializable

Graphic attributes for geometric effects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriGAArrowType
          Type attribute for Arrow effect.
static int esriGAArrowWidth
          Width attribute for Arrow effect.
static int esriGABufferSize
          Buffer size attribute for Buffer effect.
static int esriGAControlPointsTolerance
          Angle tolerance attribute for AddControlPoint effect.
static int esriGACutCurveBegin
          Begin cut attribute for CutCurve effect.
static int esriGACutCurveEnd
          End cut attribute for CutCurve effect.
static int esriGACutCurveInvert
          Invert attribute for CutCurve effect.
static int esriGADashEndings
          Endings attribute for Dash effect.
static int esriGADashOffsetAtEnd
          Offset At End attribute for Dash effect.
static int esriGADashPattern
          Pattern attribute for Dash effect.
static int esriGADashPosition
          Position attribute for Dash effect.
static int esriGADonutMethod
          Method attribute for Donut effect.
static int esriGADonutSimple
          Simple attribute for Donut effect.
static int esriGADonutWidth
          Donut width attribute for Donut effect.
static int esriGAEnclosingPolygonMethod
          Method for Enclosing Polygon effect.
static int esriGAJogAngle
          Angle attribute of the Jog effect.
static int esriGAJogLength
          Length attribute for Jog effect.
static int esriGAJogPosition
          Distance attribute of the Jog effect.
static int esriGAMoveXOffset
          XOffset attribute for Move effect.
static int esriGAMoveYOffset
          YOffset attribute for Move effect.
static int esriGAOffsetCurveCount
          Count attribute for OffsetCurve effect.
static int esriGAOffsetCurveMethod
          Method attribute for OffsetCurve effect.
static int esriGAOffsetCurveOffset
          Offset attribute for OffsetCurve effect.
static int esriGAOffsetCurveOption
          Option attribute for OffsetCurve effect.
static int esriGAOffsetCurveSimple
          Simple attribute for OffsetCurve effect.
static int esriGARadialAngle
          Angle attribute for Radial effect.
static int esriGARadialLength
          Length attribute for Radial effect.
static int esriGARegularPolygonAngle
          Angle attribute for Regular Polygon effect.
static int esriGARegularPolygonEdges
          Edges attribute for Regular Polygon effect.
static int esriGARegularPolygonRadius
          Radius attribute for Regular Polygon effect.
static int esriGAReverse
          Reverse attribute for Reverse effect.
static int esriGARotateAngle
          Angle attribute for Rotate effect.
static int esriGAScaleXFactor
          X Factor attribute for Scale effect.
static int esriGAScaleYFactor
          Y Factor attribute for Scale effect.
static int esriGASimplifyTolerance
          Tolerance attribute for Simplify effect.
static int esriGASmoothTolerance
          Tolerance attribute for Smooth effect.
static int esriGATaperedPolygonFromWidth
          From width attribute for Tapered Polygon effect.
static int esriGATaperedPolygonLength
          Length attribute for Tapered Polygon effect.
static int esriGATaperedPolygonToWidth
          To width attribute for Tapered Polygon effect.
static int esriGAWavePeriod
          Period attribute for Wave effect.
static int esriGAWaveSeed
          Seed attribute for Wave effect.
static int esriGAWaveStyle
          Style attribute for Wave effect.
static int esriGAWaveWidth
          Width attribute for Wave effect.
 

Field Detail

esriGAControlPointsTolerance

static final int esriGAControlPointsTolerance
Angle tolerance attribute for AddControlPoint effect.

See Also:
Constant Field Values

esriGABufferSize

static final int esriGABufferSize
Buffer size attribute for Buffer effect.

See Also:
Constant Field Values

esriGACutCurveBegin

static final int esriGACutCurveBegin
Begin cut attribute for CutCurve effect.

See Also:
Constant Field Values

esriGACutCurveEnd

static final int esriGACutCurveEnd
End cut attribute for CutCurve effect.

See Also:
Constant Field Values

esriGACutCurveInvert

static final int esriGACutCurveInvert
Invert attribute for CutCurve effect.

See Also:
Constant Field Values

esriGADashPattern

static final int esriGADashPattern
Pattern attribute for Dash effect.

See Also:
Constant Field Values

esriGADashEndings

static final int esriGADashEndings
Endings attribute for Dash effect.

See Also:
Constant Field Values

esriGADashPosition

static final int esriGADashPosition
Position attribute for Dash effect.

See Also:
Constant Field Values

esriGADashOffsetAtEnd

static final int esriGADashOffsetAtEnd
Offset At End attribute for Dash effect.

See Also:
Constant Field Values

esriGADonutWidth

static final int esriGADonutWidth
Donut width attribute for Donut effect.

See Also:
Constant Field Values

esriGADonutSimple

static final int esriGADonutSimple
Simple attribute for Donut effect.

See Also:
Constant Field Values

esriGADonutMethod

static final int esriGADonutMethod
Method attribute for Donut effect.

See Also:
Constant Field Values

esriGAEnclosingPolygonMethod

static final int esriGAEnclosingPolygonMethod
Method for Enclosing Polygon effect.

See Also:
Constant Field Values

esriGAOffsetCurveOffset

static final int esriGAOffsetCurveOffset
Offset attribute for OffsetCurve effect.

See Also:
Constant Field Values

esriGAOffsetCurveMethod

static final int esriGAOffsetCurveMethod
Method attribute for OffsetCurve effect.

See Also:
Constant Field Values

esriGAOffsetCurveSimple

static final int esriGAOffsetCurveSimple
Simple attribute for OffsetCurve effect. Obsolete at 9.3.

See Also:
Constant Field Values

esriGAOffsetCurveOption

static final int esriGAOffsetCurveOption
Option attribute for OffsetCurve effect.

See Also:
Constant Field Values

esriGAOffsetCurveCount

static final int esriGAOffsetCurveCount
Count attribute for OffsetCurve effect.

See Also:
Constant Field Values

esriGARadialAngle

static final int esriGARadialAngle
Angle attribute for Radial effect.

See Also:
Constant Field Values

esriGARadialLength

static final int esriGARadialLength
Length attribute for Radial effect.

See Also:
Constant Field Values

esriGAReverse

static final int esriGAReverse
Reverse attribute for Reverse effect.

See Also:
Constant Field Values

esriGASimplifyTolerance

static final int esriGASimplifyTolerance
Tolerance attribute for Simplify effect.

See Also:
Constant Field Values

esriGASmoothTolerance

static final int esriGASmoothTolerance
Tolerance attribute for Smooth effect.

See Also:
Constant Field Values

esriGARegularPolygonRadius

static final int esriGARegularPolygonRadius
Radius attribute for Regular Polygon effect.

See Also:
Constant Field Values

esriGARegularPolygonEdges

static final int esriGARegularPolygonEdges
Edges attribute for Regular Polygon effect.

See Also:
Constant Field Values

esriGARegularPolygonAngle

static final int esriGARegularPolygonAngle
Angle attribute for Regular Polygon effect.

See Also:
Constant Field Values

esriGAWavePeriod

static final int esriGAWavePeriod
Period attribute for Wave effect.

See Also:
Constant Field Values

esriGAWaveWidth

static final int esriGAWaveWidth
Width attribute for Wave effect.

See Also:
Constant Field Values

esriGAWaveStyle

static final int esriGAWaveStyle
Style attribute for Wave effect.

See Also:
Constant Field Values

esriGAWaveSeed

static final int esriGAWaveSeed
Seed attribute for Wave effect.

See Also:
Constant Field Values

esriGAMoveXOffset

static final int esriGAMoveXOffset
XOffset attribute for Move effect.

See Also:
Constant Field Values

esriGAMoveYOffset

static final int esriGAMoveYOffset
YOffset attribute for Move effect.

See Also:
Constant Field Values

esriGAScaleXFactor

static final int esriGAScaleXFactor
X Factor attribute for Scale effect.

See Also:
Constant Field Values

esriGAScaleYFactor

static final int esriGAScaleYFactor
Y Factor attribute for Scale effect.

See Also:
Constant Field Values

esriGARotateAngle

static final int esriGARotateAngle
Angle attribute for Rotate effect.

See Also:
Constant Field Values

esriGATaperedPolygonFromWidth

static final int esriGATaperedPolygonFromWidth
From width attribute for Tapered Polygon effect.

See Also:
Constant Field Values

esriGATaperedPolygonToWidth

static final int esriGATaperedPolygonToWidth
To width attribute for Tapered Polygon effect.

See Also:
Constant Field Values

esriGATaperedPolygonLength

static final int esriGATaperedPolygonLength
Length attribute for Tapered Polygon effect.

See Also:
Constant Field Values

esriGAArrowType

static final int esriGAArrowType
Type attribute for Arrow effect.

See Also:
Constant Field Values

esriGAArrowWidth

static final int esriGAArrowWidth
Width attribute for Arrow effect.

See Also:
Constant Field Values

esriGAJogLength

static final int esriGAJogLength
Length attribute for Jog effect.

See Also:
Constant Field Values

esriGAJogAngle

static final int esriGAJogAngle
Angle attribute of the Jog effect.

See Also:
Constant Field Values

esriGAJogPosition

static final int esriGAJogPosition
Distance attribute of the Jog effect.

See Also:
Constant Field Values