|
|||||||||
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.IImageServiceInfoProxy com.esri.arcgis.carto.IImageServiceInfo2Proxy com.esri.arcgis.carto.IImageServiceInfo3Proxy
Description: 'Provides access to the properties of an image service.' 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 IImageServiceInfo3Proxy
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.IImageServiceInfo3 |
---|
IID, IID021909fc_59e7_4082_900c_5bbef737c92c |
Fields inherited from interface com.esri.arcgis.carto.IImageServiceInfo2 |
---|
IIDe569c393_70b6_497c_b999_bb246d00a8b7 |
Fields inherited from interface com.esri.arcgis.carto.IImageServiceInfo |
---|
IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192 |
Constructor Summary | |
---|---|
|
IImageServiceInfo3Proxy()
Deprecated. For internal use only |
|
IImageServiceInfo3Proxy(java.lang.Object obj)
Deprecated. |
protected |
IImageServiceInfo3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IImageServiceInfo3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IImageServiceInfo3Proxy(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. |
IRasterColormap |
getColormap()
Deprecated. The raster colormap. |
IRasterHistogram |
getHistogram(int iBand)
Deprecated. Get the histogram of a given band. |
IRasterHistograms |
getHistograms()
Deprecated. The histogram of a given band. |
double |
getMaxScale()
Deprecated. The maximum visible scale for the service. |
java.lang.String |
getMensurationCapabilities()
Deprecated. The list of available mensuration capabilities. |
double |
getMinScale()
Deprecated. The minimum visible scale for the service. |
IRasterFunctionInfos |
getRasterFunctions()
Deprecated. The list of available server raster functions. |
IRasterTypeInfos |
getRasterTypes()
Deprecated. The list of allowed raster type names for adding rasters. |
boolean |
isHasRasterAttributeTable()
Deprecated. Indicates if a raster attribute table exists. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setHasRasterAttributeTable(boolean pHasTable)
Deprecated. Indicates if a raster attribute table exists. |
void |
setMaximumPixelSize(double rhs1)
Deprecated. The maximum visible pixel size for the service. |
void |
setMaxScale(double scale)
Deprecated. The maximum visible scale for the service. |
void |
setMensurationCapabilities(java.lang.String pCapabilities)
Deprecated. The list of available mensuration capabilities. |
void |
setMinimumPixelSize(double rhs1)
Deprecated. The minimum visible pixel size for the service. |
void |
setMinScale(double scale)
Deprecated. The minimum visible scale for the service. |
void |
setRasterFunctionsByRef(IRasterFunctionInfos ppFunctionInfos)
Deprecated. The list of available server raster functions. |
void |
setRasterTypesByRef(IRasterTypeInfos ppTypeInfos)
Deprecated. The list of allowed raster type names for adding rasters. |
Methods inherited from class com.esri.arcgis.carto.IImageServiceInfoProxy |
---|
getBandCount, getCopyrightText, getDefaultServiceProperties, getDescription, getExtent, getMaximumPixelSize, getMaxNCols, getMaxNRows, getMinimumPixelSize, getName, getNoData, getPixelSize, getPixelType, getServiceDataType, getServiceSourceType, getSpatialReference, getStatistics, setCopyrightText, setDefaultServiceProperties, setServiceDataType, setServiceSourceType |
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.IImageServiceInfo |
---|
getBandCount, getCopyrightText, getDefaultServiceProperties, getDescription, getExtent, getMaximumPixelSize, getMaxNCols, getMaxNRows, getMinimumPixelSize, getName, getNoData, getPixelSize, getPixelType, getServiceDataType, getServiceSourceType, getSpatialReference, getStatistics, setCopyrightText, setDefaultServiceProperties, setServiceDataType, setServiceSourceType |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IImageServiceInfo3Proxy(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 IImageServiceInfo3Proxy()
public IImageServiceInfo3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IImageServiceInfo3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IImageServiceInfo3Proxy(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 IImageServiceInfo2Proxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IImageServiceInfo2Proxy
java.io.IOException
public IRasterHistograms getHistograms() throws java.io.IOException, AutomationException
getHistograms
in interface IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterColormap getColormap() throws java.io.IOException, AutomationException
getColormap
in interface IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterHistogram getHistogram(int iBand) throws java.io.IOException, AutomationException
getHistogram
in interface IImageServiceInfo3
iBand
- The iBand (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterFunctionInfos getRasterFunctions() throws java.io.IOException, AutomationException
getRasterFunctions
in interface IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterFunctionsByRef(IRasterFunctionInfos ppFunctionInfos) throws java.io.IOException, AutomationException
setRasterFunctionsByRef
in interface IImageServiceInfo3
ppFunctionInfos
- A reference to a com.esri.arcgis.carto.IRasterFunctionInfos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterTypeInfos getRasterTypes() throws java.io.IOException, AutomationException
getRasterTypes
in interface IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterTypesByRef(IRasterTypeInfos ppTypeInfos) throws java.io.IOException, AutomationException
setRasterTypesByRef
in interface IImageServiceInfo3
ppTypeInfos
- A reference to a com.esri.arcgis.carto.IRasterTypeInfos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMensurationCapabilities() throws java.io.IOException, AutomationException
getMensurationCapabilities
in interface IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMensurationCapabilities(java.lang.String pCapabilities) throws java.io.IOException, AutomationException
setMensurationCapabilities
in interface IImageServiceInfo3
pCapabilities
- The pCapabilities (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasRasterAttributeTable() throws java.io.IOException, AutomationException
isHasRasterAttributeTable
in interface IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHasRasterAttributeTable(boolean pHasTable) throws java.io.IOException, AutomationException
setHasRasterAttributeTable
in interface IImageServiceInfo3
pHasTable
- The pHasTable (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 IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinScale(double scale) throws java.io.IOException, AutomationException
setMinScale
in interface IImageServiceInfo3
scale
- The scale (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 IImageServiceInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxScale(double scale) throws java.io.IOException, AutomationException
setMaxScale
in interface IImageServiceInfo3
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumPixelSize(double rhs1) throws java.io.IOException, AutomationException
setMinimumPixelSize
in interface IImageServiceInfo3
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumPixelSize(double rhs1) throws java.io.IOException, AutomationException
setMaximumPixelSize
in interface IImageServiceInfo3
rhs1
- The rhs1 (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 |