public interface IImageServiceInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllowedCompressions()
The list of allowed client controllable transmition compressions.
|
java.lang.String |
getAllowedFields()
The list of visible field names.
|
java.lang.String |
getAllowedItemMetadata()
The level of item metadata details.
|
java.lang.String |
getAllowedMosaicMethods()
The list of allowed client controllable mosaic methods.
|
int |
getBandCount()
The number of bands.
|
IRasterColormap |
getColormap()
The raster colormap.
|
java.lang.String |
getCopyrightText()
Copyright information associated with the image service.
|
java.lang.String |
getDefaultCompression()
The default transmission compression, None, LZ77, JPEG.
|
int |
getDefaultCompressionQuality()
The default transmission compression quality (1-100).
|
int |
getDefaultMosaicMethod()
The default mosaic method.
|
int |
getDefaultResamplingMethod()
The default resampling method.
|
java.lang.String |
getDefaultServiceProperties()
The default service properties.
|
java.lang.String |
getDescription()
The description of the image service.
|
java.lang.String |
getEndTimeFieldName()
The end time field name.
|
IEnvelope |
getExtent()
The extent of the image service.
|
IRasterHistogram |
getHistogram(int iBand)
Get the histogram of a given band.
|
IRasterHistograms |
getHistograms()
The histogram of a given band.
|
int |
getMaxDownloadImageCount()
The maximum number of images allowed for download.
|
double |
getMaximumPixelSize()
The maximum visible pixel size.
|
int |
getMaxMosaicImageCount()
The maximum number of images allowed for mosaic.
|
int |
getMaxNCols()
The maximum number of colums this service supports.
|
int |
getMaxNRows()
The maximum number of rows this service supports.
|
int |
getMaxRecordCount()
The maximum number of records returned for query results.
|
double |
getMaxScale()
The maximum visible scale for the service.
|
java.lang.String |
getMensurationCapabilities()
The list of available mensuration capabilities.
|
double |
getMinimumPixelSize()
The minimum visible pixel size.
|
double |
getMinScale()
The minimum visible scale for the service.
|
java.lang.String |
getName()
The name of the image service.
|
java.lang.Object |
getNoData()
The NoData (background) value of the image service.
|
void |
getPixelSize(double[] pDx,
double[] pDy)
Gets the pxiel size of the image service, in its native units.
|
int |
getPixelType()
The pixel type of the image service.
|
IRasterFunctionInfos |
getRasterFunctions()
The list of available server raster functions.
|
IRasterTypeInfos |
getRasterTypes()
The list of allowed raster type names for adding rasters.
|
int |
getServiceDataType()
The data type of the image service.
|
int |
getServiceSourceType()
The image service data source type.
|
ISpatialReference |
getSpatialReference()
The spatial reference of the image service.
|
java.lang.String |
getStartTimeFieldName()
The start time field name.
|
void |
getStatistics(int iBand,
double[] pMin,
double[] pMax,
double[] pMean,
double[] pStdv)
Gets the statistics of a given band.
|
ITimeExtent |
getTimeExtent()
The time extent.
|
ITimeReference |
getTimeReference()
The time reference.
|
java.lang.String |
getTimeValueFormat()
The time value format.
|
boolean |
isHasRasterAttributeTable()
Indicates if a raster attribute table exists.
|
boolean |
isSupportBSQ()
Indicates if output can be generated in BSQ pixel interleave format.
|
boolean |
isSupportsTime()
Indicates if time is supported.
|
void |
setAllowedCompressions(java.lang.String pAllowedCompressions)
The list of allowed client controllable transmition compressions.
|
void |
setAllowedFields(java.lang.String pAllowedFields)
The list of visible field names.
|
void |
setAllowedItemMetadata(java.lang.String pLOD)
The level of item metadata details.
|
void |
setAllowedMosaicMethods(java.lang.String pAllowedMethods)
The list of allowed client controllable mosaic methods.
|
void |
setCopyrightText(java.lang.String pCopyright)
Copyright information associated with the image service.
|
void |
setDefaultCompression(java.lang.String pCompression)
The default transmission compression, None, LZ77, JPEG.
|
void |
setDefaultCompressionQuality(int pQuality)
The default transmission compression quality (1-100).
|
void |
setDefaultMosaicMethod(int pMosaicMethod)
The default mosaic method.
|
void |
setDefaultResamplingMethod(int pResamplingMethod)
The default resampling method.
|
void |
setDefaultServiceProperties(java.lang.String pServiceProperties)
The default service properties.
|
void |
setEndTimeFieldName(java.lang.String pFieldName)
The end time field name.
|
void |
setHasRasterAttributeTable(boolean pHasTable)
Indicates if a raster attribute table exists.
|
void |
setMaxDownloadImageCount(int pCount)
The maximum number of images allowed for download.
|
void |
setMaximumPixelSize(double pMaxPixelSize)
The maximum visible pixel size.
|
void |
setMaxMosaicImageCount(int pCount)
The maximum number of images allowed for mosaic.
|
void |
setMaxNCols(int pMaxNCols)
The maximum number of colums this service supports.
|
void |
setMaxNRows(int pMaxNRows)
The maximum number of rows this service supports.
|
void |
setMaxRecordCount(int pCount)
The maximum number of records returned for query results.
|
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 pMinPixelSize)
The minimum visible pixel size.
|
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.
|
void |
setServiceDataType(int pDataType)
The data type of the image service.
|
void |
setServiceSourceType(int pServiceSourceType)
The image service data source type.
|
void |
setStartTimeFieldName(java.lang.String pFieldName)
The start time field name.
|
void |
setSupportBSQ(boolean pBSQ)
Indicates if output can be generated in BSQ pixel interleave format.
|
void |
setSupportsTime(boolean supports)
Indicates if time is supported.
|
void |
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The time extent.
|
void |
setTimeReferenceByRef(ITimeReference ppTimeReference)
The time reference.
|
void |
setTimeValueFormat(java.lang.String pTimeFormat)
The time value format.
|
static final int IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getPixelSize(double[] pDx, double[] pDy) throws java.io.IOException, AutomationException
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.void getStatistics(int iBand, double[] pMin, double[] pMax, double[] pMean, double[] pStdv) throws java.io.IOException, AutomationException
iBand
- The iBand (in)pMin
- The pMin (out: use single element array)pMax
- The pMax (out: use single element array)pMean
- The pMean (out: use single element array)pStdv
- The pStdv (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getBandCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPixelType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumPixelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumPixelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCopyrightText() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCopyrightText(java.lang.String pCopyright) throws java.io.IOException, AutomationException
pCopyright
- The pCopyright (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getServiceDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setServiceDataType(int pDataType) throws java.io.IOException, AutomationException
pDataType
- A com.esri.arcgis.carto.esriImageServiceDataType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultServiceProperties(java.lang.String pServiceProperties) throws java.io.IOException, AutomationException
pServiceProperties
- The pServiceProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultServiceProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxNCols() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxNRows() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getServiceSourceType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setServiceSourceType(int pServiceSourceType) throws java.io.IOException, AutomationException
pServiceSourceType
- A com.esri.arcgis.carto.esriImageServiceSourceType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAllowedFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowedFields(java.lang.String pAllowedFields) throws java.io.IOException, AutomationException
pAllowedFields
- The pAllowedFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAllowedCompressions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowedCompressions(java.lang.String pAllowedCompressions) throws java.io.IOException, AutomationException
pAllowedCompressions
- The pAllowedCompressions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAllowedMosaicMethods() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowedMosaicMethods(java.lang.String pAllowedMethods) throws java.io.IOException, AutomationException
pAllowedMethods
- The pAllowedMethods (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAllowedItemMetadata() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowedItemMetadata(java.lang.String pLOD) throws java.io.IOException, AutomationException
pLOD
- The pLOD (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxRecordCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxRecordCount(int pCount) throws java.io.IOException, AutomationException
pCount
- The pCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxDownloadImageCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxDownloadImageCount(int pCount) throws java.io.IOException, AutomationException
pCount
- The pCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxMosaicImageCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxMosaicImageCount(int pCount) throws java.io.IOException, AutomationException
pCount
- The pCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxNCols(int pMaxNCols) throws java.io.IOException, AutomationException
pMaxNCols
- The pMaxNCols (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxNRows(int pMaxNRows) throws java.io.IOException, AutomationException
pMaxNRows
- The pMaxNRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultCompression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultCompression(java.lang.String pCompression) throws java.io.IOException, AutomationException
pCompression
- The pCompression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDefaultCompressionQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultCompressionQuality(int pQuality) throws java.io.IOException, AutomationException
pQuality
- The pQuality (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDefaultResamplingMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultResamplingMethod(int pResamplingMethod) throws java.io.IOException, AutomationException
pResamplingMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDefaultMosaicMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultMosaicMethod(int pMosaicMethod) throws java.io.IOException, AutomationException
pMosaicMethod
- A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportBSQ() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportBSQ(boolean pBSQ) throws java.io.IOException, AutomationException
pBSQ
- The pBSQ (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsTime(boolean supports) throws java.io.IOException, AutomationException
supports
- The supports (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getStartTimeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartTimeFieldName(java.lang.String pFieldName) throws java.io.IOException, AutomationException
pFieldName
- The pFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getEndTimeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEndTimeFieldName(java.lang.String pFieldName) throws java.io.IOException, AutomationException
pFieldName
- The pFieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeValueFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeValueFormat(java.lang.String pTimeFormat) throws java.io.IOException, AutomationException
pTimeFormat
- The pTimeFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeReference getTimeReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeReferenceByRef(ITimeReference ppTimeReference) throws java.io.IOException, AutomationException
ppTimeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeExtent getTimeExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeExtentByRef(ITimeExtent ppTimeExtent) throws java.io.IOException, AutomationException
ppTimeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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 pMinPixelSize) throws java.io.IOException, AutomationException
pMinPixelSize
- The pMinPixelSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumPixelSize(double pMaxPixelSize) throws java.io.IOException, AutomationException
pMaxPixelSize
- The pMaxPixelSize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.