|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMSDHelper2
Provides methods to open, save, repair mapserver definition files.
Method Summary | |
---|---|
String |
getDatasetFromTable(String mapPath,
int tableIndex)
getDatasetFromTable |
String |
getTableDisplayName(String mapPath,
int tableIndex)
getTableDisplayName |
int |
getTables(String mapPath)
getTables |
String |
getWorkspaceConnectionStringFromTable(String mapPath,
int tableIndex)
getWorkspaceConnectionStringFromTable |
String |
getWorkspaceFactoryTypeFromTable(String mapPath,
int tableIndex)
getWorkspaceFactoryTypeFromTable |
boolean |
isDataLayer(String layerPath)
isDataLayer |
boolean |
isTableValid(String mapPath,
int tableIndex)
isTableValid |
void |
putWorkspaceConnectionStringInTable(String mapPath,
int tableIndex,
String newWorkspaceConnection,
boolean validate)
putWorkspaceConnectionStringInTable |
boolean |
relativePaths()
relativePaths |
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 |
Method Detail |
---|
boolean relativePaths() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDataLayer(String layerPath) throws IOException, AutomationException
layerPath
- The layerPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTables(String mapPath) throws IOException, AutomationException
mapPath
- The mapPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTableValid(String mapPath, int tableIndex) throws IOException, AutomationException
mapPath
- The mapPath (in)tableIndex
- The tableIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDatasetFromTable(String mapPath, int tableIndex) throws IOException, AutomationException
mapPath
- The mapPath (in)tableIndex
- The tableIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWorkspaceFactoryTypeFromTable(String mapPath, int tableIndex) throws IOException, AutomationException
mapPath
- The mapPath (in)tableIndex
- The tableIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWorkspaceConnectionStringFromTable(String mapPath, int tableIndex) throws IOException, AutomationException
mapPath
- The mapPath (in)tableIndex
- The tableIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putWorkspaceConnectionStringInTable(String mapPath, int tableIndex, String newWorkspaceConnection, boolean validate) throws IOException, AutomationException
mapPath
- The mapPath (in)tableIndex
- The tableIndex (in)newWorkspaceConnection
- The newWorkspaceConnection (in)validate
- The validate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTableDisplayName(String mapPath, int tableIndex) throws IOException, AutomationException
mapPath
- The mapPath (in)tableIndex
- The tableIndex (in)
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 |