com.esri.arcgis.carto
Interface IMobileSync2

All Superinterfaces:
IMobileSync, Serializable
All Known Implementing Classes:
MobileSync

public interface IMobileSync2
extends IMobileSync, Serializable

Provides access to the available Mobile Sync properties and methods.

Product Availability

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


Method Summary
 void getMobileMapInfo(IMobileMapInfo[] ppResponse)
          Handle Binary Request.
 void initFromMapServer(IMapServer pMapServer, IPropertySet pProps)
          Initializes the MobileSync object from IMapServer (FastMap).
 
Methods inherited from interface com.esri.arcgis.carto.IMobileSync
executeRequest, init
 

Method Detail

initFromMapServer

void initFromMapServer(IMapServer pMapServer,
                       IPropertySet pProps)
                       throws IOException,
                              AutomationException
Initializes the MobileSync object from IMapServer (FastMap).

Product Availability

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

Parameters:
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMobileMapInfo

void getMobileMapInfo(IMobileMapInfo[] ppResponse)
                      throws IOException,
                             AutomationException
Handle Binary Request.

Product Availability

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

Parameters:
ppResponse - A reference to a com.esri.arcgis.carto.IMobileMapInfo (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.