|
|||||||||
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.IMapServerInitProxy
Description: 'Provides access to members that support initializing a map server.' 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 IMapServerInitProxy
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.IMapServerInit |
---|
IID, IID56e179e3_974e_41a7_836b_c9a60ef6301b |
Constructor Summary | |
---|---|
|
IMapServerInitProxy()
Deprecated. For internal use only |
|
IMapServerInitProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapServerInitProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapServerInitProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapServerInitProxy(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 |
connect(java.lang.String filePath)
Deprecated. Initializes the map server with an mxd or pmf file stored at the specified path. |
java.lang.String |
getFilePath()
Deprecated. The map document path. |
int |
getMaxBufferCount()
Deprecated. The maximum number of records buffered on the server for display. |
int |
getMaxImageHeight()
Deprecated. The maximum height in pixels of an image request. |
int |
getMaxImageWidth()
Deprecated. The maximum width in pixels of an image request. |
int |
getMaxRecordCount()
Deprecated. The maximum number of records returned for query results (Identify, Find, QueryFeatureData, and QueryHyperlinks). |
java.lang.String |
getPhysicalOutputDirectory()
Deprecated. The physical directory for output files. |
java.lang.String |
getVirtualOutputDirectory()
Deprecated. The virtual directory for output files. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setMaxBufferCount(int count)
Deprecated. The maximum number of records buffered on the server for display. |
void |
setMaxImageHeight(int height)
Deprecated. The maximum height in pixels of an image request. |
void |
setMaxImageWidth(int width)
Deprecated. The maximum width in pixels of an image request. |
void |
setMaxRecordCount(int count)
Deprecated. The maximum number of records returned for query results (Identify, Find, QueryFeatureData, and QueryHyperlinks). |
void |
setPhysicalOutputDirectory(java.lang.String dirPath)
Deprecated. The physical directory for output files. |
void |
setVirtualOutputDirectory(java.lang.String dirPath)
Deprecated. The virtual directory for output files. |
void |
startWithData(IDataset pDataset)
Deprecated. An alternative to calling Connect(). |
void |
stop()
Deprecated. Clears out all of the map objects in memory. |
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 IMapServerInitProxy(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 IMapServerInitProxy()
public IMapServerInitProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapServerInitProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapServerInitProxy(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 connect(java.lang.String filePath) throws java.io.IOException, AutomationException
connect
in interface IMapServerInit
filePath
- The filePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startWithData(IDataset pDataset) throws java.io.IOException, AutomationException
startWithData
in interface IMapServerInit
pDataset
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws java.io.IOException, AutomationException
stop
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPhysicalOutputDirectory(java.lang.String dirPath) throws java.io.IOException, AutomationException
setPhysicalOutputDirectory
in interface IMapServerInit
dirPath
- The dirPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPhysicalOutputDirectory() throws java.io.IOException, AutomationException
getPhysicalOutputDirectory
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVirtualOutputDirectory(java.lang.String dirPath) throws java.io.IOException, AutomationException
setVirtualOutputDirectory
in interface IMapServerInit
dirPath
- The dirPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVirtualOutputDirectory() throws java.io.IOException, AutomationException
getVirtualOutputDirectory
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFilePath() throws java.io.IOException, AutomationException
getFilePath
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxRecordCount() throws java.io.IOException, AutomationException
getMaxRecordCount
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxRecordCount(int count) throws java.io.IOException, AutomationException
setMaxRecordCount
in interface IMapServerInit
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxBufferCount() throws java.io.IOException, AutomationException
getMaxBufferCount
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxBufferCount(int count) throws java.io.IOException, AutomationException
setMaxBufferCount
in interface IMapServerInit
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxImageWidth() throws java.io.IOException, AutomationException
getMaxImageWidth
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxImageWidth(int width) throws java.io.IOException, AutomationException
setMaxImageWidth
in interface IMapServerInit
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxImageHeight() throws java.io.IOException, AutomationException
getMaxImageHeight
in interface IMapServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxImageHeight(int height) throws java.io.IOException, AutomationException
setMaxImageHeight
in interface IMapServerInit
height
- The height (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 |