|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationPropertiesConverter
Provides access to members that convert annotation properties from one type to another.
Method Summary | |
---|---|
boolean |
canConvert(IUID sourceAnnotationPropertiesID,
IUID destinationAnnotationPropertiesID)
Indicates whether the annotation properties can be converted by this object. |
IAnnotateLayerPropertiesCollection |
convert(int type,
IDisplayTransformation displayTransformation,
IUID sourceAnnotationPropertiesID,
IAnnotateLayerPropertiesCollection sourceProps,
IUID destinationAnnotationPropertiesID)
Converts the source annotation properties into the destination annotation properties. |
Method Detail |
---|
boolean canConvert(IUID sourceAnnotationPropertiesID, IUID destinationAnnotationPropertiesID) throws IOException, AutomationException
sourceAnnotationPropertiesID
- A reference to a com.esri.arcgis.system.IUID (in)destinationAnnotationPropertiesID
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAnnotateLayerPropertiesCollection convert(int type, IDisplayTransformation displayTransformation, IUID sourceAnnotationPropertiesID, IAnnotateLayerPropertiesCollection sourceProps, IUID destinationAnnotationPropertiesID) throws IOException, AutomationException
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)displayTransformation
- A reference to a com.esri.arcgis.display.IDisplayTransformation (in)sourceAnnotationPropertiesID
- A reference to a com.esri.arcgis.system.IUID (in)sourceProps
- A reference to a com.esri.arcgis.carto.IAnnotateLayerPropertiesCollection (in)destinationAnnotationPropertiesID
- A reference to a com.esri.arcgis.system.IUID (in)
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 |