public interface IMapServerEx extends IMapServer, java.io.Serializable
Description: 'Provides access to members for a MapService.' 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 |
IID3f6e8d1d_8eca_4e9f_8f9b_0b1e1b8f3d9c |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc1ee7009_1027_4f5a_89ae_0e2cec6fcef4
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVirtualOutputDirectory()
The virtual directory for output files.
|
IAttachmentDataArray |
queryAttachmentDataEx(java.lang.String mapName,
int tableID,
ILongLongArray attachmentIDs,
int transportType)
Returns the attachment data for the given features/ rows.
|
IAttachmentInfoArray |
queryAttachmentInfosEx(java.lang.String mapName,
int tableID,
ILongLongArray rowIDs)
Returns the attachment info that describe the attachments for the given features/ rows.
|
IImageResults |
queryRasterValueEx(java.lang.String mapName,
IMapTableDescription pTableDescription,
ILongLongArray rowIDs,
java.lang.String fieldName,
IImageType rasterValueType)
Returns the Raster content that meet the selection criteria for the specified dynamic layer.
|
long |
queryRowCountEx(java.lang.String mapName,
IMapTableDescription pTableDescription,
IQueryFilter pFilter)
Returns the count of the rows that meet the query filter selection criteria for the specified table.
|
IFIDSet |
queryRowIDsEx(java.lang.String mapName,
IMapTableDescription pTableDescription,
IQueryFilter pFilter)
Returns the IDs of the rows that meet the query filter selection criteria for the specified table.
|
computeDistance, computeScale, exportMapImage, find, fromMapPoints, getDefaultMapName, getDocumentInfo, getFilePath, getLegendInfo, getMapCount, getMapName, getPhysicalCacheDirectory, getPhysicalOutputDirectory, getServerInfo, getSQLSyntaxInfo, getSupportedImageReturnTypes, identify, queryData, queryDataStatistics, queryRasterValue, queryRelatedRecords, queryRowCount, queryRowIDs, toMapPoints
static final int IID3f6e8d1d_8eca_4e9f_8f9b_0b1e1b8f3d9c
static final int xxDummy
static final java.lang.String IID
long queryRowCountEx(java.lang.String mapName, IMapTableDescription pTableDescription, IQueryFilter pFilter) throws java.io.IOException, AutomationException
mapName
- The mapName (in)pTableDescription
- A reference to a com.esri.arcgis.carto.IMapTableDescription (in)pFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet queryRowIDsEx(java.lang.String mapName, IMapTableDescription pTableDescription, IQueryFilter pFilter) throws java.io.IOException, AutomationException
mapName
- The mapName (in)pTableDescription
- A reference to a com.esri.arcgis.carto.IMapTableDescription (in)pFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IImageResults queryRasterValueEx(java.lang.String mapName, IMapTableDescription pTableDescription, ILongLongArray rowIDs, java.lang.String fieldName, IImageType rasterValueType) throws java.io.IOException, AutomationException
mapName
- The mapName (in)pTableDescription
- A reference to a com.esri.arcgis.carto.IMapTableDescription (in)rowIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)fieldName
- The fieldName (in)rasterValueType
- A reference to a com.esri.arcgis.carto.IImageType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAttachmentInfoArray queryAttachmentInfosEx(java.lang.String mapName, int tableID, ILongLongArray rowIDs) throws java.io.IOException, AutomationException
mapName
- The mapName (in)tableID
- The tableID (in)rowIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAttachmentDataArray queryAttachmentDataEx(java.lang.String mapName, int tableID, ILongLongArray attachmentIDs, int transportType) throws java.io.IOException, AutomationException
mapName
- The mapName (in)tableID
- The tableID (in)attachmentIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)transportType
- A com.esri.arcgis.system.esriTransportType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVirtualOutputDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.