|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerInit
COM Interface 'IMapServerInit'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID56e179e3_974e_41a7_836b_c9a60ef6301b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
connect(java.lang.String filePath)
Initializes the map server with an mxd or pmf file stored at the specified path. |
java.lang.String |
getFilePath()
The map document path. |
int |
getMaxBufferCount()
The maximum number of records buffered on the server for display. |
int |
getMaxImageHeight()
The maximum height in pixels of an image request. |
int |
getMaxImageWidth()
The maximum width in pixels of an image request. |
int |
getMaxRecordCount()
The maximum number of records returned for query results (Identify, Find, QueryFeatureData, and QueryHyperlinks). |
java.lang.String |
getPhysicalOutputDirectory()
The physical directory for output files. |
java.lang.String |
getVirtualOutputDirectory()
The virtual directory for output files. |
void |
setMaxBufferCount(int count)
The maximum number of records buffered on the server for display. |
void |
setMaxImageHeight(int height)
The maximum height in pixels of an image request. |
void |
setMaxImageWidth(int width)
The maximum width in pixels of an image request. |
void |
setMaxRecordCount(int count)
The maximum number of records returned for query results (Identify, Find, QueryFeatureData, and QueryHyperlinks). |
void |
setPhysicalOutputDirectory(java.lang.String dirPath)
The physical directory for output files. |
void |
setVirtualOutputDirectory(java.lang.String dirPath)
The virtual directory for output files. |
void |
startWithData(IDataset pDataset)
An alternative to calling Connect(). |
void |
stop()
Clears out all of the map objects in memory. |
Field Detail |
---|
static final int IID56e179e3_974e_41a7_836b_c9a60ef6301b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void connect(java.lang.String filePath) throws java.io.IOException, AutomationException
filePath
- The filePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startWithData(IDataset pDataset) throws java.io.IOException, AutomationException
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.void stop() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPhysicalOutputDirectory(java.lang.String dirPath) throws java.io.IOException, AutomationException
dirPath
- The dirPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPhysicalOutputDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVirtualOutputDirectory(java.lang.String dirPath) throws java.io.IOException, AutomationException
dirPath
- The dirPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getVirtualOutputDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFilePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxRecordCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxRecordCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxBufferCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxBufferCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxImageWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxImageWidth(int width) throws java.io.IOException, AutomationException
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxImageHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxImageHeight(int height) throws java.io.IOException, AutomationException
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 |