com.esri.arcgis.geometry
Interface esriConstructOffsetEnum

All Superinterfaces:
java.io.Serializable

public interface esriConstructOffsetEnum
extends java.io.Serializable

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

Description: 'Options for offset behavior at polycurve segment intersection corners.' 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 esriConstructOffsetBevelled
          Constructs the offset curve to be bevelled about an obtuse angle.
static int esriConstructOffsetMitered
          Constructs the offset curve to form a point about an obtuse angle.
static int esriConstructOffsetRounded
          Constructs the offset curve to be rounded about an obtuse angle.
static int esriConstructOffsetSimple
          Post-processes the offset curve to remove self-intersecting loops (output will correspond to part of a buffer boundary).
 

Field Detail

esriConstructOffsetSimple

static final int esriConstructOffsetSimple
Post-processes the offset curve to remove self-intersecting loops (output will correspond to part of a buffer boundary).

See Also:
Constant Field Values

esriConstructOffsetMitered

static final int esriConstructOffsetMitered
Constructs the offset curve to form a point about an obtuse angle.

See Also:
Constant Field Values

esriConstructOffsetBevelled

static final int esriConstructOffsetBevelled
Constructs the offset curve to be bevelled about an obtuse angle. Can be combined with esriConstructOffsetMitered.

See Also:
Constant Field Values

esriConstructOffsetRounded

static final int esriConstructOffsetRounded
Constructs the offset curve to be rounded about an obtuse angle. Can be combined with esriConstructOffsetMitered.

See Also:
Constant Field Values