com.esri.arcgis.carto
Interface IImageServerInit2

All Superinterfaces:
IImageServerInit, java.io.Serializable
All Known Subinterfaces:
IImageServerInit3
All Known Implementing Classes:
IImageServerInit2Proxy, IImageServerInit3Proxy, ImageServer

public interface IImageServerInit2
extends IImageServerInit, java.io.Serializable

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

IID57e791d8_5492_41c3_8f17_5f416b38111b

static final int IID57e791d8_5492_41c3_8f17_5f416b38111b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setOutputDirectory

void setOutputDirectory(java.lang.String pPath)
                        throws java.io.IOException,
                               AutomationException
The physical directory for output files.

Parameters:
pPath - The pPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputDirectory

java.lang.String getOutputDirectory()
                                    throws java.io.IOException,
                                           AutomationException
The physical directory for output files.

Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVirtualOutputDirectory

void setVirtualOutputDirectory(java.lang.String pPath)
                               throws java.io.IOException,
                                      AutomationException
The virtual directory for output files.

Parameters:
pPath - The pPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVirtualOutputDirectory

java.lang.String getVirtualOutputDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
The virtual directory for output files.

Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDownloadDirectory

void setDownloadDirectory(java.lang.String pPath)
                          throws java.io.IOException,
                                 AutomationException
The physical directory for downloadable files.

Parameters:
pPath - The pPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDownloadDirectory

java.lang.String getDownloadDirectory()
                                      throws java.io.IOException,
                                             AutomationException
The physical directory for downloadable files.

Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVirtualDownloadDirectory

void setVirtualDownloadDirectory(java.lang.String pPath)
                                 throws java.io.IOException,
                                        AutomationException
The virtual directory for downloading files.

Parameters:
pPath - The pPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVirtualDownloadDirectory

java.lang.String getVirtualDownloadDirectory()
                                             throws java.io.IOException,
                                                    AutomationException
The virtual directory for downloading files.

Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDynamicImageWorkspace

void setDynamicImageWorkspace(java.lang.String pPath)
                              throws java.io.IOException,
                                     AutomationException
The workspace used for adding rasters.

Parameters:
pPath - The pPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDynamicImageWorkspace

java.lang.String getDynamicImageWorkspace()
                                          throws java.io.IOException,
                                                 AutomationException
The workspace used for adding rasters.

Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcludedFields

void setExcludedFields(java.lang.String pExcludedFields)
                       throws java.io.IOException,
                              AutomationException
The list of excluded field names.

Parameters:
pExcludedFields - The pExcludedFields (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExcludedFields

java.lang.String getExcludedFields()
                                   throws java.io.IOException,
                                          AutomationException
The list of excluded field names.

Returns:
The pExcludedFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxRecordCount

int getMaxRecordCount()
                      throws java.io.IOException,
                             AutomationException
The maximum number of records returned for query results (GetCatalog).

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxRecordCount

void setMaxRecordCount(int count)
                       throws java.io.IOException,
                              AutomationException
The maximum number of records returned for query results (GetCatalog).

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxImageWidth

int getMaxImageWidth()
                     throws java.io.IOException,
                            AutomationException
The maximum width in pixels of an image request.

Returns:
The width
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxImageWidth

void setMaxImageWidth(int width)
                      throws java.io.IOException,
                             AutomationException
The maximum width in pixels of an image request.

Parameters:
width - The width (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxImageHeight

int getMaxImageHeight()
                      throws java.io.IOException,
                             AutomationException
The maximum height in pixels of an image request.

Returns:
The height
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxImageHeight

void setMaxImageHeight(int height)
                       throws java.io.IOException,
                              AutomationException
The maximum height in pixels of an image request.

Parameters:
height - The height (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedFields

void setAllowedFields(java.lang.String pAllowedFields)
                      throws java.io.IOException,
                             AutomationException
The list of allowed field names.

Parameters:
pAllowedFields - The pAllowedFields (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllowedFields

java.lang.String getAllowedFields()
                                  throws java.io.IOException,
                                         AutomationException
The list of allowed field names.

Returns:
The pAllowedFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedCompressions

void setAllowedCompressions(java.lang.String pAllowedCompressions)
                            throws java.io.IOException,
                                   AutomationException
The list of allowed compressions, None, LZ77, and JPEG.

Parameters:
pAllowedCompressions - The pAllowedCompressions (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllowedCompressions

java.lang.String getAllowedCompressions()
                                        throws java.io.IOException,
                                               AutomationException
The list of allowed compressions, None, LZ77, and JPEG.

Returns:
The pAllowedCompressions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedMosaicMethods

void setAllowedMosaicMethods(java.lang.String pAllowedMosaicMethods)
                             throws java.io.IOException,
                                    AutomationException
The list of allowed mosaic methods.

Parameters:
pAllowedMosaicMethods - The pAllowedMosaicMethods (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllowedMosaicMethods

java.lang.String getAllowedMosaicMethods()
                                         throws java.io.IOException,
                                                AutomationException
The list of allowed mosaic methods.

Returns:
The pAllowedMosaicMethods
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedItemMetadata

void setAllowedItemMetadata(java.lang.String pAllowedItemMetadata)
                            throws java.io.IOException,
                                   AutomationException
The allowed metadata, None, Basic, and Full.

Parameters:
pAllowedItemMetadata - The pAllowedItemMetadata (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllowedItemMetadata

java.lang.String getAllowedItemMetadata()
                                        throws java.io.IOException,
                                               AutomationException
The allowed metadata, None, Basic, and Full.

Returns:
The pAllowedItemMetadata
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.