com.esri.arcgis.display
Interface esriPictureSymbolOptions

All Superinterfaces:
java.io.Serializable

public interface esriPictureSymbolOptions
extends java.io.Serializable

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

Description: 'Output options for layers with picture symbols.' 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 esriPSORasterize
          Rasterize layers with picture symbols (the default).
static int esriPSORasterizeIfRasterData
          Rasterize layers with picture symbols only if the symbols have raster data.
static int esriPSOVectorize
          Vectorize layers with picture symbols.
 

Field Detail

esriPSORasterize

static final int esriPSORasterize
Rasterize layers with picture symbols (the default).

See Also:
Constant Field Values

esriPSORasterizeIfRasterData

static final int esriPSORasterizeIfRasterData
Rasterize layers with picture symbols only if the symbols have raster data.

See Also:
Constant Field Values

esriPSOVectorize

static final int esriPSOVectorize
Vectorize layers with picture symbols.

See Also:
Constant Field Values