com.esri.arcgis.output
Interface IExportVectorOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportAI, ExportEMF, ExportPDF, ExportPS, ExportSVG, IExportVectorOptionsProxy

public interface IExportVectorOptions
extends java.io.Serializable

COM Interface 'IExportVectorOptions'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the Vector Export Options.' 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 IID1c16bcac_81dd_4662_a6ab_810a205fc645
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMaxVertexNumber()
          Maximum number of vertices in feature.
 boolean isPolygonizeMarkers()
          Polygonize (represent as vectors instead of fonts) marker symbols option.
 void setMaxVertexNumber(int lMaxVertices)
          Maximum number of vertices in feature.
 void setPolygonizeMarkers(boolean bPolygonizeMarkers)
          Polygonize (represent as vectors instead of fonts) marker symbols option.
 

Field Detail

IID1c16bcac_81dd_4662_a6ab_810a205fc645

static final int IID1c16bcac_81dd_4662_a6ab_810a205fc645
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

setPolygonizeMarkers

void setPolygonizeMarkers(boolean bPolygonizeMarkers)
                          throws java.io.IOException,
                                 AutomationException
Polygonize (represent as vectors instead of fonts) marker symbols option.

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

isPolygonizeMarkers

boolean isPolygonizeMarkers()
                            throws java.io.IOException,
                                   AutomationException
Polygonize (represent as vectors instead of fonts) marker symbols option.

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

setMaxVertexNumber

void setMaxVertexNumber(int lMaxVertices)
                        throws java.io.IOException,
                               AutomationException
Maximum number of vertices in feature.

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

getMaxVertexNumber

int getMaxVertexNumber()
                       throws java.io.IOException,
                              AutomationException
Maximum number of vertices in feature.

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