com.esri.arcgis.carto
Class IGeoImageDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGeoImageDescriptionProxy
All Implemented Interfaces:
IGeoImageDescription, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGeoImageDescription2Proxy

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

Description: 'Provides access to members that control an image description.' 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 IGeoImageDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeoImageDescription, 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.IGeoImageDescription
IID, IID03b73b41_d7df_4a25_a1c1_82f126f4d2f3
 
Constructor Summary
  IGeoImageDescriptionProxy()
          Deprecated. For internal use only
  IGeoImageDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected IGeoImageDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeoImageDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeoImageDescriptionProxy(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.  
 ILongArray getBandSelection()
          Deprecated. The band selection.
 java.lang.String getCompression()
          Deprecated. The compression.
 int getCompressionQuality()
          Deprecated. The compression quality.
 IEnvelope getExtent()
          Deprecated. The extent.
 int getHeight()
          Deprecated. The Height in pixels.
 int getInterpolation()
          Deprecated. The interpolation method.
 java.lang.String getMosaicProperties()
          Deprecated. The mosaic properties.
 java.lang.Object getNoData()
          Deprecated. The output NoData (background) value.
 int getPixelType()
          Deprecated. The data type of the pixels.
 ISpatialReference getSpatialReference()
          Deprecated. The Spatial Reference.
 java.lang.String getViewpointProperties()
          Deprecated. The viewpoint properties.
 int getWidth()
          Deprecated. The Width in pixels.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBandSelectionByRef(ILongArray ppBandIDs)
          Deprecated. The band selection.
 void setCompression(java.lang.String pCompression)
          Deprecated. The compression.
 void setCompressionQuality(int pQuality)
          Deprecated. The compression quality.
 void setExtentByRef(IEnvelope ppExtent)
          Deprecated. The extent.
 void setHeight(int pNumRows)
          Deprecated. The Height in pixels.
 void setInterpolation(int pInterpolation)
          Deprecated. The interpolation method.
 void setMosaicProperties(java.lang.String pMosaicProperties)
          Deprecated. The mosaic properties.
 void setNoData(java.lang.Object pNoData)
          Deprecated. The output NoData (background) value.
 void setPixelType(int pPixelType)
          Deprecated. The data type of the pixels.
 void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
          Deprecated. The Spatial Reference.
 void setViewpointProperties(java.lang.String pViewpointProperties)
          Deprecated. The viewpoint properties.
 void setWidth(int pNumCols)
          Deprecated. The Width in pixels.
 
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

IGeoImageDescriptionProxy

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

IGeoImageDescriptionProxy

public IGeoImageDescriptionProxy()
Deprecated. 
For internal use only


IGeoImageDescriptionProxy

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

IGeoImageDescriptionProxy

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

IGeoImageDescriptionProxy

protected IGeoImageDescriptionProxy(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

getSpatialReference

public ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The Spatial Reference.

Specified by:
getSpatialReference in interface IGeoImageDescription
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.

setSpatialReferenceByRef

public void setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The Spatial Reference.

Specified by:
setSpatialReferenceByRef in interface IGeoImageDescription
Parameters:
ppSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
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.

Specified by:
getExtent in interface IGeoImageDescription
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.

setExtentByRef

public void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent.

Specified by:
setExtentByRef in interface IGeoImageDescription
Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

public int getWidth()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The Width in pixels.

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

setWidth

public void setWidth(int pNumCols)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The Width in pixels.

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

getHeight

public int getHeight()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The Height in pixels.

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

setHeight

public void setHeight(int pNumRows)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The Height in pixels.

Specified by:
setHeight in interface IGeoImageDescription
Parameters:
pNumRows - The pNumRows (in)
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 data type of the pixels.

Specified by:
getPixelType in interface IGeoImageDescription
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.

setPixelType

public void setPixelType(int pPixelType)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The data type of the pixels.

Specified by:
setPixelType in interface IGeoImageDescription
Parameters:
pPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
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 output NoData (background) value.

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

setNoData

public void setNoData(java.lang.Object pNoData)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The output NoData (background) value.

Specified by:
setNoData in interface IGeoImageDescription
Parameters:
pNoData - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInterpolation

public int getInterpolation()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The interpolation method.

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

setInterpolation

public void setInterpolation(int pInterpolation)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The interpolation method.

Specified by:
setInterpolation in interface IGeoImageDescription
Parameters:
pInterpolation - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompression

public java.lang.String getCompression()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The compression.

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

setCompression

public void setCompression(java.lang.String pCompression)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The compression.

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

getCompressionQuality

public int getCompressionQuality()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The compression quality.

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

setCompressionQuality

public void setCompressionQuality(int pQuality)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The compression quality.

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

getBandSelection

public ILongArray getBandSelection()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The band selection.

Specified by:
getBandSelection in interface IGeoImageDescription
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandSelectionByRef

public void setBandSelectionByRef(ILongArray ppBandIDs)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The band selection.

Specified by:
setBandSelectionByRef in interface IGeoImageDescription
Parameters:
ppBandIDs - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicProperties

public void setMosaicProperties(java.lang.String pMosaicProperties)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The mosaic properties.

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

getMosaicProperties

public java.lang.String getMosaicProperties()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The mosaic properties.

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

setViewpointProperties

public void setViewpointProperties(java.lang.String pViewpointProperties)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The viewpoint properties.

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

getViewpointProperties

public java.lang.String getViewpointProperties()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The viewpoint properties.

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