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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID26925225_c546_43e1_a89d_ab27cc26e8fb
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IImageViewProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IImageViewProxy()
public IImageViewProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IImageViewProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IImageViewProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getVID() throws java.io.IOException, AutomationException
getVID
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setVID(java.lang.String pVID) throws java.io.IOException, AutomationException
setVID
in interface IImageView
pVID
- The pVID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String pName) throws java.io.IOException, AutomationException
setName
in interface IImageView
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String pDescription) throws java.io.IOException, AutomationException
setDescription
in interface IImageView
pDescription
- The pDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setExtentByRef
in interface IImageView
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getPixelSize(double[] pDx, double[] pDy) throws java.io.IOException, AutomationException
getPixelSize
in interface IImageView
pDx
- The pDx (out: use single element array)pDy
- The pDy (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void putPixelSize(double dx, double dy) throws java.io.IOException, AutomationException
putPixelSize
in interface IImageView
dx
- The dx (in)dy
- The dy (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getBandCount() throws java.io.IOException, AutomationException
getBandCount
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBandCount(int pNumBands) throws java.io.IOException, AutomationException
setBandCount
in interface IImageView
pNumBands
- The pNumBands (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getPixelType() throws java.io.IOException, AutomationException
getPixelType
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPixelType(int pPixelType) throws java.io.IOException, AutomationException
setPixelType
in interface IImageView
pPixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IMosaicRule getMosaicRule() throws java.io.IOException, AutomationException
getMosaicRule
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMosaicRuleByRef(IMosaicRule ppMosaicRule) throws java.io.IOException, AutomationException
setMosaicRuleByRef
in interface IImageView
ppMosaicRule
- A reference to a com.esri.arcgis.carto.IMosaicRule (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRenderingRule getRenderingRule() throws java.io.IOException, AutomationException
getRenderingRule
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRenderingRuleByRef(IRenderingRule ppRenderingRule) throws java.io.IOException, AutomationException
setRenderingRuleByRef
in interface IImageView
ppRenderingRule
- A reference to a com.esri.arcgis.carto.IRenderingRule (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAdaptive() throws java.io.IOException, AutomationException
isAdaptive
in interface IImageView
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAdaptive(boolean pAdpative) throws java.io.IOException, AutomationException
setAdaptive
in interface IImageView
pAdpative
- The pAdpative (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.