|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServiceInfo3
COM Interface 'IImageServiceInfo3'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID021909fc_59e7_4082_900c_5bbef737c92c
|
static int |
xxDummy
Deprecated. Internal use only |
| 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 |
| Method Summary | |
|---|---|
IRasterColormap |
getColormap()
The raster colormap. |
IRasterHistogram |
getHistogram(int iBand)
Get the histogram of a given band. |
IRasterHistograms |
getHistograms()
The histogram of a given band. |
double |
getMaxScale()
The maximum visible scale for the service. |
java.lang.String |
getMensurationCapabilities()
The list of available mensuration capabilities. |
double |
getMinScale()
The minimum visible scale for the service. |
IRasterFunctionInfos |
getRasterFunctions()
The list of available server raster functions. |
IRasterTypeInfos |
getRasterTypes()
The list of allowed raster type names for adding rasters. |
boolean |
isHasRasterAttributeTable()
Indicates if a raster attribute table exists. |
void |
setHasRasterAttributeTable(boolean pHasTable)
Indicates if a raster attribute table exists. |
void |
setMaximumPixelSize(double rhs1)
The maximum visible pixel size for the service. |
void |
setMaxScale(double scale)
The maximum visible scale for the service. |
void |
setMensurationCapabilities(java.lang.String pCapabilities)
The list of available mensuration capabilities. |
void |
setMinimumPixelSize(double rhs1)
The minimum visible pixel size for the service. |
void |
setMinScale(double scale)
The minimum visible scale for the service. |
void |
setRasterFunctionsByRef(IRasterFunctionInfos ppFunctionInfos)
The list of available server raster functions. |
void |
setRasterTypesByRef(IRasterTypeInfos ppTypeInfos)
The list of allowed raster type names for adding rasters. |
| 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 |
|---|
static final int IID021909fc_59e7_4082_900c_5bbef737c92c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IRasterHistograms getHistograms()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterColormap getColormap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterHistogram getHistogram(int iBand)
throws java.io.IOException,
AutomationException
iBand - The iBand (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRasterFunctionInfos getRasterFunctions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterFunctionsByRef(IRasterFunctionInfos ppFunctionInfos)
throws java.io.IOException,
AutomationException
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.
IRasterTypeInfos getRasterTypes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterTypesByRef(IRasterTypeInfos ppTypeInfos)
throws java.io.IOException,
AutomationException
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.
java.lang.String getMensurationCapabilities()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMensurationCapabilities(java.lang.String pCapabilities)
throws java.io.IOException,
AutomationException
pCapabilities - The pCapabilities (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasRasterAttributeTable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasRasterAttributeTable(boolean pHasTable)
throws java.io.IOException,
AutomationException
pHasTable - The pHasTable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMinScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinScale(double scale)
throws java.io.IOException,
AutomationException
scale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaxScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxScale(double scale)
throws java.io.IOException,
AutomationException
scale - The scale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumPixelSize(double rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumPixelSize(double rhs1)
throws java.io.IOException,
AutomationException
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 | ||||||||