|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRepresentationRules
COM Interface 'IRepresentationRules'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that supply information about the representation rules of a feature class representation.' 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 |
IID84e3b47a_b26d_41f3_8d1b_f4d9e300d454
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
add(IRepresentationRule repRule)
Adds a new representation rule to the collection. |
boolean |
exists(int iD)
Checks whether the given representation rule exists in the collection. |
int |
getIndex(int iD)
Index of a representation rule indicated by its ID. |
java.lang.String |
getName(int iD)
Name of a representation rule indicated by its ID. |
IRepresentationRule |
getRule(int iD)
The representation rule indicated by its ID. |
void |
next(int[] iD,
IRepresentationRule[] repRule)
Returns the next representation rule in the enumeration. |
void |
remove(int iD)
Removes the representation rule identified by its ID. |
void |
removeAll()
Removes all the representation rules from the collection. |
void |
reset()
Resets the representation rule enumeration to the beginning. |
void |
setIndex(int iD,
int index)
Index of a representation rule indicated by its ID. |
void |
setName(int iD,
java.lang.String name)
Name of a representation rule indicated by its ID. |
void |
setRule(int iD,
IRepresentationRule repRule)
The representation rule indicated by its ID. |
| Field Detail |
|---|
static final int IID84e3b47a_b26d_41f3_8d1b_f4d9e300d454
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(int iD,
java.lang.String name)
throws java.io.IOException,
AutomationException
iD - The iD (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIndex(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndex(int iD,
int index)
throws java.io.IOException,
AutomationException
iD - The iD (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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(int[] iD,
IRepresentationRule[] repRule)
throws java.io.IOException,
AutomationException
iD - The iD (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.
IRepresentationRule getRule(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRule(int iD,
IRepresentationRule repRule)
throws java.io.IOException,
AutomationException
iD - The iD (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.
int add(IRepresentationRule repRule)
throws java.io.IOException,
AutomationException
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(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (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.
boolean exists(int iD)
throws java.io.IOException,
AutomationException
iD - The iD (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 | ||||||||