com.esri.arcgis.carto
Interface IDrawAnnotationGeometry

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CoverageAnnotationLayer, FDOGraphicsLayer, IDrawAnnotationGeometryProxy

public interface IDrawAnnotationGeometry
extends java.io.Serializable

COM Interface 'IDrawAnnotationGeometry'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to annotation layer geometry drawing properties.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4944d2af_6a5e_42d0_a33c_4129285720fc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILineSymbol getDrawGeometryLineSymbol()
          The line symbol for drawing the geometry.
 IMarkerSymbol getDrawGeometryMarkerSymbol()
          The marker symbol for drawing the geometry.
 boolean isDrawGeometry()
          Indicates if the annotation geometry will draw.
 void setDrawGeometry(boolean pUseScale)
          Indicates if the annotation geometry will draw.
 void setDrawGeometryLineSymbolByRef(ILineSymbol symbol)
          The line symbol for drawing the geometry.
 void setDrawGeometryMarkerSymbolByRef(IMarkerSymbol symbol)
          The marker symbol for drawing the geometry.
 

Field Detail

IID4944d2af_6a5e_42d0_a33c_4129285720fc

static final int IID4944d2af_6a5e_42d0_a33c_4129285720fc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isDrawGeometry

boolean isDrawGeometry()
                       throws java.io.IOException,
                              AutomationException
Indicates if the annotation geometry will draw.

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

setDrawGeometry

void setDrawGeometry(boolean pUseScale)
                     throws java.io.IOException,
                            AutomationException
Indicates if the annotation geometry will draw.

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

getDrawGeometryLineSymbol

ILineSymbol getDrawGeometryLineSymbol()
                                      throws java.io.IOException,
                                             AutomationException
The line symbol for drawing the geometry.

Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDrawGeometryLineSymbolByRef

void setDrawGeometryLineSymbolByRef(ILineSymbol symbol)
                                    throws java.io.IOException,
                                           AutomationException
The line symbol for drawing the geometry.

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

getDrawGeometryMarkerSymbol

IMarkerSymbol getDrawGeometryMarkerSymbol()
                                          throws java.io.IOException,
                                                 AutomationException
The marker symbol for drawing the geometry.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDrawGeometryMarkerSymbolByRef

void setDrawGeometryMarkerSymbolByRef(IMarkerSymbol symbol)
                                      throws java.io.IOException,
                                             AutomationException
The marker symbol for drawing the geometry.

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