com.esri.arcgis.carto
Interface IConvertFDOAnnoToCoverageAnno

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConvertFDOAnnoToCoverageAnno, IConvertFDOAnnoToCoverageAnnoProxy

public interface IConvertFDOAnnoToCoverageAnno
extends java.io.Serializable

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

Description: 'Provides access to members that control the annotation class admin interface.' 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 IIDa7e2342a_ab31_4134_b9cb_7b25e4bdd9ec
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void convertAnnotation()
          Perform the conversion.
 int getFeaturesConverted()
          Number of features converted in the last conversion.
 boolean isErrorsConverting()
          Indicates whether there were any errors in the last conversion.
 void setCancelTrackerByRef(ITrackCancel rhs1)
          Ablity to cancel and show progress.
 void setConvertOnlySelectedSet(boolean rhs1)
          Indicates if only the selected set is transfered.
 void setCoverageAnnotationLayerByRef(ICoverageAnnotationLayer rhs1)
          Output annotation layer.
 void setDisplayByRef(IDisplay rhs1)
          The DisplayTransformation in the display is used to transform annotation.
 void setFDOGraphicsLayerByRef(IFDOGraphicsLayer rhs1)
          Source FDO graphics layer.
 

Field Detail

IIDa7e2342a_ab31_4134_b9cb_7b25e4bdd9ec

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

setFDOGraphicsLayerByRef

void setFDOGraphicsLayerByRef(IFDOGraphicsLayer rhs1)
                              throws java.io.IOException,
                                     AutomationException
Source FDO graphics layer.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFDOGraphicsLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCoverageAnnotationLayerByRef

void setCoverageAnnotationLayerByRef(ICoverageAnnotationLayer rhs1)
                                     throws java.io.IOException,
                                            AutomationException
Output annotation layer.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.ICoverageAnnotationLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConvertOnlySelectedSet

void setConvertOnlySelectedSet(boolean rhs1)
                               throws java.io.IOException,
                                      AutomationException
Indicates if only the selected set is transfered.

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

setCancelTrackerByRef

void setCancelTrackerByRef(ITrackCancel rhs1)
                           throws java.io.IOException,
                                  AutomationException
Ablity to cancel and show progress.

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayByRef

void setDisplayByRef(IDisplay rhs1)
                     throws java.io.IOException,
                            AutomationException
The DisplayTransformation in the display is used to transform annotation.

Parameters:
rhs1 - A reference to a com.esri.arcgis.display.IDisplay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertAnnotation

void convertAnnotation()
                       throws java.io.IOException,
                              AutomationException
Perform the conversion. Append features from the FDO graphics layer to the coverage.

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

getFeaturesConverted

int getFeaturesConverted()
                         throws java.io.IOException,
                                AutomationException
Number of features converted in the last conversion.

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

isErrorsConverting

boolean isErrorsConverting()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether there were any errors in the last conversion.

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