|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepresentationRuleItem
Provides access to methods defining a representation rule item.
Method Summary | |
---|---|
int |
getGeometryType()
The type of geometry used by the rule. |
IRepresentationRule |
getRepresentationRule()
The type of geometry used by the rule. |
void |
setGeometryType(int geomType)
The type of geometry used by the rule. |
void |
setRepresentationRuleByRef(IRepresentationRule rule)
The type of geometry used by the rule. |
Method Detail |
---|
void setGeometryType(int geomType) throws IOException, AutomationException
geomType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRepresentationRuleByRef(IRepresentationRule rule) throws IOException, AutomationException
rule
- A reference to a com.esri.arcgis.display.IRepresentationRule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRepresentationRule getRepresentationRule() throws IOException, AutomationException
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 |