com.esri.arcgis.carto
Interface IACFeatureLayerAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACFeatureLayer, IACFeatureLayerAdminProxy

public interface IACFeatureLayerAdmin
extends java.io.Serializable

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

Description: 'Provides access to connecting to an ArcIMS feature 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 IID822bc633_eaf0_4bfe_b61d_6d6328f3841f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connect(java.lang.String layerInfo, IIMSAxlRequest request, ISpatialReference spatialRef, int mapUnits, IFeatureClass featureClass)
          Connects to the feature layer.
 

Field Detail

IID822bc633_eaf0_4bfe_b61d_6d6328f3841f

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

connect

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.