com.esri.arcgis.catalog
Interface IGxLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxLayer

public interface IGxLayer
extends Serializable

Provides access to members that manage a GX layer object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ILayer getLayer()
          The associated layer.
 void setLayerByRef(ILayer layer)
          The associated layer.
 

Method Detail

setLayerByRef

void setLayerByRef(ILayer layer)
                   throws IOException,
                          AutomationException
The associated layer.

Product Availability

Available with ArcGIS Desktop.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayer

ILayer getLayer()
                throws IOException,
                       AutomationException
The associated layer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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