com.esri.arcgis.carto
Class IImageViewProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IImageViewProxy
All Implemented Interfaces:
IImageView, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IImageView2Proxy

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

Description: 'Provides access to members that control an image (service) view.' 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 IImageViewProxy
extends com.esri.arcgis.interop.Dispatch
implements IImageView, 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.IImageView
IID, IID26925225_c546_43e1_a89d_ab27cc26e8fb
 
Constructor Summary
  IImageViewProxy()
          Deprecated. For internal use only
  IImageViewProxy(java.lang.Object obj)
          Deprecated.  
protected IImageViewProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IImageViewProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IImageViewProxy(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 getDescription()
          Deprecated. The image view description.
 IEnvelope getExtent()
          Deprecated. The image view extent.
 IMosaicRule getMosaicRule()
          Deprecated. The image view mosaic rule.
 java.lang.String getName()
          Deprecated. The image view name.
 void getPixelSize(double[] pDx, double[] pDy)
          Deprecated. The pxiel size in its native units.
 int getPixelType()
          Deprecated. The pixel type.
 IRenderingRule getRenderingRule()
          Deprecated. The image view rendering rule.
 java.lang.String getVID()
          Deprecated. The image view ID.
 boolean isAdaptive()
          Deprecated. Indicates if view properties are adaptive to view content.
 void putPixelSize(double dx, double dy)
          Deprecated. The pxiel size in its native units.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAdaptive(boolean pAdpative)
          Deprecated. Indicates if view properties are adaptive to view content.
 void setBandCount(int pNumBands)
          Deprecated. The number of bands.
 void setDescription(java.lang.String pDescription)
          Deprecated. The image view description.
 void setExtentByRef(IEnvelope ppExtent)
          Deprecated. The image view extent.
 void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
          Deprecated. The image view mosaic rule.
 void setName(java.lang.String pName)
          Deprecated. The image view name.
 void setPixelType(int pPixelType)
          Deprecated. The pixel type.
 void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
          Deprecated. The image view rendering rule.
 void setVID(java.lang.String pVID)
          Deprecated. The image view ID.
 
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

IImageViewProxy

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

IImageViewProxy

public IImageViewProxy()
Deprecated. 
For internal use only


IImageViewProxy

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

IImageViewProxy

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

IImageViewProxy

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

getVID

public java.lang.String getVID()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The image view ID.

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

setVID

public void setVID(java.lang.String pVID)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The image view ID.

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

getName

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

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

setName

public void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The image view name.

Specified by:
setName in interface IImageView
Parameters:
pName - The pName (in)
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 image view description.

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

setDescription

public void setDescription(java.lang.String pDescription)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The image view description.

Specified by:
setDescription in interface IImageView
Parameters:
pDescription - The pDescription (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 image view extent.

Specified by:
getExtent in interface IImageView
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 image view extent.

Specified by:
setExtentByRef in interface IImageView
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.

getPixelSize

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

Specified by:
getPixelSize in interface IImageView
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.

putPixelSize

public void putPixelSize(double dx,
                         double dy)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The pxiel size in its native units.

Specified by:
putPixelSize in interface IImageView
Parameters:
dx - The dx (in)
dy - The dy (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. 
The number of bands.

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

setBandCount

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

Specified by:
setBandCount in interface IImageView
Parameters:
pNumBands - The pNumBands (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 pixel type.

Specified by:
getPixelType in interface IImageView
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 pixel type.

Specified by:
setPixelType in interface IImageView
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.

getMosaicRule

public IMosaicRule getMosaicRule()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The image view mosaic rule.

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

setMosaicRuleByRef

public void setMosaicRuleByRef(IMosaicRule ppMosaicRule)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The image view mosaic rule.

Specified by:
setMosaicRuleByRef in interface IImageView
Parameters:
ppMosaicRule - A reference to a com.esri.arcgis.carto.IMosaicRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderingRule

public IRenderingRule getRenderingRule()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The image view rendering rule.

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

setRenderingRuleByRef

public void setRenderingRuleByRef(IRenderingRule ppRenderingRule)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The image view rendering rule.

Specified by:
setRenderingRuleByRef in interface IImageView
Parameters:
ppRenderingRule - A reference to a com.esri.arcgis.carto.IRenderingRule (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAdaptive

public boolean isAdaptive()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if view properties are adaptive to view content.

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

setAdaptive

public void setAdaptive(boolean pAdpative)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates if view properties are adaptive to view content.

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