|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPTopologyMembership
COM Interface 'IGPTopologyMembership'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that describe the properties of a feature class' topology membership.' 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 |
IIDe8d97cae_9362_4e48_aa85_aba1d8fd628d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.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(java.lang.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. |
Field Detail |
---|
static final int IIDe8d97cae_9362_4e48_aa85_aba1d8fd628d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getTopologyName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTopologyName(java.lang.String topologyName) throws java.io.IOException, AutomationException
topologyName
- The topologyName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWeight(double weight) throws java.io.IOException, AutomationException
weight
- The weight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getXYRank() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXYRank(int xYRank) throws java.io.IOException, AutomationException
xYRank
- The xYRank (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getZRank() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZRank(int zRank) throws java.io.IOException, AutomationException
zRank
- The zRank (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEventNotificationOnValidate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventNotificationOnValidate(boolean eventNotification) throws java.io.IOException, AutomationException
eventNotification
- The eventNotification (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 |