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, java.io.Serializable

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

COM Class 'ConvertFDOAnnoToCoverageAnno'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description 'Performs the attribute transfer.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IConvertFDOAnnoToCoverageAnno
IID, IIDa7e2342a_ab31_4134_b9cb_7b25e4bdd9ec, xxDummy
 
Constructor Summary
ConvertFDOAnnoToCoverageAnno()
          Constructs a ConvertFDOAnnoToCoverageAnno using ArcGIS Engine.
ConvertFDOAnnoToCoverageAnno(java.lang.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(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 int getFeaturesConverted()
          Number of features converted in the last conversion.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 boolean isErrorsConverting()
          Indicates whether there were any errors in the last conversion.
 void release()
          Release a ConvertFDOAnnoToCoverageAnno.
 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
 

Constructor Detail

ConvertFDOAnnoToCoverageAnno

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

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ConvertFDOAnnoToCoverageAnno

public ConvertFDOAnnoToCoverageAnno(java.lang.Object obj)
                             throws java.io.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:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ConvertFDOAnnoToCoverageAnno.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setFDOGraphicsLayerByRef

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

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

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

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

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

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

setCancelTrackerByRef

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

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

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

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

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

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

getFeaturesConverted

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

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

isErrorsConverting

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

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