com.esri.arcgis.carto
Interface IIMSSymbolImporter

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMSSymbolImporter

public interface IIMSSymbolImporter
extends Serializable

Provides access to create ARCIMS symbols based on ArcXML.

Product Availability

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


Method Summary
 ISymbol createSymbol(String xml)
          Creates a symbol based on the input AXL.
 

Method Detail

createSymbol

ISymbol createSymbol(String xml)
                     throws IOException,
                            AutomationException
Creates a symbol based on the input AXL.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
xml - The xml (in)
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.