|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMSDHelperProxy
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 IMSDHelperProxy
Internal use class
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.IMSDHelper |
---|
IID, IID4c0b3fb1_b9b0_4387_b047_1b9be19098c3 |
Constructor Summary | |
---|---|
|
IMSDHelperProxy()
Deprecated. For internal use only |
|
IMSDHelperProxy(java.lang.Object obj)
Deprecated. |
protected |
IMSDHelperProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMSDHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMSDHelperProxy(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. |
void |
close()
Deprecated. Close the mapserver defintion file. |
java.lang.String |
getDataset(java.lang.String layerPath)
Deprecated. Given the layer's catalog path, returns the dataset name. |
java.lang.String |
getLayerDisplayName(java.lang.String layerPath)
Deprecated. Given the layer's catalog path, returns its TOC display name. |
IStringArray |
getLayers(java.lang.String mapPath)
Deprecated. Given the map's catalog path, returns the catalog path for all layers in the map. |
java.lang.String |
getLayerType(java.lang.String layerPath)
Deprecated. Given the layer's catalog path, returns the layer type. |
java.lang.String |
getMapDisplayName(java.lang.String mapPath)
Deprecated. Given the map's catalog path returns the map's TOC display name. |
IStringArray |
getMaps()
Deprecated. Method returns a String Array containing the catalog paths to all the maps in the msd. |
IStringArray |
getSubLayers(java.lang.String layerPath)
Deprecated. Given the layer's catalog path, returns the catalog path to its sub layers, if it has any. |
java.lang.String |
getWorkspaceConnectionStringFromLayer(java.lang.String layerPath)
Deprecated. Given the layer's catalog path, returns the workspace connection string. |
java.lang.String |
getWorkspaceFactoryType(java.lang.String layerPath)
Deprecated. Given the layer's catalog path, returns the workspace type. |
boolean |
isActiveMap(java.lang.String mapPath)
Deprecated. Given the map's catalog path, returns a boolean inidicating if it is the active map. |
boolean |
isLayerValid(java.lang.String layerPath)
Deprecated. Given the layer's catalog path, returns a boolean indicating if it is valid. |
void |
open(java.lang.String path)
Deprecated. Open the mapserver definition file. |
void |
putWorkspaceConnectionStringInLayer(java.lang.String layerPath,
java.lang.String workspaceConnectionString,
boolean validate)
Deprecated. Given the layer's catalog path, updates its workspace connection string. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
replaceAll(java.lang.String mapPath,
java.lang.String oldWorkspaceConnectionString,
java.lang.String newWorkspaceConnectionString,
boolean validate)
Deprecated. Replaces the workspace connection string for all layers in the given map. |
void |
save(boolean relativePath)
Deprecated. Save the mapserver defintion file. |
void |
saveAs(java.lang.String path,
boolean relativePath)
Deprecated. Save a copy of the open mapserver definition file at the specified location with the specified name. |
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 |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMSDHelperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMSDHelperProxy()
public IMSDHelperProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMSDHelperProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMSDHelperProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void open(java.lang.String path) throws java.io.IOException, AutomationException
open
in interface IMSDHelper
path
- The path (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void close() throws java.io.IOException, AutomationException
close
in interface IMSDHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(boolean relativePath) throws java.io.IOException, AutomationException
save
in interface IMSDHelper
relativePath
- The relativePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void saveAs(java.lang.String path, boolean relativePath) throws java.io.IOException, AutomationException
saveAs
in interface IMSDHelper
path
- The path (in)relativePath
- The relativePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getMaps() throws java.io.IOException, AutomationException
getMaps
in interface IMSDHelper
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isActiveMap(java.lang.String mapPath) throws java.io.IOException, AutomationException
isActiveMap
in interface IMSDHelper
mapPath
- The mapPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMapDisplayName(java.lang.String mapPath) throws java.io.IOException, AutomationException
getMapDisplayName
in interface IMSDHelper
mapPath
- The mapPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replaceAll(java.lang.String mapPath, java.lang.String oldWorkspaceConnectionString, java.lang.String newWorkspaceConnectionString, boolean validate) throws java.io.IOException, AutomationException
replaceAll
in interface IMSDHelper
mapPath
- The mapPath (in)oldWorkspaceConnectionString
- The oldWorkspaceConnectionString (in)newWorkspaceConnectionString
- The newWorkspaceConnectionString (in)validate
- The validate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getLayers(java.lang.String mapPath) throws java.io.IOException, AutomationException
getLayers
in interface IMSDHelper
mapPath
- The mapPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLayerValid(java.lang.String layerPath) throws java.io.IOException, AutomationException
isLayerValid
in interface IMSDHelper
layerPath
- The layerPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLayerType(java.lang.String layerPath) throws java.io.IOException, AutomationException
getLayerType
in interface IMSDHelper
layerPath
- The layerPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getSubLayers(java.lang.String layerPath) throws java.io.IOException, AutomationException
getSubLayers
in interface IMSDHelper
layerPath
- The layerPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDataset(java.lang.String layerPath) throws java.io.IOException, AutomationException
getDataset
in interface IMSDHelper
layerPath
- The layerPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWorkspaceFactoryType(java.lang.String layerPath) throws java.io.IOException, AutomationException
getWorkspaceFactoryType
in interface IMSDHelper
layerPath
- The layerPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWorkspaceConnectionStringFromLayer(java.lang.String layerPath) throws java.io.IOException, AutomationException
getWorkspaceConnectionStringFromLayer
in interface IMSDHelper
layerPath
- The layerPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putWorkspaceConnectionStringInLayer(java.lang.String layerPath, java.lang.String workspaceConnectionString, boolean validate) throws java.io.IOException, AutomationException
putWorkspaceConnectionStringInLayer
in interface IMSDHelper
layerPath
- The layerPath (in)workspaceConnectionString
- The workspaceConnectionString (in)validate
- The validate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLayerDisplayName(java.lang.String layerPath) throws java.io.IOException, AutomationException
getLayerDisplayName
in interface IMSDHelper
layerPath
- The layerPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |