|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapServerObjects3
Provides access to core objects contained within the map document.
| Method Summary | |
|---|---|
void |
applyMapDescription(IMapDescription mapDescription,
IImageDisplay mapDisplay)
Applies the current state of the map description to the map server object. |
ILayer |
getLayer(String mapName,
int layerID)
The layer specified by the map name and layer ID. |
int |
getLayerID(String mapName,
ILayer pLayer)
The layer specified by the map name and layer ID. |
IMap |
getMap(String mapName)
The map corresponding to the specified map name. |
IPageLayout |
getPageLayout()
The page layout object for the current map document. |
ITable |
getStandaloneTable(String mapName,
int standaloneTableID)
The table specified by the map name and table ID. |
int |
getStandaloneTableID(String mapName,
ITable pTable)
The layer specified by the map name and standalone table ID. |
Picture |
getThumbnail()
The thumbnail stored in the map document. |
void |
refreshServerObjects()
Updates the server info based on the current state of the underlying fine-grained objects. |
| Method Detail |
|---|
int getStandaloneTableID(String mapName,
ITable pTable)
throws IOException,
AutomationException
mapName - The mapName (in)pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable getStandaloneTable(String mapName,
int standaloneTableID)
throws IOException,
AutomationException
mapName - The mapName (in)standaloneTableID - The standaloneTableID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLayerID(String mapName,
ILayer pLayer)
throws IOException,
AutomationException
mapName - The mapName (in)pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMap getMap(String mapName)
throws IOException,
AutomationException
mapName - The mapName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getLayer(String mapName,
int layerID)
throws IOException,
AutomationException
mapName - The mapName (in)layerID - The layerID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPageLayout getPageLayout()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Picture getThumbnail()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshServerObjects()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void applyMapDescription(IMapDescription mapDescription,
IImageDisplay mapDisplay)
throws IOException,
AutomationException
mapDescription - A reference to a com.esri.arcgis.carto.IMapDescription (in)mapDisplay - A reference to a com.esri.arcgis.carto.IImageDisplay (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 | ||||||||