|
|||||||||
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.IGraphicFeatureServer2Proxy
Description: 'Provides access to members of Graphic Feature Server with version and edit with rollbackOnFailure.' 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 IGraphicFeatureServer2Proxy
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.IGraphicFeatureServer2 |
---|
IID, IID389f4fa0_628d_403d_9015_62857cb1c05e |
Constructor Summary | |
---|---|
|
IGraphicFeatureServer2Proxy()
Deprecated. For internal use only |
|
IGraphicFeatureServer2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IGraphicFeatureServer2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGraphicFeatureServer2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGraphicFeatureServer2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
IEditResults |
add2(java.lang.String gdbVersion,
int layerOrTableID,
IDataObjects dataObjects,
boolean rollbackOnFailure)
Deprecated. add2 |
IEditResults |
addAttachments2(java.lang.String gdbVersion,
int layerOrTableID,
IAttachmentDataArray attachmentDataArray,
boolean rollbackOnFailure)
Deprecated. addAttachments2 |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ITableEditResults |
applyEdits2(java.lang.String gdbVersion,
ITableEdits tableEdits,
boolean rollbackOnFailure)
Deprecated. applyEdits2 |
void |
delete2(java.lang.String gdbVersion,
int layerOrTableID,
java.lang.String definitionExpression,
boolean rollbackOnFailure,
IQueryFilter queryFilter)
Deprecated. delete2 |
IEditResults |
deleteAttachments2(java.lang.String gdbVersion,
int layerOrTableID,
ILongArray idsOfAttachmentsToDelete,
boolean rollbackOnFailure)
Deprecated. deleteAttachments2 |
IEditResults |
deleteByID2(java.lang.String gdbVersion,
int layerOrTableID,
ILongArray idsOfObjectsToDelete,
boolean rollbackOnFailure)
Deprecated. deleteByID2 |
int |
getCount2(java.lang.String gdbVersion,
int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
Deprecated. getCount2 |
IFeatureServerInfo |
getServerInfo()
Deprecated. getServerInfo |
int |
getServiceObjectCount2(java.lang.String gdbVersion,
IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry)
Deprecated. getServiceObjectCount2 |
IServiceData |
query2(java.lang.String gdbVersion,
int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter,
double maximumAllowableOffset,
IServiceDataOptions serviceDataOptions)
Deprecated. query2 |
IAttachmentDataArray |
queryAttachmentData2(java.lang.String gdbVersion,
int layerOrTableID,
ILongArray attachmentIDs,
int transportType)
Deprecated. queryAttachmentData2 |
IAttachmentInfoArray |
queryAttachmentInfos2(java.lang.String gdbVersion,
int layerOrTableID,
ILongArray objectIDs)
Deprecated. queryAttachmentInfos2 |
IServiceData |
queryFromService2(java.lang.String gdbVersion,
IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry,
ISpatialReference outSR,
ITimeReference outTR,
double maximumAllowableOffset,
IServiceDataOptions serviceDataOptions)
Deprecated. queryFromService2 |
IStringArray |
queryHTMLPopups2(java.lang.String gdbVersion,
int layerOrTableID,
ILongArray objectIDs)
Deprecated. Returns the html as text that can be used in popups. |
ILongArray |
queryIDs2(java.lang.String gdbVersion,
int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
Deprecated. queryIDs2 |
IServiceData |
queryRelatedObjects2(java.lang.String gdbVersion,
int sourceLayerOrTableID,
ILongArray objectIDsInSource,
int relationshipID,
java.lang.String targetDefinitionExpression,
java.lang.String targetTableProps,
boolean groupBySourceOIDs,
ISpatialReference outSR,
ITimeReference outTR,
double maximumAllowableOffset,
IServiceDataOptions serviceDataOptions)
Deprecated. queryRelatedObjects2 |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
IEditResults |
update2(java.lang.String gdbVersion,
int layerOrTableID,
IDataObjects dataObjects,
boolean rollbackOnFailure)
Deprecated. Updates dataobjects. |
IEditResults |
updateAttachments2(java.lang.String gdbVersion,
int layerOrTableID,
IAttachmentDataArray attachmentDataArray,
boolean rollbackOnFailure)
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 IGraphicFeatureServer2Proxy(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 IGraphicFeatureServer2Proxy()
public IGraphicFeatureServer2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGraphicFeatureServer2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGraphicFeatureServer2Proxy(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 add2(java.lang.String gdbVersion, int layerOrTableID, IDataObjects dataObjects, boolean rollbackOnFailure) throws java.io.IOException, AutomationException
add2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)dataObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (in)rollbackOnFailure
- The rollbackOnFailure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults addAttachments2(java.lang.String gdbVersion, int layerOrTableID, IAttachmentDataArray attachmentDataArray, boolean rollbackOnFailure) throws java.io.IOException, AutomationException
addAttachments2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)attachmentDataArray
- A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (in)rollbackOnFailure
- The rollbackOnFailure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITableEditResults applyEdits2(java.lang.String gdbVersion, ITableEdits tableEdits, boolean rollbackOnFailure) throws java.io.IOException, AutomationException
applyEdits2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)tableEdits
- A reference to a com.esri.arcgis.carto.ITableEdits (in)rollbackOnFailure
- The rollbackOnFailure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete2(java.lang.String gdbVersion, int layerOrTableID, java.lang.String definitionExpression, boolean rollbackOnFailure, IQueryFilter queryFilter) throws java.io.IOException, AutomationException
delete2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)definitionExpression
- The definitionExpression (in)rollbackOnFailure
- The rollbackOnFailure (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 deleteAttachments2(java.lang.String gdbVersion, int layerOrTableID, ILongArray idsOfAttachmentsToDelete, boolean rollbackOnFailure) throws java.io.IOException, AutomationException
deleteAttachments2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)idsOfAttachmentsToDelete
- A reference to a com.esri.arcgis.system.ILongArray (in)rollbackOnFailure
- The rollbackOnFailure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults deleteByID2(java.lang.String gdbVersion, int layerOrTableID, ILongArray idsOfObjectsToDelete, boolean rollbackOnFailure) throws java.io.IOException, AutomationException
deleteByID2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)idsOfObjectsToDelete
- A reference to a com.esri.arcgis.system.ILongArray (in)rollbackOnFailure
- The rollbackOnFailure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount2(java.lang.String gdbVersion, int layerOrTableID, java.lang.String definitionExpression, IQueryFilter queryFilter) throws java.io.IOException, AutomationException
getCount2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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 IFeatureServerInfo getServerInfo() throws java.io.IOException, AutomationException
getServerInfo
in interface IGraphicFeatureServer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceObjectCount2(java.lang.String gdbVersion, IGFSTableDescriptions layerOrTableDescriptions, IGeometry geometry) throws java.io.IOException, AutomationException
getServiceObjectCount2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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 IServiceData query2(java.lang.String gdbVersion, int layerOrTableID, java.lang.String definitionExpression, IQueryFilter queryFilter, double maximumAllowableOffset, IServiceDataOptions serviceDataOptions) throws java.io.IOException, AutomationException
query2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)definitionExpression
- The definitionExpression (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)maximumAllowableOffset
- The maximumAllowableOffset (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 queryAttachmentData2(java.lang.String gdbVersion, int layerOrTableID, ILongArray attachmentIDs, int transportType) throws java.io.IOException, AutomationException
queryAttachmentData2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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 queryAttachmentInfos2(java.lang.String gdbVersion, int layerOrTableID, ILongArray objectIDs) throws java.io.IOException, AutomationException
queryAttachmentInfos2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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 queryFromService2(java.lang.String gdbVersion, IGFSTableDescriptions layerOrTableDescriptions, IGeometry geometry, ISpatialReference outSR, ITimeReference outTR, double maximumAllowableOffset, IServiceDataOptions serviceDataOptions) throws java.io.IOException, AutomationException
queryFromService2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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)maximumAllowableOffset
- The maximumAllowableOffset (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 queryIDs2(java.lang.String gdbVersion, int layerOrTableID, java.lang.String definitionExpression, IQueryFilter queryFilter) throws java.io.IOException, AutomationException
queryIDs2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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 queryHTMLPopups2(java.lang.String gdbVersion, int layerOrTableID, ILongArray objectIDs) throws java.io.IOException, AutomationException
queryHTMLPopups2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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 queryRelatedObjects2(java.lang.String gdbVersion, int sourceLayerOrTableID, ILongArray objectIDsInSource, int relationshipID, java.lang.String targetDefinitionExpression, java.lang.String targetTableProps, boolean groupBySourceOIDs, ISpatialReference outSR, ITimeReference outTR, double maximumAllowableOffset, IServiceDataOptions serviceDataOptions) throws java.io.IOException, AutomationException
queryRelatedObjects2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)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)maximumAllowableOffset
- The maximumAllowableOffset (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 update2(java.lang.String gdbVersion, int layerOrTableID, IDataObjects dataObjects, boolean rollbackOnFailure) throws java.io.IOException, AutomationException
update2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)dataObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (in)rollbackOnFailure
- The rollbackOnFailure (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults updateAttachments2(java.lang.String gdbVersion, int layerOrTableID, IAttachmentDataArray attachmentDataArray, boolean rollbackOnFailure) throws java.io.IOException, AutomationException
updateAttachments2
in interface IGraphicFeatureServer2
gdbVersion
- The gdbVersion (in)layerOrTableID
- The layerOrTableID (in)attachmentDataArray
- A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (in)rollbackOnFailure
- The rollbackOnFailure (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 |