|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IMapServerObjects3Proxy
public class IMapServerObjects3Proxy
Provides access to core objects contained within the map document.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IMapServerObjects3Proxy()
|
|
IMapServerObjects3Proxy(Object obj)
|
protected |
IMapServerObjects3Proxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
void |
removeListener(String iidStr,
Object theListener)
|
| 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 boolean noncastable
| Constructor Detail |
|---|
public IMapServerObjects3Proxy()
public IMapServerObjects3Proxy(Object obj)
throws IOException
IOException
protected IMapServerObjects3Proxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public int getStandaloneTableID(String mapName,
ITable pTable)
throws IOException,
AutomationException
getStandaloneTableID in interface IMapServerObjects3mapName - 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.
public ITable getStandaloneTable(String mapName,
int standaloneTableID)
throws IOException,
AutomationException
getStandaloneTable in interface IMapServerObjects3mapName - The mapName (in)standaloneTableID - The standaloneTableID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLayerID(String mapName,
ILayer pLayer)
throws IOException,
AutomationException
getLayerID in interface IMapServerObjects3mapName - 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.
public IMap getMap(String mapName)
throws IOException,
AutomationException
getMap in interface IMapServerObjects3mapName - The mapName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getLayer(String mapName,
int layerID)
throws IOException,
AutomationException
getLayer in interface IMapServerObjects3mapName - The mapName (in)layerID - The layerID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPageLayout getPageLayout()
throws IOException,
AutomationException
getPageLayout in interface IMapServerObjects3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Picture getThumbnail()
throws IOException,
AutomationException
getThumbnail in interface IMapServerObjects3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void refreshServerObjects()
throws IOException,
AutomationException
refreshServerObjects in interface IMapServerObjects3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void applyMapDescription(IMapDescription mapDescription,
IImageDisplay mapDisplay)
throws IOException,
AutomationException
applyMapDescription in interface IMapServerObjects3mapDescription - 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 | ||||||||