com.esri.arcgis.carto
Interface IMobileSync2

All Superinterfaces:
IMobileSync, java.io.Serializable
All Known Implementing Classes:
IMobileSync2Proxy, MobileSync

public interface IMobileSync2
extends IMobileSync, java.io.Serializable

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

Description: 'Provides access to the available Mobile Sync properties and methods.' 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 IID098485ba_6bfb_41dc_88b0_00f5f7f0ef2b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMobileSync
IID32e00a76_2023_414b_80d0_986799de0962
 
Method Summary
 void getMobileMapInfo(IMobileMapInfo[] ppResponse)
          This is depricated at 10.0: 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
 

Field Detail

IID098485ba_6bfb_41dc_88b0_00f5f7f0ef2b

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

initFromMapServer

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

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

getMobileMapInfo

void getMobileMapInfo(IMobileMapInfo[] ppResponse)
                      throws java.io.IOException,
                             AutomationException
This is depricated at 10.0: Handle Binary Request.

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