|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDERepresentationClass
Provides access to members that return information about representation class data elements.
Method Summary | |
---|---|
IGraphicAttributes |
getAttributes()
General attributes defined at the representation class level. |
String |
getFeatureClassName()
The name of the attached feature class. |
String |
getOverrideFieldName()
The name of the Override field. |
IRepresentationRules |
getRepresentationRules()
RepresentationRules Property. |
String |
getRuleIDFieldName()
The name of the RuleID field. |
boolean |
isRequireShapeOverride()
Indicates if a shape override is required for feature representations. |
void |
setAttributesByRef(IGraphicAttributes attributes)
General attributes defined at the representation class level. |
void |
setFeatureClassName(String name)
The name of the attached feature class. |
void |
setOverrideFieldName(String name)
The name of the Override field. |
void |
setRepresentationRulesByRef(IRepresentationRules repRules)
RepresentationRules Property. |
void |
setRequireShapeOverride(boolean requireShapeOverride)
Indicates if a shape override is required for feature representations. |
void |
setRuleIDFieldName(String name)
The name of the RuleID field. |
Method Detail |
---|
String getFeatureClassName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureClassName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRuleIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRuleIDFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOverrideFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverrideFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRepresentationRules getRepresentationRules() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRepresentationRulesByRef(IRepresentationRules repRules) throws IOException, AutomationException
repRules
- A reference to a com.esri.arcgis.geodatabase.IRepresentationRules (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGraphicAttributes getAttributes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttributesByRef(IGraphicAttributes attributes) throws IOException, AutomationException
attributes
- A reference to a com.esri.arcgis.display.IGraphicAttributes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRequireShapeOverride() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequireShapeOverride(boolean requireShapeOverride) throws IOException, AutomationException
requireShapeOverride
- The requireShapeOverride (in)
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 |