com.esri.arcgis.carto
Class IImageServerInit2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IImageServerInitProxy
          extended by com.esri.arcgis.carto.IImageServerInit2Proxy
All Implemented Interfaces:
IImageServerInit, IImageServerInit2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IImageServerInit3Proxy

Deprecated. Internal use only. Proxy for 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 =

public class IImageServerInit2Proxy
extends IImageServerInitProxy
implements IImageServerInit2, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IImageServerInit2
IID, IID57e791d8_5492_41c3_8f17_5f416b38111b
 
Fields inherited from interface com.esri.arcgis.carto.IImageServerInit
IIDee09fed6_6e28_491a_b00b_5b8796f075e1
 
Constructor Summary
  IImageServerInit2Proxy()
          Deprecated. For internal use only
  IImageServerInit2Proxy(java.lang.Object obj)
          Deprecated.  
protected IImageServerInit2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IImageServerInit2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IImageServerInit2Proxy(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.  
 java.lang.String getAllowedCompressions()
          Deprecated. The list of allowed compressions, None, LZ77, and JPEG.
 java.lang.String getAllowedFields()
          Deprecated. The list of allowed field names.
 java.lang.String getAllowedItemMetadata()
          Deprecated. The allowed metadata, None, Basic, and Full.
 java.lang.String getAllowedMosaicMethods()
          Deprecated. The list of allowed mosaic methods.
 java.lang.String getDownloadDirectory()
          Deprecated. The physical directory for downloadable files.
 java.lang.String getDynamicImageWorkspace()
          Deprecated. The workspace used for adding rasters.
 java.lang.String getExcludedFields()
          Deprecated. The list of excluded field names.
 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 (GetCatalog).
 java.lang.String getOutputDirectory()
          Deprecated. The physical directory for output files.
 java.lang.String getVirtualDownloadDirectory()
          Deprecated. The virtual directory for downloading files.
 java.lang.String getVirtualOutputDirectory()
          Deprecated. The virtual directory for output files.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAllowedCompressions(java.lang.String pAllowedCompressions)
          Deprecated. The list of allowed compressions, None, LZ77, and JPEG.
 void setAllowedFields(java.lang.String pAllowedFields)
          Deprecated. The list of allowed field names.
 void setAllowedItemMetadata(java.lang.String pAllowedItemMetadata)
          Deprecated. The allowed metadata, None, Basic, and Full.
 void setAllowedMosaicMethods(java.lang.String pAllowedMosaicMethods)
          Deprecated. The list of allowed mosaic methods.
 void setDownloadDirectory(java.lang.String pPath)
          Deprecated. The physical directory for downloadable files.
 void setDynamicImageWorkspace(java.lang.String pPath)
          Deprecated. The workspace used for adding rasters.
 void setExcludedFields(java.lang.String pExcludedFields)
          Deprecated. The list of excluded field names.
 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 (GetCatalog).
 void setOutputDirectory(java.lang.String pPath)
          Deprecated. The physical directory for output files.
 void setVirtualDownloadDirectory(java.lang.String pPath)
          Deprecated. The virtual directory for downloading files.
 void setVirtualOutputDirectory(java.lang.String pPath)
          Deprecated. The virtual directory for output files.
 
Methods inherited from class com.esri.arcgis.carto.IImageServerInitProxy
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef
 
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
 
Methods inherited from interface com.esri.arcgis.carto.IImageServerInit
getImageDataSourceName, initialize, initializeFromDataset, initializeFromServiceURL, setImageDataSourceNameByRef
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IImageServerInit2Proxy

public IImageServerInit2Proxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IImageServerInit2Proxy

public IImageServerInit2Proxy()
Deprecated. 
For internal use only


IImageServerInit2Proxy

public IImageServerInit2Proxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IImageServerInit2Proxy

protected IImageServerInit2Proxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IImageServerInit2Proxy

protected IImageServerInit2Proxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IImageServerInitProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IImageServerInitProxy
Throws:
java.io.IOException

setOutputDirectory

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

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

getOutputDirectory

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

Specified by:
getOutputDirectory in interface IImageServerInit2
Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVirtualOutputDirectory

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

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

getVirtualOutputDirectory

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

Specified by:
getVirtualOutputDirectory in interface IImageServerInit2
Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDownloadDirectory

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

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

getDownloadDirectory

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

Specified by:
getDownloadDirectory in interface IImageServerInit2
Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVirtualDownloadDirectory

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

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

getVirtualDownloadDirectory

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

Specified by:
getVirtualDownloadDirectory in interface IImageServerInit2
Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDynamicImageWorkspace

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

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

getDynamicImageWorkspace

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

Specified by:
getDynamicImageWorkspace in interface IImageServerInit2
Returns:
The pPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcludedFields

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

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

getExcludedFields

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

Specified by:
getExcludedFields in interface IImageServerInit2
Returns:
The pExcludedFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxRecordCount

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

Specified by:
getMaxRecordCount in interface IImageServerInit2
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxRecordCount

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

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

getMaxImageWidth

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

Specified by:
getMaxImageWidth in interface IImageServerInit2
Returns:
The width
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxImageWidth

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

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

getMaxImageHeight

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

Specified by:
getMaxImageHeight in interface IImageServerInit2
Returns:
The height
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxImageHeight

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

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

setAllowedFields

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

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

getAllowedFields

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

Specified by:
getAllowedFields in interface IImageServerInit2
Returns:
The pAllowedFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedCompressions

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

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

getAllowedCompressions

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

Specified by:
getAllowedCompressions in interface IImageServerInit2
Returns:
The pAllowedCompressions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedMosaicMethods

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

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

getAllowedMosaicMethods

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

Specified by:
getAllowedMosaicMethods in interface IImageServerInit2
Returns:
The pAllowedMosaicMethods
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowedItemMetadata

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

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

getAllowedItemMetadata

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

Specified by:
getAllowedItemMetadata in interface IImageServerInit2
Returns:
The pAllowedItemMetadata
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.