|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IImageViewProxy com.esri.arcgis.carto.IImageView2Proxy
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 IImageView2Proxy
Internal use class
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.IImageView2 |
---|
IID, IID4a05bee9_87c0_4ab9_93ef_fbcf7fbc052e |
Fields inherited from interface com.esri.arcgis.carto.IImageView |
---|
IID26925225_c546_43e1_a89d_ab27cc26e8fb |
Constructor Summary | |
---|---|
|
IImageView2Proxy()
Deprecated. For internal use only |
|
IImageView2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IImageView2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IImageView2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IImageView2Proxy(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. |
java.lang.String |
getAllowedRasterFunctions()
Deprecated. The allowed list of raster functions for an image view. |
java.lang.String |
getCapabilities()
Deprecated. The image view web capabilities. |
java.lang.String |
getCopyrightText()
Deprecated. The image view copyright text. |
double |
getMaxScale()
Deprecated. The maximum cache scale. |
double |
getMinScale()
Deprecated. The minimum cache scale. |
ISpatialReference |
getSpatialReference()
Deprecated. The image view spatial reference. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAllowedRasterFunctions(java.lang.String pFunctionNames)
Deprecated. The allowed list of raster functions for an image view. |
void |
setCapabilities(java.lang.String pCapabilities)
Deprecated. The image view web capabilities. |
void |
setCopyrightText(java.lang.String pCopyrightText)
Deprecated. The image view copyright text. |
void |
setMaxScale(double pScale)
Deprecated. The maximum cache scale. |
void |
setMinScale(double pScale)
Deprecated. The minimum cache scale. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
Deprecated. The image view spatial reference. |
Methods inherited from class com.esri.arcgis.carto.IImageViewProxy |
---|
getBandCount, getDescription, getExtent, getMosaicRule, getName, getPixelSize, getPixelType, getRenderingRule, getVID, isAdaptive, putPixelSize, setAdaptive, setBandCount, setDescription, setExtentByRef, setMosaicRuleByRef, setName, setPixelType, setRenderingRuleByRef, setVID |
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.IImageView |
---|
getBandCount, getDescription, getExtent, getMosaicRule, getName, getPixelSize, getPixelType, getRenderingRule, getVID, isAdaptive, putPixelSize, setAdaptive, setBandCount, setDescription, setExtentByRef, setMosaicRuleByRef, setName, setPixelType, setRenderingRuleByRef, setVID |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IImageView2Proxy(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 IImageView2Proxy()
public IImageView2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IImageView2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IImageView2Proxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IImageViewProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IImageViewProxy
java.io.IOException
public ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface IImageView2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface IImageView2
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCapabilities() throws java.io.IOException, AutomationException
getCapabilities
in interface IImageView2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCapabilities(java.lang.String pCapabilities) throws java.io.IOException, AutomationException
setCapabilities
in interface IImageView2
pCapabilities
- The pCapabilities (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCopyrightText() throws java.io.IOException, AutomationException
getCopyrightText
in interface IImageView2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCopyrightText(java.lang.String pCopyrightText) throws java.io.IOException, AutomationException
setCopyrightText
in interface IImageView2
pCopyrightText
- The pCopyrightText (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinScale() throws java.io.IOException, AutomationException
getMinScale
in interface IImageView2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinScale(double pScale) throws java.io.IOException, AutomationException
setMinScale
in interface IImageView2
pScale
- The pScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxScale() throws java.io.IOException, AutomationException
getMaxScale
in interface IImageView2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxScale(double pScale) throws java.io.IOException, AutomationException
setMaxScale
in interface IImageView2
pScale
- The pScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAllowedRasterFunctions() throws java.io.IOException, AutomationException
getAllowedRasterFunctions
in interface IImageView2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowedRasterFunctions(java.lang.String pFunctionNames) throws java.io.IOException, AutomationException
setAllowedRasterFunctions
in interface IImageView2
pFunctionNames
- The pFunctionNames (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |