|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFDOGraphicsLayerRead
COM Interface 'IFDOGraphicsLayerRead'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the FDO graphics layer read methods.' 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 |
IID5ceae408_4c0a_437f_9db3_054d83919850
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IEnumElement |
generateGraphics(IEnvelope box,
IDisplay display,
ITrackCancel pTrackCancel,
boolean useGroupSymbolElement)
Generates graphic elements from the annotation features. |
IElement |
getNextGraphic()
Generates the next graphic element in the graphics generation loop. |
void |
nextFeatureAndGraphic(IFeature[] feature,
IElement[] element)
Generates the next feature and graphic element in the graphics generation loop. |
void |
startGeneratingGraphics(IEnvelope box,
IDisplay display,
boolean withAttributes,
boolean useGroupSymbolElement,
boolean selectedRecordsOnly)
Starts a graphics generation process from the annotation features. |
Field Detail |
---|
static final int IID5ceae408_4c0a_437f_9db3_054d83919850
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IEnumElement generateGraphics(IEnvelope box, IDisplay display, ITrackCancel pTrackCancel, boolean useGroupSymbolElement) throws java.io.IOException, AutomationException
box
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)useGroupSymbolElement
- The useGroupSymbolElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startGeneratingGraphics(IEnvelope box, IDisplay display, boolean withAttributes, boolean useGroupSymbolElement, boolean selectedRecordsOnly) throws java.io.IOException, AutomationException
box
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)withAttributes
- The withAttributes (in)useGroupSymbolElement
- The useGroupSymbolElement (in)selectedRecordsOnly
- The selectedRecordsOnly (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IElement getNextGraphic() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void nextFeatureAndGraphic(IFeature[] feature, IElement[] element) throws java.io.IOException, AutomationException
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)element
- A reference to a com.esri.arcgis.carto.IElement (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 |