|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRepresentationGraphics
COM Interface 'IRepresentationGraphics'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to the content of a RepresentationGraphics object.' 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 |
IIDb3eb5501_8998_498f_9b38_05caeb8d8599
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
add(IGeometry geometry,
IRepresentationRule repRule)
Adds a new component in a representation graphic. |
void |
changeGeometry(int iD,
IGeometry geometry)
Changes a geometry in a representation graphic. |
void |
next(IGeometry[] geometry,
IRepresentationRule[] repRule)
Retrieves the next component in a representation graphic. |
void |
nextGeometry(int[] iD,
IGeometry[] geometry)
Accesses the next geometry in a representation graphic. |
void |
remove(IGeometry geometry,
IRepresentationRule repRule)
Removes a component in a representation graphic. |
void |
removeAll()
Removes all components in a representation graphic. |
void |
reset()
Resets the enumeration of components in a representation graphic. |
void |
resetGeometry()
Resets the geometry enumeration in a representation graphic. |
| Field Detail |
|---|
static final int IIDb3eb5501_8998_498f_9b38_05caeb8d8599
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void next(IGeometry[] geometry,
IRepresentationRule[] repRule)
throws java.io.IOException,
AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)repRule - A reference to a com.esri.arcgis.display.IRepresentationRule (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(IGeometry geometry,
IRepresentationRule repRule)
throws java.io.IOException,
AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)repRule - A reference to a com.esri.arcgis.display.IRepresentationRule (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(IGeometry geometry,
IRepresentationRule repRule)
throws java.io.IOException,
AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)repRule - A reference to a com.esri.arcgis.display.IRepresentationRule (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resetGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void nextGeometry(int[] iD,
IGeometry[] geometry)
throws java.io.IOException,
AutomationException
iD - The iD (out: use single element array)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void changeGeometry(int iD,
IGeometry geometry)
throws java.io.IOException,
AutomationException
iD - The iD (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
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 | ||||||||