|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageServiceInfo3
Provides access to the properties of an image service.
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. |
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(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 |
Method Detail |
---|
IRasterHistograms getHistograms() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterColormap getColormap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterHistogram getHistogram(int iBand) throws IOException, AutomationException
iBand
- The iBand (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterFunctionInfos getRasterFunctions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterFunctionsByRef(IRasterFunctionInfos ppFunctionInfos) throws IOException, AutomationException
ppFunctionInfos
- A reference to a com.esri.arcgis.carto.IRasterFunctionInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterTypeInfos getRasterTypes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterTypesByRef(IRasterTypeInfos ppTypeInfos) throws IOException, AutomationException
ppTypeInfos
- A reference to a com.esri.arcgis.carto.IRasterTypeInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMensurationCapabilities() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMensurationCapabilities(String pCapabilities) throws IOException, AutomationException
pCapabilities
- The pCapabilities (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasRasterAttributeTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasRasterAttributeTable(boolean pHasTable) throws IOException, AutomationException
pHasTable
- The pHasTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinScale(double scale) throws IOException, AutomationException
scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaxScale() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxScale(double scale) throws IOException, AutomationException
scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumPixelSize(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumPixelSize(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
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 |