|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRepresentationRule
COM Interface 'IRepresentationRule'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control a representation rule.' 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 |
IID2b7be3ab_bb72_49d0_a6ee_63acd1f9068c
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
draw(int index,
IOutputContext context,
IGeometry geometry,
IEnvelope envelope)
Draws a layer of a representation rule. |
IBasicSymbol |
getLayer(int index)
Layer at a given index. |
int |
getLayerCount()
Number of layers in the representation rule. |
void |
insertLayer(int index,
IBasicSymbol symbol)
Adds a layer to the representation rule. |
void |
removeLayer(int index)
Removes a layer from the representation rule. |
| Field Detail |
|---|
static final int IID2b7be3ab_bb72_49d0_a6ee_63acd1f9068c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getLayerCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBasicSymbol getLayer(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insertLayer(int index,
IBasicSymbol symbol)
throws java.io.IOException,
AutomationException
index - The index (in)symbol - A reference to a com.esri.arcgis.display.IBasicSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeLayer(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw(int index,
IOutputContext context,
IGeometry geometry,
IEnvelope envelope)
throws java.io.IOException,
AutomationException
index - The index (in)context - A reference to a com.esri.arcgis.display.IOutputContext (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (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 | ||||||||