com.esri.arcgis.carto
Class IImageServiceInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IImageServiceInfoProxy
All Implemented Interfaces:
IImageServiceInfo, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IImageServiceInfo2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IImageServiceInfo'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the properties of an image service.' 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 IImageServiceInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IImageServiceInfo, 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.IImageServiceInfo
IID, IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192
 
Constructor Summary
  IImageServiceInfoProxy()
          Deprecated. For internal use only
  IImageServiceInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IImageServiceInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IImageServiceInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IImageServiceInfoProxy(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.  
 int getBandCount()
          Deprecated. The number of bands.
 java.lang.String getCopyrightText()
          Deprecated. Copyright information associated with the image service.
 java.lang.String getDefaultServiceProperties()
          Deprecated. The default service properties.
 java.lang.String getDescription()
          Deprecated. The description of the image service.
 IEnvelope getExtent()
          Deprecated. The extent of the image service.
 double getMaximumPixelSize()
          Deprecated. The maximum visible pixel size.
 int getMaxNCols()
          Deprecated. The maximum number of colums this service supports.
 int getMaxNRows()
          Deprecated. The maximum number of rows this service supports.
 double getMinimumPixelSize()
          Deprecated. The minimum visible pixel size.
 java.lang.String getName()
          Deprecated. The name of the image service.
 java.lang.Object getNoData()
          Deprecated. The NoData (background) value of the image service.
 void getPixelSize(double[] pDx, double[] pDy)
          Deprecated. Gets the pxiel size of the image service, in its native units.
 int getPixelType()
          Deprecated. The pixel type of the image service.
 int getServiceDataType()
          Deprecated. The data type of the image service.
 int getServiceSourceType()
          Deprecated. The image service data source type.
 ISpatialReference getSpatialReference()
          Deprecated. The spatial reference of the image service.
 void getStatistics(int iBand, double[] pMin, double[] pMax, double[] pMean, double[] pStdv)
          Deprecated. Gets the statistics of a given band.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCopyrightText(java.lang.String pCopyright)
          Deprecated. Copyright information associated with the image service.
 void setDefaultServiceProperties(java.lang.String pServiceProperties)
          Deprecated. The default service properties.
 void setServiceDataType(int pDataType)
          Deprecated. The data type of the image service.
 void setServiceSourceType(int pServiceSourceType)
          Deprecated. The image service data source type.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IImageServiceInfoProxy

public IImageServiceInfoProxy(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

IImageServiceInfoProxy

public IImageServiceInfoProxy()
Deprecated. 
For internal use only


IImageServiceInfoProxy

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

IImageServiceInfoProxy

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

IImageServiceInfoProxy

protected IImageServiceInfoProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the image service.

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

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description of the image service.

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

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The spatial reference of the image service.

Specified by:
getSpatialReference in interface IImageServiceInfo
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent of the image service.

Specified by:
getExtent in interface IImageServiceInfo
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelSize

public void getPixelSize(double[] pDx,
                         double[] pDy)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Gets the pxiel size of the image service, in its native units.

Specified by:
getPixelSize in interface IImageServiceInfo
Parameters:
pDx - The pDx (out: use single element array)
pDy - The pDy (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatistics

public void getStatistics(int iBand,
                          double[] pMin,
                          double[] pMax,
                          double[] pMean,
                          double[] pStdv)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Gets the statistics of a given band.

Specified by:
getStatistics in interface IImageServiceInfo
Parameters:
iBand - The iBand (in)
pMin - The pMin (out: use single element array)
pMax - The pMax (out: use single element array)
pMean - The pMean (out: use single element array)
pStdv - The pStdv (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandCount

public int getBandCount()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of bands.

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

getPixelType

public int getPixelType()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The pixel type of the image service.

Specified by:
getPixelType in interface IImageServiceInfo
Returns:
A com.esri.arcgis.geodatabase.rstPixelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNoData

public java.lang.Object getNoData()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The NoData (background) value of the image service.

Specified by:
getNoData in interface IImageServiceInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumPixelSize

public double getMaximumPixelSize()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The maximum visible pixel size.

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

getMinimumPixelSize

public double getMinimumPixelSize()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The minimum visible pixel size.

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

getCopyrightText

public java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Copyright information associated with the image service.

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

setCopyrightText

public void setCopyrightText(java.lang.String pCopyright)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Copyright information associated with the image service.

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

getServiceDataType

public int getServiceDataType()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The data type of the image service.

Specified by:
getServiceDataType in interface IImageServiceInfo
Returns:
A com.esri.arcgis.carto.esriImageServiceDataType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServiceDataType

public void setServiceDataType(int pDataType)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The data type of the image service.

Specified by:
setServiceDataType in interface IImageServiceInfo
Parameters:
pDataType - A com.esri.arcgis.carto.esriImageServiceDataType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultServiceProperties

public void setDefaultServiceProperties(java.lang.String pServiceProperties)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The default service properties.

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

getDefaultServiceProperties

public java.lang.String getDefaultServiceProperties()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
The default service properties.

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

getMaxNCols

public int getMaxNCols()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The maximum number of colums this service supports.

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

getMaxNRows

public int getMaxNRows()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The maximum number of rows this service supports.

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

getServiceSourceType

public int getServiceSourceType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The image service data source type.

Specified by:
getServiceSourceType in interface IImageServiceInfo
Returns:
A com.esri.arcgis.carto.esriImageServiceSourceType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServiceSourceType

public void setServiceSourceType(int pServiceSourceType)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The image service data source type.

Specified by:
setServiceSourceType in interface IImageServiceInfo
Parameters:
pServiceSourceType - A com.esri.arcgis.carto.esriImageServiceSourceType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.