com.esri.arcgis.carto
Interface IACAcetateLayerAdmin
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ACAcetateLayer
public interface IACAcetateLayerAdmin
- extends Serializable
Provides access to connecting to an ArcIMS acetate layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
connect
void connect(String layerInfo,
IIMSAxlRequest request,
ISpatialReference spatialRef,
int mapUnits)
throws IOException,
AutomationException
- Connects to the acetate 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)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.