|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServerInit2
COM Interface 'IImageServerInit2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control initialization of an image 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 |
IID57e791d8_5492_41c3_8f17_5f416b38111b
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.carto.IImageServerInit |
|---|
IIDee09fed6_6e28_491a_b00b_5b8796f075e1 |
| Method Summary | |
|---|---|
java.lang.String |
getAllowedCompressions()
The list of allowed compressions, None, LZ77, and JPEG. |
java.lang.String |
getAllowedFields()
The list of allowed field names. |
java.lang.String |
getAllowedItemMetadata()
The allowed metadata, None, Basic, and Full. |
java.lang.String |
getAllowedMosaicMethods()
The list of allowed mosaic methods. |
java.lang.String |
getDownloadDirectory()
The physical directory for downloadable files. |
java.lang.String |
getDynamicImageWorkspace()
The workspace used for adding rasters. |
java.lang.String |
getExcludedFields()
The list of excluded field names. |
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 (GetCatalog). |
java.lang.String |
getOutputDirectory()
The physical directory for output files. |
java.lang.String |
getVirtualDownloadDirectory()
The virtual directory for downloading files. |
java.lang.String |
getVirtualOutputDirectory()
The virtual directory for output files. |
void |
setAllowedCompressions(java.lang.String pAllowedCompressions)
The list of allowed compressions, None, LZ77, and JPEG. |
void |
setAllowedFields(java.lang.String pAllowedFields)
The list of allowed field names. |
void |
setAllowedItemMetadata(java.lang.String pAllowedItemMetadata)
The allowed metadata, None, Basic, and Full. |
void |
setAllowedMosaicMethods(java.lang.String pAllowedMosaicMethods)
The list of allowed mosaic methods. |
void |
setDownloadDirectory(java.lang.String pPath)
The physical directory for downloadable files. |
void |
setDynamicImageWorkspace(java.lang.String pPath)
The workspace used for adding rasters. |
void |
setExcludedFields(java.lang.String pExcludedFields)
The list of excluded field names. |
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 (GetCatalog). |
void |
setOutputDirectory(java.lang.String pPath)
The physical directory for output files. |
void |
setVirtualDownloadDirectory(java.lang.String pPath)
The virtual directory for downloading files. |
void |
setVirtualOutputDirectory(java.lang.String pPath)
The virtual directory for output files. |
| Methods inherited from interface com.esri.arcgis.carto.IImageServerInit |
|---|
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef |
| Field Detail |
|---|
static final int IID57e791d8_5492_41c3_8f17_5f416b38111b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setOutputDirectory(java.lang.String pPath)
throws java.io.IOException,
AutomationException
pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getOutputDirectory()
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 pPath)
throws java.io.IOException,
AutomationException
pPath - The pPath (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.
void setDownloadDirectory(java.lang.String pPath)
throws java.io.IOException,
AutomationException
pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDownloadDirectory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVirtualDownloadDirectory(java.lang.String pPath)
throws java.io.IOException,
AutomationException
pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getVirtualDownloadDirectory()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDynamicImageWorkspace(java.lang.String pPath)
throws java.io.IOException,
AutomationException
pPath - The pPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDynamicImageWorkspace()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExcludedFields(java.lang.String pExcludedFields)
throws java.io.IOException,
AutomationException
pExcludedFields - The pExcludedFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getExcludedFields()
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 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.
void setAllowedFields(java.lang.String pAllowedFields)
throws java.io.IOException,
AutomationException
pAllowedFields - The pAllowedFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getAllowedFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowedCompressions(java.lang.String pAllowedCompressions)
throws java.io.IOException,
AutomationException
pAllowedCompressions - The pAllowedCompressions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getAllowedCompressions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowedMosaicMethods(java.lang.String pAllowedMosaicMethods)
throws java.io.IOException,
AutomationException
pAllowedMosaicMethods - The pAllowedMosaicMethods (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getAllowedMosaicMethods()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowedItemMetadata(java.lang.String pAllowedItemMetadata)
throws java.io.IOException,
AutomationException
pAllowedItemMetadata - The pAllowedItemMetadata (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getAllowedItemMetadata()
throws java.io.IOException,
AutomationException
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 | ||||||||