|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IGraphicFeatureServerProxy
Description: 'Provides access to members of Graphic Feature Server.' 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 IGraphicFeatureServerProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IGraphicFeatureServer |
---|
IID, IID3df5bcfd_5945_4dd6_bdd1_5c3357b8209c |
Constructor Summary | |
---|---|
|
IGraphicFeatureServerProxy()
Deprecated. For internal use only |
|
IGraphicFeatureServerProxy(java.lang.Object obj)
Deprecated. |
protected |
IGraphicFeatureServerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGraphicFeatureServerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGraphicFeatureServerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
IEditResults |
add(int layerOrTableID,
IDataObjects dataObjects)
Deprecated. add |
IEditResults |
addAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
Deprecated. addAttachments |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ITableEditResults |
applyEdits(ITableEdits tableEdits)
Deprecated. applyEdits |
void |
delete(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
Deprecated. delete |
IEditResults |
deleteAttachments(int layerOrTableID,
ILongArray idsOfAttachmentsToDelete)
Deprecated. deleteAttachments |
IEditResults |
deleteByID(int layerOrTableID,
ILongArray idsOfObjectsToDelete)
Deprecated. deleteByID |
int |
getCount(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
Deprecated. getCount |
IGraphicFeatureLayers |
getLayers(IServerSymbolOutputOptions symbolOutputOptions)
Deprecated. Yields layers. |
int |
getServiceObjectCount(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry)
Deprecated. getServiceObjectCount |
IDataObjectTables |
getTables(IServerSymbolOutputOptions symbolOutputOptions,
boolean ignoreLayers)
Deprecated. Yields tables/layers. |
IServiceData |
query(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter,
IServiceDataOptions serviceDataOptions)
Deprecated. query |
IAttachmentDataArray |
queryAttachmentData(int layerOrTableID,
ILongArray attachmentIDs,
int transportType)
Deprecated. queryAttachmentData |
IAttachmentInfoArray |
queryAttachmentInfos(int layerOrTableID,
ILongArray objectIDs)
Deprecated. queryAttachmentInfos |
IServiceData |
queryFromService(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry,
ISpatialReference outSR,
ITimeReference outTR,
IServiceDataOptions serviceDataOptions)
Deprecated. queryFromService |
IStringArray |
queryHTMLPopups(int layerOrTableID,
ILongArray objectIDs)
Deprecated. Returns the html as text that can be used in popups. |
ILongArray |
queryIDs(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
Deprecated. queryIDs |
IServiceData |
queryRelatedObjects(int sourceLayerOrTableID,
ILongArray objectIDsInSource,
int relationshipID,
java.lang.String targetDefinitionExpression,
java.lang.String targetTableProps,
boolean groupBySourceOIDs,
ISpatialReference outSR,
ITimeReference outTR,
IServiceDataOptions serviceDataOptions)
Deprecated. queryRelatedObjects |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
IEditResults |
update(int layerOrTableID,
IDataObjects dataObjects)
Deprecated. Updates dataobjects. |
IEditResults |
updateAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
Deprecated. Updates Attachments. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGraphicFeatureServerProxy(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 IGraphicFeatureServerProxy()
public IGraphicFeatureServerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGraphicFeatureServerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGraphicFeatureServerProxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IEditResults add(int layerOrTableID, IDataObjects dataObjects) throws java.io.IOException, AutomationException
add
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)dataObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults addAttachments(int layerOrTableID, IAttachmentDataArray attachmentDataArray) throws java.io.IOException, AutomationException
addAttachments
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)attachmentDataArray
- A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITableEditResults applyEdits(ITableEdits tableEdits) throws java.io.IOException, AutomationException
applyEdits
in interface IGraphicFeatureServer
tableEdits
- A reference to a com.esri.arcgis.carto.ITableEdits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete(int layerOrTableID, java.lang.String definitionExpression, IQueryFilter queryFilter) throws java.io.IOException, AutomationException
delete
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)definitionExpression
- The definitionExpression (in)queryFilter
- 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 IEditResults deleteAttachments(int layerOrTableID, ILongArray idsOfAttachmentsToDelete) throws java.io.IOException, AutomationException
deleteAttachments
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)idsOfAttachmentsToDelete
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults deleteByID(int layerOrTableID, ILongArray idsOfObjectsToDelete) throws java.io.IOException, AutomationException
deleteByID
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)idsOfObjectsToDelete
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount(int layerOrTableID, java.lang.String definitionExpression, IQueryFilter queryFilter) throws java.io.IOException, AutomationException
getCount
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)definitionExpression
- The definitionExpression (in)queryFilter
- 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 IGraphicFeatureLayers getLayers(IServerSymbolOutputOptions symbolOutputOptions) throws java.io.IOException, AutomationException
getLayers
in interface IGraphicFeatureServer
symbolOutputOptions
- A reference to a com.esri.arcgis.carto.IServerSymbolOutputOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceObjectCount(IGFSTableDescriptions layerOrTableDescriptions, IGeometry geometry) throws java.io.IOException, AutomationException
getServiceObjectCount
in interface IGraphicFeatureServer
layerOrTableDescriptions
- A reference to a com.esri.arcgis.carto.IGFSTableDescriptions (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataObjectTables getTables(IServerSymbolOutputOptions symbolOutputOptions, boolean ignoreLayers) throws java.io.IOException, AutomationException
getTables
in interface IGraphicFeatureServer
symbolOutputOptions
- A reference to a com.esri.arcgis.carto.IServerSymbolOutputOptions (in)ignoreLayers
- The ignoreLayers (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData query(int layerOrTableID, java.lang.String definitionExpression, IQueryFilter queryFilter, IServiceDataOptions serviceDataOptions) throws java.io.IOException, AutomationException
query
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)definitionExpression
- The definitionExpression (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)serviceDataOptions
- A reference to a com.esri.arcgis.carto.IServiceDataOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAttachmentDataArray queryAttachmentData(int layerOrTableID, ILongArray attachmentIDs, int transportType) throws java.io.IOException, AutomationException
queryAttachmentData
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)attachmentIDs
- A reference to a com.esri.arcgis.system.ILongArray (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 IAttachmentInfoArray queryAttachmentInfos(int layerOrTableID, ILongArray objectIDs) throws java.io.IOException, AutomationException
queryAttachmentInfos
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)objectIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData queryFromService(IGFSTableDescriptions layerOrTableDescriptions, IGeometry geometry, ISpatialReference outSR, ITimeReference outTR, IServiceDataOptions serviceDataOptions) throws java.io.IOException, AutomationException
queryFromService
in interface IGraphicFeatureServer
layerOrTableDescriptions
- A reference to a com.esri.arcgis.carto.IGFSTableDescriptions (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)outSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)outTR
- A reference to a com.esri.arcgis.system.ITimeReference (in)serviceDataOptions
- A reference to a com.esri.arcgis.carto.IServiceDataOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILongArray queryIDs(int layerOrTableID, java.lang.String definitionExpression, IQueryFilter queryFilter) throws java.io.IOException, AutomationException
queryIDs
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)definitionExpression
- The definitionExpression (in)queryFilter
- 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 IStringArray queryHTMLPopups(int layerOrTableID, ILongArray objectIDs) throws java.io.IOException, AutomationException
queryHTMLPopups
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)objectIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData queryRelatedObjects(int sourceLayerOrTableID, ILongArray objectIDsInSource, int relationshipID, java.lang.String targetDefinitionExpression, java.lang.String targetTableProps, boolean groupBySourceOIDs, ISpatialReference outSR, ITimeReference outTR, IServiceDataOptions serviceDataOptions) throws java.io.IOException, AutomationException
queryRelatedObjects
in interface IGraphicFeatureServer
sourceLayerOrTableID
- The sourceLayerOrTableID (in)objectIDsInSource
- A reference to a com.esri.arcgis.system.ILongArray (in)relationshipID
- The relationshipID (in)targetDefinitionExpression
- The targetDefinitionExpression (in)targetTableProps
- The targetTableProps (in)groupBySourceOIDs
- The groupBySourceOIDs (in)outSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)outTR
- A reference to a com.esri.arcgis.system.ITimeReference (in)serviceDataOptions
- A reference to a com.esri.arcgis.carto.IServiceDataOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults update(int layerOrTableID, IDataObjects dataObjects) throws java.io.IOException, AutomationException
update
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)dataObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults updateAttachments(int layerOrTableID, IAttachmentDataArray attachmentDataArray) throws java.io.IOException, AutomationException
updateAttachments
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)attachmentDataArray
- A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (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 |