|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyLayer
Provides access to members that control the topology layer.
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. |
Method Detail |
---|
ITopology getTopology() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTopologyByRef(ITopology topology) throws IOException, AutomationException
topology
- A reference to a com.esri.arcgis.geodatabase.ITopology (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureRenderer getRenderer(int index) throws IOException, AutomationException
index
- A com.esri.arcgis.carto.esriTopologyRenderer constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRendererByRef(int index, IFeatureRenderer renderer) throws IOException, AutomationException
index
- A com.esri.arcgis.carto.esriTopologyRenderer constant (in)renderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (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 |