com.esri.arcgis.carto
Interface IMapSurroundFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapSurroundFactoryProxy

public interface IMapSurroundFactory
extends java.io.Serializable

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

Description: 'Provides access to members that create Map Surrounds.' 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 IID3141f2ec_38e2_11d1_8809_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMapSurround create(IMap map)
          Creates a map surround for the given map and returns it.
 java.lang.String getName()
          Name of the factory.
 

Field Detail

IID3141f2ec_38e2_11d1_8809_080009ec732a

static final int IID3141f2ec_38e2_11d1_8809_080009ec732a
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

getName

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

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

create

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

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