com.esri.arcgis.carto
Class IMSDHelper2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMSDHelperProxy
          extended by com.esri.arcgis.carto.IMSDHelper2Proxy
All Implemented Interfaces:
IMSDHelper, IMSDHelper2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMSDHelper2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides methods to open, save, repair mapserver definition files.' 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 =

public class IMSDHelper2Proxy
extends IMSDHelperProxy
implements IMSDHelper2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IMSDHelper2
IID, IID2a400bb8_3083_4abe_9c5d_8fcfce1d2b2c
 
Fields inherited from interface com.esri.arcgis.carto.IMSDHelper
IID4c0b3fb1_b9b0_4387_b047_1b9be19098c3
 
Constructor Summary
  IMSDHelper2Proxy()
          Deprecated. For internal use only
  IMSDHelper2Proxy(java.lang.Object obj)
          Deprecated.  
protected IMSDHelper2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMSDHelper2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMSDHelper2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getDatasetFromTable(java.lang.String mapPath, int tableIndex)
          Deprecated. getDatasetFromTable
 java.lang.String getTableDisplayName(java.lang.String mapPath, int tableIndex)
          Deprecated. getTableDisplayName
 int getTables(java.lang.String mapPath)
          Deprecated. getTables
 java.lang.String getWorkspaceConnectionStringFromTable(java.lang.String mapPath, int tableIndex)
          Deprecated. getWorkspaceConnectionStringFromTable
 java.lang.String getWorkspaceFactoryTypeFromTable(java.lang.String mapPath, int tableIndex)
          Deprecated. getWorkspaceFactoryTypeFromTable
 boolean isDataLayer(java.lang.String layerPath)
          Deprecated. isDataLayer
 boolean isTableValid(java.lang.String mapPath, int tableIndex)
          Deprecated. isTableValid
 void putWorkspaceConnectionStringInTable(java.lang.String mapPath, int tableIndex, java.lang.String newWorkspaceConnection, boolean validate)
          Deprecated. putWorkspaceConnectionStringInTable
 boolean relativePaths()
          Deprecated. relativePaths
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.carto.IMSDHelperProxy
close, getDataset, getLayerDisplayName, getLayers, getLayerType, getMapDisplayName, getMaps, getSubLayers, getWorkspaceConnectionStringFromLayer, getWorkspaceFactoryType, isActiveMap, isLayerValid, open, putWorkspaceConnectionStringInLayer, replaceAll, save, saveAs
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.carto.IMSDHelper
close, getDataset, getLayerDisplayName, getLayers, getLayerType, getMapDisplayName, getMaps, getSubLayers, getWorkspaceConnectionStringFromLayer, getWorkspaceFactoryType, isActiveMap, isLayerValid, open, putWorkspaceConnectionStringInLayer, replaceAll, save, saveAs
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMSDHelper2Proxy

public IMSDHelper2Proxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMSDHelper2Proxy

public IMSDHelper2Proxy()
Deprecated. 
For internal use only


IMSDHelper2Proxy

public IMSDHelper2Proxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMSDHelper2Proxy

protected IMSDHelper2Proxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMSDHelper2Proxy

protected IMSDHelper2Proxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IMSDHelperProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IMSDHelperProxy
Throws:
java.io.IOException

relativePaths

public boolean relativePaths()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
relativePaths

Specified by:
relativePaths in interface IMSDHelper2
Returns:
The vbRelativePaths
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDataLayer

public boolean isDataLayer(java.lang.String layerPath)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
isDataLayer

Specified by:
isDataLayer in interface IMSDHelper2
Parameters:
layerPath - The layerPath (in)
Returns:
The vbCanRepair
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTables

public int getTables(java.lang.String mapPath)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
getTables

Specified by:
getTables in interface IMSDHelper2
Parameters:
mapPath - The mapPath (in)
Returns:
The tableCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTableValid

public boolean isTableValid(java.lang.String mapPath,
                            int tableIndex)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
isTableValid

Specified by:
isTableValid in interface IMSDHelper2
Parameters:
mapPath - The mapPath (in)
tableIndex - The tableIndex (in)
Returns:
The tableValid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetFromTable

public java.lang.String getDatasetFromTable(java.lang.String mapPath,
                                            int tableIndex)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
getDatasetFromTable

Specified by:
getDatasetFromTable in interface IMSDHelper2
Parameters:
mapPath - The mapPath (in)
tableIndex - The tableIndex (in)
Returns:
The datasetName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkspaceFactoryTypeFromTable

public java.lang.String getWorkspaceFactoryTypeFromTable(java.lang.String mapPath,
                                                         int tableIndex)
                                                  throws java.io.IOException,
                                                         AutomationException
Deprecated. 
getWorkspaceFactoryTypeFromTable

Specified by:
getWorkspaceFactoryTypeFromTable in interface IMSDHelper2
Parameters:
mapPath - The mapPath (in)
tableIndex - The tableIndex (in)
Returns:
The workspaceFactoryType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkspaceConnectionStringFromTable

public java.lang.String getWorkspaceConnectionStringFromTable(java.lang.String mapPath,
                                                              int tableIndex)
                                                       throws java.io.IOException,
                                                              AutomationException
Deprecated. 
getWorkspaceConnectionStringFromTable

Specified by:
getWorkspaceConnectionStringFromTable in interface IMSDHelper2
Parameters:
mapPath - The mapPath (in)
tableIndex - The tableIndex (in)
Returns:
The workspaceConnectionString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putWorkspaceConnectionStringInTable

public void putWorkspaceConnectionStringInTable(java.lang.String mapPath,
                                                int tableIndex,
                                                java.lang.String newWorkspaceConnection,
                                                boolean validate)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
putWorkspaceConnectionStringInTable

Specified by:
putWorkspaceConnectionStringInTable in interface IMSDHelper2
Parameters:
mapPath - The mapPath (in)
tableIndex - The tableIndex (in)
newWorkspaceConnection - The newWorkspaceConnection (in)
validate - The validate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableDisplayName

public java.lang.String getTableDisplayName(java.lang.String mapPath,
                                            int tableIndex)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
getTableDisplayName

Specified by:
getTableDisplayName in interface IMSDHelper2
Parameters:
mapPath - The mapPath (in)
tableIndex - The tableIndex (in)
Returns:
The tableDisplayName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.