|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServiceInfo2
Provides access to the properties of an image service.
This interface is new at ArcGIS 10.
IImageServiceInfo provides access to more properties of an image service: allowed fileds, allowed compressions, allowed mosaic methods, default compression, default compression quality, default mosaic method, default resampling method, etc.
| Method Summary | |
|---|---|
String |
getAllowedCompressions()
The list of allowed client controllable transmition compressions. |
String |
getAllowedFields()
The list of visible field names. |
String |
getAllowedItemMetadata()
The level of item metadata details. |
String |
getAllowedMosaicMethods()
The list of allowed client controllable mosaic methods. |
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. |
String |
getEndTimeFieldName()
The end time field name. |
int |
getMaxDownloadImageCount()
The maximum number of images allowed for download. |
int |
getMaxMosaicImageCount()
The maximum number of images allowed for mosaic. |
int |
getMaxRecordCount()
The maximum number of records returned for query results. |
String |
getStartTimeFieldName()
The start time field name. |
ITimeExtent |
getTimeExtent()
The time extent. |
ITimeReference |
getTimeReference()
The time reference. |
String |
getTimeValueFormat()
The time value format. |
boolean |
isSupportBSQ()
Indicates if output can be generated in BSQ pixel interleave format. |
boolean |
isSupportsTime()
Indicates if time is supported. |
void |
setAllowedCompressions(String pAllowedCompressions)
The list of allowed client controllable transmition compressions. |
void |
setAllowedFields(String pAllowedFields)
The list of visible field names. |
void |
setAllowedItemMetadata(String pLOD)
The level of item metadata details. |
void |
setAllowedMosaicMethods(String pAllowedMethods)
The list of allowed client controllable mosaic methods. |
void |
setDefaultCompression(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 |
setEndTimeFieldName(String pFieldName)
The end time field name. |
void |
setMaxDownloadImageCount(int pCount)
The maximum number of images allowed for download. |
void |
setMaxMosaicImageCount(int pCount)
The maximum number of images allowed for mosaic. |
void |
setMaxNCols(int rhs1)
The maximum number of colums this service supports. |
void |
setMaxNRows(int rhs1)
The maximum number of rows this service supports. |
void |
setMaxRecordCount(int pCount)
The maximum number of records returned for query results. |
void |
setStartTimeFieldName(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(String pTimeFormat)
The time value format. |
| 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 |
|---|
String getAllowedFields()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowedFields(String pAllowedFields)
throws IOException,
AutomationException
pAllowedFields - The pAllowedFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAllowedCompressions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowedCompressions(String pAllowedCompressions)
throws IOException,
AutomationException
pAllowedCompressions - The pAllowedCompressions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAllowedMosaicMethods()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowedMosaicMethods(String pAllowedMethods)
throws IOException,
AutomationException
pAllowedMethods - The pAllowedMethods (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAllowedItemMetadata()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllowedItemMetadata(String pLOD)
throws IOException,
AutomationException
pLOD - The pLOD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxRecordCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxRecordCount(int pCount)
throws IOException,
AutomationException
pCount - The pCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxDownloadImageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxDownloadImageCount(int pCount)
throws IOException,
AutomationException
pCount - The pCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMaxMosaicImageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxMosaicImageCount(int pCount)
throws IOException,
AutomationException
pCount - The pCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxNCols(int rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxNRows(int rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDefaultCompression()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultCompression(String pCompression)
throws IOException,
AutomationException
pCompression - The pCompression (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDefaultCompressionQuality()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultCompressionQuality(int pQuality)
throws IOException,
AutomationException
pQuality - The pQuality (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDefaultResamplingMethod()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultResamplingMethod(int pResamplingMethod)
throws IOException,
AutomationException
pResamplingMethod - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDefaultMosaicMethod()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultMosaicMethod(int pMosaicMethod)
throws IOException,
AutomationException
pMosaicMethod - A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSupportBSQ()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSupportBSQ(boolean pBSQ)
throws IOException,
AutomationException
pBSQ - The pBSQ (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSupportsTime()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSupportsTime(boolean supports)
throws IOException,
AutomationException
supports - The supports (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getStartTimeFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartTimeFieldName(String pFieldName)
throws IOException,
AutomationException
pFieldName - The pFieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getEndTimeFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndTimeFieldName(String pFieldName)
throws IOException,
AutomationException
pFieldName - The pFieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeValueFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeValueFormat(String pTimeFormat)
throws IOException,
AutomationException
pTimeFormat - The pTimeFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITimeReference getTimeReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeReferenceByRef(ITimeReference ppTimeReference)
throws IOException,
AutomationException
ppTimeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITimeExtent getTimeExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeExtentByRef(ITimeExtent ppTimeExtent)
throws IOException,
AutomationException
ppTimeExtent - A reference to a com.esri.arcgis.system.ITimeExtent (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 | ||||||||