|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ConvertFDOAnnoToCoverageAnno
public class ConvertFDOAnnoToCoverageAnno
Performs the attribute transfer.
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 |
---|
public ConvertFDOAnnoToCoverageAnno() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ConvertFDOAnnoToCoverageAnno(Object obj) throws IOException
ConvertFDOAnnoToCoverageAnno theConvertFDOAnnoToCoverageAnno = (ConvertFDOAnnoToCoverageAnno) obj;
obj
to ConvertFDOAnnoToCoverageAnno
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setFDOGraphicsLayerByRef(IFDOGraphicsLayer rhs1) throws IOException, AutomationException
setFDOGraphicsLayerByRef
in interface IConvertFDOAnnoToCoverageAnno
rhs1
- A reference to a com.esri.arcgis.carto.IFDOGraphicsLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCoverageAnnotationLayerByRef(ICoverageAnnotationLayer rhs1) throws IOException, AutomationException
setCoverageAnnotationLayerByRef
in interface IConvertFDOAnnoToCoverageAnno
rhs1
- A reference to a com.esri.arcgis.carto.ICoverageAnnotationLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConvertOnlySelectedSet(boolean rhs1) throws IOException, AutomationException
setConvertOnlySelectedSet
in interface IConvertFDOAnnoToCoverageAnno
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCancelTrackerByRef(ITrackCancel rhs1) throws IOException, AutomationException
setCancelTrackerByRef
in interface IConvertFDOAnnoToCoverageAnno
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayByRef(IDisplay rhs1) throws IOException, AutomationException
setDisplayByRef
in interface IConvertFDOAnnoToCoverageAnno
rhs1
- A reference to a com.esri.arcgis.display.IDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void convertAnnotation() throws IOException, AutomationException
convertAnnotation
in interface IConvertFDOAnnoToCoverageAnno
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFeaturesConverted() throws IOException, AutomationException
getFeaturesConverted
in interface IConvertFDOAnnoToCoverageAnno
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isErrorsConverting() throws IOException, AutomationException
isErrorsConverting
in interface IConvertFDOAnnoToCoverageAnno
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |