com.esri.arcgis.carto
Class IRasterLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ILayerProxy
          extended by com.esri.arcgis.carto.IRasterLayerProxy
All Implemented Interfaces:
ILayer, IRasterLayer, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that create or modify a raster layer.' 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 IRasterLayerProxy
extends ILayerProxy
implements IRasterLayer, 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.IRasterLayer
IID, IIDd02371c7_35f7_11d2_b1f2_00c04f8edeff
 
Constructor Summary
  IRasterLayerProxy()
          Deprecated. For internal use only
  IRasterLayerProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterLayerProxy(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.  
 void createFromDataset(IRasterDataset rasterDataset)
          Deprecated. Creates a layer from a RasterDataset object.
 void createFromFilePath(java.lang.String filePath)
          Deprecated. Creates a layer from a file path to raster data.
 void createFromRaster(IRaster raster)
          Deprecated. Creates a layer from a Raster object.
 int getBandCount()
          Deprecated. Number of bands in the layer.
 int getColumnCount()
          Deprecated. Number of columns in the layer.
 IEnvelope getDataFrameExtent()
          Deprecated. Extent of the dataframe that contains the layer.
 int getDisplayResolutionFactor()
          Deprecated. Display resolution factor.
 java.lang.String getFilePath()
          Deprecated. Filepath of the data source.
 int getPrimaryField()
          Deprecated. Layer's primary field.
 IRaster getRaster()
          Deprecated. Layer's Raster object.
 IRasterRenderer getRenderer()
          Deprecated. Layer's renderer.
 int getRowCount()
          Deprecated. Number of rows in the layer.
 IEnvelope getVisibleExtent()
          Deprecated. Visible extent of the layer in the data frame.
 boolean isPyramidPresent()
          Deprecated. Indicates if pyramids are present for the layer.
 boolean isShowResolution()
          Deprecated. Indicates if the raster resolution should be displayed in the Table of Contents.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDisplayResolutionFactor(int pnFactor)
          Deprecated. Display resolution factor.
 void setPrimaryField(int pnField)
          Deprecated. Layer's primary field.
 void setPyramidPresent(boolean pbPyramidPresent)
          Deprecated. Indicates if pyramids are present for the layer.
 void setRendererByRef(IRasterRenderer renderer)
          Deprecated. Layer's renderer.
 void setShowResolution(boolean b)
          Deprecated. Indicates if the raster resolution should be displayed in the Table of Contents.
 void setVisibleExtent(IEnvelope ppVisibleExtent)
          Deprecated. Visible extent of the layer in the data frame.
 
Methods inherited from class com.esri.arcgis.carto.ILayerProxy
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 
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.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterLayerProxy

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

IRasterLayerProxy

public IRasterLayerProxy()
Deprecated. 
For internal use only


IRasterLayerProxy

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

IRasterLayerProxy

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

IRasterLayerProxy

protected IRasterLayerProxy(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 ILayerProxy
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 ILayerProxy
Throws:
java.io.IOException

getFilePath

public java.lang.String getFilePath()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Filepath of the data source.

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

getRaster

public IRaster getRaster()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Layer's Raster object.

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

createFromRaster

public void createFromRaster(IRaster raster)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Creates a layer from a Raster object.

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

createFromDataset

public void createFromDataset(IRasterDataset rasterDataset)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Creates a layer from a RasterDataset object.

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

createFromFilePath

public void createFromFilePath(java.lang.String filePath)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Creates a layer from a file path to raster data.

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

getRenderer

public IRasterRenderer getRenderer()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Layer's renderer.

Specified by:
getRenderer in interface IRasterLayer
Returns:
A reference to a com.esri.arcgis.carto.IRasterRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRendererByRef

public void setRendererByRef(IRasterRenderer renderer)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Layer's renderer.

Specified by:
setRendererByRef in interface IRasterLayer
Parameters:
renderer - A reference to a com.esri.arcgis.carto.IRasterRenderer (in)
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. 
Number of bands in the layer.

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

getColumnCount

public int getColumnCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Number of columns in the layer.

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

getRowCount

public int getRowCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Number of rows in the layer.

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

isPyramidPresent

public boolean isPyramidPresent()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if pyramids are present for the layer.

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

setPyramidPresent

public void setPyramidPresent(boolean pbPyramidPresent)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if pyramids are present for the layer.

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

getDataFrameExtent

public IEnvelope getDataFrameExtent()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Extent of the dataframe that contains the layer.

Specified by:
getDataFrameExtent in interface IRasterLayer
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.

setVisibleExtent

public void setVisibleExtent(IEnvelope ppVisibleExtent)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Visible extent of the layer in the data frame.

Specified by:
setVisibleExtent in interface IRasterLayer
Parameters:
ppVisibleExtent - 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.

getVisibleExtent

public IEnvelope getVisibleExtent()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Visible extent of the layer in the data frame.

Specified by:
getVisibleExtent in interface IRasterLayer
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.

setPrimaryField

public void setPrimaryField(int pnField)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Layer's primary field.

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

getPrimaryField

public int getPrimaryField()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Layer's primary field.

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

setShowResolution

public void setShowResolution(boolean b)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the raster resolution should be displayed in the Table of Contents.

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

isShowResolution

public boolean isShowResolution()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the raster resolution should be displayed in the Table of Contents.

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

setDisplayResolutionFactor

public void setDisplayResolutionFactor(int pnFactor)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Display resolution factor. Factor value is expressed as a percentage between 0 and 100.

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

getDisplayResolutionFactor

public int getDisplayResolutionFactor()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Display resolution factor. Factor value is expressed as a percentage between 0 and 100.

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