|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IImageServiceInfo2
COM Interface 'IImageServiceInfo2'. 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 |
IIDe569c393_70b6_497c_b999_bb246d00a8b7
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.carto.IImageServiceInfo |
|---|
IIDbfcd28a7_b02f_4c5d_aa7e_d0ba474d5192 |
| Method Summary | |
|---|---|
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. |
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 |
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. |
java.lang.String |
getStartTimeFieldName()
The start time field name. |
ITimeExtent |
getTimeExtent()
The time extent. |
ITimeReference |
getTimeReference()
The time reference. |
java.lang.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(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 |
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 |
setEndTimeFieldName(java.lang.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(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. |
| 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 IIDe569c393_70b6_497c_b999_bb246d00a8b7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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 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 setMaxNRows(int 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.
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||