com.esri.arcgis.carto
Interface IACImageLayerAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACImageLayer, IACImageLayerAdminProxy

public interface IACImageLayerAdmin
extends java.io.Serializable

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

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

Field Detail

IIDf14e1ec7_1083_43bd_b3b9_ce44cce0b04b

static final int IIDf14e1ec7_1083_43bd_b3b9_ce44cce0b04b
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)
             throws java.io.IOException,
                    AutomationException
Connects to the image 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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.