com.esri.arcgis.carto
Interface IServerSymbolOutputOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerSymbolOutputOptionsProxy, ServerSymbolOutputOptions

public interface IServerSymbolOutputOptions
extends java.io.Serializable

COM Interface 'IServerSymbolOutputOptions'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to properties on ServerSymbolOutputOptions.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID77d42e66_aba1_410f_ad90_da4f2b5d4a24
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getPictureOutputType()
          Picture output type for symbols that contain pictures.
 boolean isConvertLabelExpressions()
          Indicates whether label expressions need to be converted.
 void setConvertLabelExpressions(boolean convert)
          Indicates whether label expressions need to be converted.
 void setPictureOutputType(int pictureOutputType)
          Picture output type for symbols that contain pictures.
 

Field Detail

IID77d42e66_aba1_410f_ad90_da4f2b5d4a24

static final int IID77d42e66_aba1_410f_ad90_da4f2b5d4a24
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPictureOutputType

int getPictureOutputType()
                         throws java.io.IOException,
                                AutomationException
Picture output type for symbols that contain pictures.

Returns:
A com.esri.arcgis.carto.esriServerPictureOutputType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPictureOutputType

void setPictureOutputType(int pictureOutputType)
                          throws java.io.IOException,
                                 AutomationException
Picture output type for symbols that contain pictures.

Parameters:
pictureOutputType - A com.esri.arcgis.carto.esriServerPictureOutputType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isConvertLabelExpressions

boolean isConvertLabelExpressions()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether label expressions need to be converted.

Returns:
The convert
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConvertLabelExpressions

void setConvertLabelExpressions(boolean convert)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether label expressions need to be converted.

Parameters:
convert - The convert (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.