|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFDOGraphicsContainer
COM Interface 'IFDOGraphicsContainer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the FDO Graphics Container.' 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 |
IID2f9b6441_ed80_498f_b13f_ea057e7f9832
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addElement(IElement element,
int zorder,
IAnnotationFeature[] newAnnotationFeature)
Add a new graphic element to the layer. |
void |
moveElementFromGroup(IGroupElement group,
IElement element,
int zorder,
IAnnotationFeature[] newAnnotationFeature)
Move the element from the group to the container. |
Field Detail |
---|
static final int IID2f9b6441_ed80_498f_b13f_ea057e7f9832
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addElement(IElement element, int zorder, IAnnotationFeature[] newAnnotationFeature) throws java.io.IOException, AutomationException
element
- A reference to a com.esri.arcgis.carto.IElement (in)zorder
- The zorder (in)newAnnotationFeature
- A reference to a com.esri.arcgis.carto.IAnnotationFeature (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveElementFromGroup(IGroupElement group, IElement element, int zorder, IAnnotationFeature[] newAnnotationFeature) throws java.io.IOException, AutomationException
group
- A reference to a com.esri.arcgis.carto.IGroupElement (in)element
- A reference to a com.esri.arcgis.carto.IElement (in)zorder
- The zorder (in)newAnnotationFeature
- A reference to a com.esri.arcgis.carto.IAnnotationFeature (out: use single element array)
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 |