com.esri.arcgis.carto
Interface IMapSurroundFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMapSurroundFactoryProxy

public interface IMapSurroundFactory
extends Serializable

Provides access to members that create Map Surrounds.

Product Availability

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


Method Summary
 IMapSurround create(IMap map)
          Creates a map surround for the given map and returns it.
 String getName()
          Name of the factory.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the factory.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

create

IMapSurround create(IMap map)
                    throws IOException,
                           AutomationException
Creates a map surround for the given map and returns it.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
map - A reference to a com.esri.arcgis.carto.IMap (in)
Returns:
A reference to a com.esri.arcgis.carto.IMapSurround
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.