com.esri.arcgis.carto
Interface IACLayerAdmin
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ACFeatureLayer, ACImageLayer
public interface IACLayerAdmin
- extends Serializable
Provides access to the XML-String for the Layerinfo.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getXMLLayerInfo
String getXMLLayerInfo()
throws IOException,
AutomationException
- The XML LayerInfo.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- The xmlString
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.