com.esri.arcgis.carto
Interface IServerSymbolOutputOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
ServerSymbolOutputOptions

public interface IServerSymbolOutputOptions
extends Serializable

Provides access to properties on ServerSymbolOutputOptions.

Product Availability

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


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.
 

Method Detail

getPictureOutputType

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

Product Availability

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

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

setPictureOutputType

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

Product Availability

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

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

isConvertLabelExpressions

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

Product Availability

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

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

setConvertLabelExpressions

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

Product Availability

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

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