com.esri.arcgis.carto
Class IRasterItemDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterItemDescriptionProxy
All Implemented Interfaces:
IRasterItemDescription, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the properties of a raster item description for adding a raster.' 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 IRasterItemDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterItemDescription, 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.IRasterItemDescription
IID, IIDe7a23083_b9bb_41bf_9253_c148b0ab033e
 
Constructor Summary
  IRasterItemDescriptionProxy()
          Deprecated. For internal use only
  IRasterItemDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterItemDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterItemDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterItemDescriptionProxy(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.  
 IStringArray getDataFileNames()
          Deprecated. The data file names.
 IStringArray getDataFileURLs()
          Deprecated. The data file URLs.
 IGeodataXform getGeodataXform()
          Deprecated. The georefencing of the raster item.
 int getGeodataXformApplyMethod()
          Deprecated. The method used for applying the GeodataXform.
 double getMaximumCellSizeFactor()
          Deprecated. The maximum visible cell size factor.
 double getMinimumCellSizeFactor()
          Deprecated. The minimum visible cell size factor.
 IPropertySet getProperties()
          Deprecated. The raster item properties.
 java.lang.String getType()
          Deprecated. The raster item type, i.e.
 boolean isBuildPyramids()
          Deprecated. Indicates whether pyramids are built for the raster item.
 boolean isBuildThumbnail()
          Deprecated. Indicates whether thumbnails are built and saved for the raster item.
 boolean isComputeStatistics()
          Deprecated. Indicates whether histogram statistics are computed for the raster item.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBuildPyramids(boolean pvbBuildPyramids)
          Deprecated. Indicates whether pyramids are built for the raster item.
 void setBuildThumbnail(boolean pvbBuildThumbnail)
          Deprecated. Indicates whether thumbnails are built and saved for the raster item.
 void setComputeStatistics(boolean pvbComputeStatistics)
          Deprecated. Indicates whether histogram statistics are computed for the raster item.
 void setDataFileNamesByRef(IStringArray ppNames)
          Deprecated. The data file names.
 void setDataFileURLsByRef(IStringArray ppURLs)
          Deprecated. The data file URLs.
 void setGeodataXformApplyMethod(int pMethod)
          Deprecated. The method used for applying the GeodataXform.
 void setGeodataXformByRef(IGeodataXform ppXf)
          Deprecated. The georefencing of the raster item.
 void setMaximumCellSizeFactor(double pMaxCellSizeFactor)
          Deprecated. The maximum visible cell size factor.
 void setMinimumCellSizeFactor(double pMinCellSizeFactor)
          Deprecated. The minimum visible cell size factor.
 void setPropertiesByRef(IPropertySet ppProperties)
          Deprecated. The raster item properties.
 void setType(java.lang.String pType)
          Deprecated. The raster item type, i.e.
 
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

IRasterItemDescriptionProxy

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

IRasterItemDescriptionProxy

public IRasterItemDescriptionProxy()
Deprecated. 
For internal use only


IRasterItemDescriptionProxy

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

IRasterItemDescriptionProxy

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

IRasterItemDescriptionProxy

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

getDataFileNames

public IStringArray getDataFileNames()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The data file names.

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

setDataFileNamesByRef

public void setDataFileNamesByRef(IStringArray ppNames)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The data file names.

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

getDataFileURLs

public IStringArray getDataFileURLs()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The data file URLs.

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

setDataFileURLsByRef

public void setDataFileURLsByRef(IStringArray ppURLs)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The data file URLs.

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

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The raster item type, i.e. a raster type name.

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

setType

public void setType(java.lang.String pType)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The raster item type, i.e. a raster type name.

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

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The raster item properties.

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

setPropertiesByRef

public void setPropertiesByRef(IPropertySet ppProperties)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The raster item properties.

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

getMinimumCellSizeFactor

public double getMinimumCellSizeFactor()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The minimum visible cell size factor.

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

setMinimumCellSizeFactor

public void setMinimumCellSizeFactor(double pMinCellSizeFactor)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The minimum visible cell size factor.

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

getMaximumCellSizeFactor

public double getMaximumCellSizeFactor()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The maximum visible cell size factor.

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

setMaximumCellSizeFactor

public void setMaximumCellSizeFactor(double pMaxCellSizeFactor)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The maximum visible cell size factor.

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

getGeodataXform

public IGeodataXform getGeodataXform()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The georefencing of the raster item.

Specified by:
getGeodataXform in interface IRasterItemDescription
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeodataXform
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeodataXformByRef

public void setGeodataXformByRef(IGeodataXform ppXf)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The georefencing of the raster item.

Specified by:
setGeodataXformByRef in interface IRasterItemDescription
Parameters:
ppXf - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeodataXformApplyMethod

public int getGeodataXformApplyMethod()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The method used for applying the GeodataXform.

Specified by:
getGeodataXformApplyMethod in interface IRasterItemDescription
Returns:
A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeodataXformApplyMethod

public void setGeodataXformApplyMethod(int pMethod)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The method used for applying the GeodataXform.

Specified by:
setGeodataXformApplyMethod in interface IRasterItemDescription
Parameters:
pMethod - A com.esri.arcgis.datasourcesraster.esriGeodataXformApplyMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setComputeStatistics

public void setComputeStatistics(boolean pvbComputeStatistics)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether histogram statistics are computed for the raster item.

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

isComputeStatistics

public boolean isComputeStatistics()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether histogram statistics are computed for the raster item.

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

setBuildPyramids

public void setBuildPyramids(boolean pvbBuildPyramids)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether pyramids are built for the raster item.

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

isBuildPyramids

public boolean isBuildPyramids()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether pyramids are built for the raster item.

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

setBuildThumbnail

public void setBuildThumbnail(boolean pvbBuildThumbnail)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates whether thumbnails are built and saved for the raster item.

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

isBuildThumbnail

public boolean isBuildThumbnail()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether thumbnails are built and saved for the raster item.

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