|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFDOGraphicsLayer
COM Interface 'IFDOGraphicsLayer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control properties of an annotation layer.' 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 |
IID48e56b3f_ec3a_11d2_9f5c_00c04f6bc6a5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
beginAddElements()
Begins a batch process for adding elements to a graphics layer. |
void |
doAddElements(IElementCollection pElements,
int zorder)
Adds a batch of elements to a graphics layer. |
void |
doAddFeature(IFeature pFeature,
IElement pElement,
int zorder)
Adds a feature and its corresponding element to a graphics layer. |
void |
endAddElements()
Ends the batch process for adding elements to a graphics layer. |
void |
setupAttributeConversion(int numAttributes,
int[] inputCols,
int[] outputCols)
Sets up attribute conversion parameters for batch conversion. |
Field Detail |
---|
static final int IID48e56b3f_ec3a_11d2_9f5c_00c04f6bc6a5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void beginAddElements() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setupAttributeConversion(int numAttributes, int[] inputCols, int[] outputCols) throws java.io.IOException, AutomationException
numAttributes
- The numAttributes (in)inputCols
- The inputCols (in)outputCols
- The outputCols (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doAddFeature(IFeature pFeature, IElement pElement, int zorder) throws java.io.IOException, AutomationException
pFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)pElement
- A reference to a com.esri.arcgis.carto.IElement (in)zorder
- The zorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doAddElements(IElementCollection pElements, int zorder) throws java.io.IOException, AutomationException
pElements
- A reference to a com.esri.arcgis.carto.IElementCollection (in)zorder
- The zorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endAddElements() throws java.io.IOException, AutomationException
java.io.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 |