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 =
public class IMapServerExProxy extends IMapServerProxy implements IMapServerEx, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID3f6e8d1d_8eca_4e9f_8f9b_0b1e1b8f3d9c
IIDc1ee7009_1027_4f5a_89ae_0e2cec6fcef4
Modifier | Constructor and Description |
---|---|
|
IMapServerExProxy()
Deprecated.
For internal use only
|
|
IMapServerExProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMapServerExProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMapServerExProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMapServerExProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getVirtualOutputDirectory()
Deprecated.
The virtual directory for output files.
|
IAttachmentDataArray |
queryAttachmentDataEx(java.lang.String mapName,
int tableID,
ILongLongArray attachmentIDs,
int transportType)
Deprecated.
Returns the attachment data for the given features/ rows.
|
IAttachmentInfoArray |
queryAttachmentInfosEx(java.lang.String mapName,
int tableID,
ILongLongArray rowIDs)
Deprecated.
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)
Deprecated.
Returns the Raster content that meet the selection criteria for the specified dynamic layer.
|
long |
queryRowCountEx(java.lang.String mapName,
IMapTableDescription pTableDescription,
IQueryFilter pFilter)
Deprecated.
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)
Deprecated.
Returns the IDs of the rows that meet the query filter selection criteria for the specified table.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
computeDistance, computeScale, exportMapImage, find, fromMapPoints, getDefaultMapName, getDocumentInfo, getFilePath, getLegendInfo, getMapCount, getMapName, getPhysicalCacheDirectory, getPhysicalOutputDirectory, getServerInfo, getSQLSyntaxInfo, getSupportedImageReturnTypes, identify, queryData, queryDataStatistics, queryRasterValue, queryRelatedRecords, queryRowCount, queryRowIDs, toMapPoints
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
computeDistance, computeScale, exportMapImage, find, fromMapPoints, getDefaultMapName, getDocumentInfo, getFilePath, getLegendInfo, getMapCount, getMapName, getPhysicalCacheDirectory, getPhysicalOutputDirectory, getServerInfo, getSQLSyntaxInfo, getSupportedImageReturnTypes, identify, queryData, queryDataStatistics, queryRasterValue, queryRelatedRecords, queryRowCount, queryRowIDs, toMapPoints
public static final java.lang.Class targetClass
public boolean noncastable
public IMapServerExProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapServerExProxy()
public IMapServerExProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapServerExProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapServerExProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IMapServerProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IMapServerProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public long queryRowCountEx(java.lang.String mapName, IMapTableDescription pTableDescription, IQueryFilter pFilter) throws java.io.IOException, AutomationException
queryRowCountEx
in interface IMapServerEx
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.public IFIDSet queryRowIDsEx(java.lang.String mapName, IMapTableDescription pTableDescription, IQueryFilter pFilter) throws java.io.IOException, AutomationException
queryRowIDsEx
in interface IMapServerEx
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.public IImageResults queryRasterValueEx(java.lang.String mapName, IMapTableDescription pTableDescription, ILongLongArray rowIDs, java.lang.String fieldName, IImageType rasterValueType) throws java.io.IOException, AutomationException
queryRasterValueEx
in interface IMapServerEx
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.public IAttachmentInfoArray queryAttachmentInfosEx(java.lang.String mapName, int tableID, ILongLongArray rowIDs) throws java.io.IOException, AutomationException
queryAttachmentInfosEx
in interface IMapServerEx
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.public IAttachmentDataArray queryAttachmentDataEx(java.lang.String mapName, int tableID, ILongLongArray attachmentIDs, int transportType) throws java.io.IOException, AutomationException
queryAttachmentDataEx
in interface IMapServerEx
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.public java.lang.String getVirtualOutputDirectory() throws java.io.IOException, AutomationException
getVirtualOutputDirectory
in interface IMapServerEx
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.