com.esri.arcgis.geodatabase
Interface IGPTopologyMembership

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPTopologyMembership, IGPTopologyMembershipProxy

public interface IGPTopologyMembership
extends java.io.Serializable

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

IIDe8d97cae_9362_4e48_aa85_aba1d8fd628d

static final int IIDe8d97cae_9362_4e48_aa85_aba1d8fd628d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTopologyName

java.lang.String getTopologyName()
                                 throws java.io.IOException,
                                        AutomationException
The name of the Topology this feature class participates in.

Returns:
The topologyName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopologyName

void setTopologyName(java.lang.String topologyName)
                     throws java.io.IOException,
                            AutomationException
The name of the Topology this feature class participates in.

Parameters:
topologyName - The topologyName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeight

double getWeight()
                 throws java.io.IOException,
                        AutomationException
The weight of the feature class in the topology.

Returns:
The weight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWeight

void setWeight(double weight)
               throws java.io.IOException,
                      AutomationException
The weight of the feature class in the topology.

Parameters:
weight - The weight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXYRank

int getXYRank()
              throws java.io.IOException,
                     AutomationException
The XYRank of the feature class in the topology.

Returns:
The xYRank
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXYRank

void setXYRank(int xYRank)
               throws java.io.IOException,
                      AutomationException
The XYRank of the feature class in the topology.

Parameters:
xYRank - The xYRank (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZRank

int getZRank()
             throws java.io.IOException,
                    AutomationException
The ZRank of the feature class in the topology.

Returns:
The zRank
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZRank

void setZRank(int zRank)
              throws java.io.IOException,
                     AutomationException
The ZRank of the feature class in the topology.

Parameters:
zRank - The zRank (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEventNotificationOnValidate

boolean isEventNotificationOnValidate()
                                      throws java.io.IOException,
                                             AutomationException
Indicates if event notification is fired on validate.

Returns:
The eventNotification
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEventNotificationOnValidate

void setEventNotificationOnValidate(boolean eventNotification)
                                    throws java.io.IOException,
                                           AutomationException
Indicates if event notification is fired on validate.

Parameters:
eventNotification - The eventNotification (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.