com.esri.arcgis.carto
Interface IConvertFDOAnnoToCoverageAnno

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConvertFDOAnnoToCoverageAnno

public interface IConvertFDOAnnoToCoverageAnno
extends Serializable

Provides access to members that control the annotation class admin interface.

Product Availability

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


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.
 

Method Detail

setFDOGraphicsLayerByRef

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

Product Availability

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

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

setCoverageAnnotationLayerByRef

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

Product Availability

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

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

setConvertOnlySelectedSet

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setCancelTrackerByRef

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

Product Availability

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

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

setDisplayByRef

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

Product Availability

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

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

convertAnnotation

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getFeaturesConverted

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isErrorsConverting

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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