com.esri.arcgis.carto
Class ConvertFDOAnnoToCoverageAnno

java.lang.Object
  extended by com.esri.arcgis.carto.ConvertFDOAnnoToCoverageAnno
All Implemented Interfaces:
IConvertFDOAnnoToCoverageAnno, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class ConvertFDOAnnoToCoverageAnno
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IConvertFDOAnnoToCoverageAnno

Performs the attribute transfer.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
ConvertFDOAnnoToCoverageAnno()
          Constructs a ConvertFDOAnnoToCoverageAnno using ArcGIS Engine.
ConvertFDOAnnoToCoverageAnno(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ConvertFDOAnnoToCoverageAnno theConvertFDOAnnoToCoverageAnno = (ConvertFDOAnnoToCoverageAnno) obj;
 
Method Summary
 void convertAnnotation()
          Perform the conversion.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int getFeaturesConverted()
          Number of features converted in the last conversion.
 int hashCode()
          the hashcode for this object
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

ConvertFDOAnnoToCoverageAnno

public ConvertFDOAnnoToCoverageAnno()
                             throws IOException,
                                    UnknownHostException
Constructs a ConvertFDOAnnoToCoverageAnno using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

ConvertFDOAnnoToCoverageAnno

public ConvertFDOAnnoToCoverageAnno(Object obj)
                             throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ConvertFDOAnnoToCoverageAnno theConvertFDOAnnoToCoverageAnno = (ConvertFDOAnnoToCoverageAnno) obj;

Construct a ConvertFDOAnnoToCoverageAnno using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ConvertFDOAnnoToCoverageAnno.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setFDOGraphicsLayerByRef

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

Product Availability

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

Specified by:
setFDOGraphicsLayerByRef in interface IConvertFDOAnnoToCoverageAnno
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

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

Product Availability

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

Specified by:
setCoverageAnnotationLayerByRef in interface IConvertFDOAnnoToCoverageAnno
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

public 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

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

setCancelTrackerByRef

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

Product Availability

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

Specified by:
setCancelTrackerByRef in interface IConvertFDOAnnoToCoverageAnno
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

public 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.

Specified by:
setDisplayByRef in interface IConvertFDOAnnoToCoverageAnno
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

public 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

Specified by:
convertAnnotation in interface IConvertFDOAnnoToCoverageAnno
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeaturesConverted

public 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

Specified by:
getFeaturesConverted in interface IConvertFDOAnnoToCoverageAnno
Returns:
The numberConverted
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isErrorsConverting

public 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

Specified by:
isErrorsConverting in interface IConvertFDOAnnoToCoverageAnno
Returns:
The errorsConverting
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.