com.esri.arcgis.carto
Interface ITopologyLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITopologyLayerProxy, TopologyLayer

public interface ITopologyLayer
extends java.io.Serializable

COM Interface 'ITopologyLayer'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the topology layer.' 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 IIDfb6337e3_610a_4bc2_9142_760d954c22eb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureRenderer getRenderer(int index)
          Renderer used to draw the topology layer.
 ITopology getTopology()
          The current topology.
 void setRendererByRef(int index, IFeatureRenderer renderer)
          Renderer used to draw the topology layer.
 void setTopologyByRef(ITopology topology)
          The current topology.
 

Field Detail

IIDfb6337e3_610a_4bc2_9142_760d954c22eb

static final int IIDfb6337e3_610a_4bc2_9142_760d954c22eb
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

getTopology

ITopology getTopology()
                      throws java.io.IOException,
                             AutomationException
The current topology.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITopology
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopologyByRef

void setTopologyByRef(ITopology topology)
                      throws java.io.IOException,
                             AutomationException
The current topology.

Parameters:
topology - A reference to a com.esri.arcgis.geodatabase.ITopology (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderer

IFeatureRenderer getRenderer(int index)
                             throws java.io.IOException,
                                    AutomationException
Renderer used to draw the topology layer.

Parameters:
index - A com.esri.arcgis.carto.esriTopologyRenderer constant (in)
Returns:
A reference to a com.esri.arcgis.carto.IFeatureRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRendererByRef

void setRendererByRef(int index,
                      IFeatureRenderer renderer)
                      throws java.io.IOException,
                             AutomationException
Renderer used to draw the topology layer.

Parameters:
index - A com.esri.arcgis.carto.esriTopologyRenderer constant (in)
renderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.