com.esri.arcgis.carto
Interface IACFeatureLayerAdmin

All Superinterfaces:
Serializable
All Known Implementing Classes:
ACFeatureLayer

public interface IACFeatureLayerAdmin
extends Serializable

Provides access to connecting to an ArcIMS feature layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void connect(String layerInfo, IIMSAxlRequest request, ISpatialReference spatialRef, int mapUnits, IFeatureClass featureClass)
          Connects to the feature layer.
 

Method Detail

connect

void connect(String layerInfo,
             IIMSAxlRequest request,
             ISpatialReference spatialRef,
             int mapUnits,
             IFeatureClass featureClass)
             throws IOException,
                    AutomationException
Connects to the feature layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
layerInfo - The layerInfo (in)
request - A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (in)
spatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
mapUnits - A com.esri.arcgis.gisclient.acMapUnits constant (in)
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.