com.esri.arcgis.location
Interface esriConvertHatchesToGraphicsType

All Superinterfaces:
java.io.Serializable

public interface esriConvertHatchesToGraphicsType
extends java.io.Serializable

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

Description: 'Different options for converting to graphics.' 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 esriConvertHatchesSelected
          Only converts hatches from the selected features to graphics.
static int esriConvertHatchesVisible
          Only converts hatches from features in the visible extent to graphics.
static int esriConvertHatchesWholeLayer
          Converts the whole layer's hatches to graphics.
 

Field Detail

esriConvertHatchesWholeLayer

static final int esriConvertHatchesWholeLayer
Converts the whole layer's hatches to graphics.

See Also:
Constant Field Values

esriConvertHatchesVisible

static final int esriConvertHatchesVisible
Only converts hatches from features in the visible extent to graphics.

See Also:
Constant Field Values

esriConvertHatchesSelected

static final int esriConvertHatchesSelected
Only converts hatches from the selected features to graphics.

See Also:
Constant Field Values