|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPTopologyMembership
Provides access to members that describe the properties of a feature class' topology membership.
| Method Summary | |
|---|---|
String |
getTopologyName()
The name of the Topology this feature class participates in. |
double |
getWeight()
The weight of the feature class in the topology. |
int |
getXYRank()
The XYRank of the feature class in the topology. |
int |
getZRank()
The ZRank of the feature class in the topology. |
boolean |
isEventNotificationOnValidate()
Indicates if event notification is fired on validate. |
void |
setEventNotificationOnValidate(boolean eventNotification)
Indicates if event notification is fired on validate. |
void |
setTopologyName(String topologyName)
The name of the Topology this feature class participates in. |
void |
setWeight(double weight)
The weight of the feature class in the topology. |
void |
setXYRank(int xYRank)
The XYRank of the feature class in the topology. |
void |
setZRank(int zRank)
The ZRank of the feature class in the topology. |
| Method Detail |
|---|
String getTopologyName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTopologyName(String topologyName)
throws IOException,
AutomationException
topologyName - The topologyName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getWeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWeight(double weight)
throws IOException,
AutomationException
weight - The weight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getXYRank()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setXYRank(int xYRank)
throws IOException,
AutomationException
xYRank - The xYRank (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getZRank()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setZRank(int zRank)
throws IOException,
AutomationException
zRank - The zRank (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEventNotificationOnValidate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEventNotificationOnValidate(boolean eventNotification)
throws IOException,
AutomationException
eventNotification - The eventNotification (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 | ||||||||