com.esri.arcgis.carto
Class IGraphicFeatureServer2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGraphicFeatureServer2Proxy
All Implemented Interfaces:
IGraphicFeatureServer2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGraphicFeatureServer2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IGraphicFeatureServer2, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGraphicFeatureServer2Proxy

public IGraphicFeatureServer2Proxy(java.lang.String CLSID,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.net.UnknownHostException,
                                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGraphicFeatureServer2Proxy

public IGraphicFeatureServer2Proxy()
Deprecated. 
For internal use only


IGraphicFeatureServer2Proxy

public IGraphicFeatureServer2Proxy(java.lang.Object obj)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGraphicFeatureServer2Proxy

protected IGraphicFeatureServer2Proxy(java.lang.Object obj,
                                      java.lang.String iid)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGraphicFeatureServer2Proxy

protected IGraphicFeatureServer2Proxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

add2

public IEditResults add2(java.lang.String gdbVersion,
                         int layerOrTableID,
                         IDataObjects dataObjects,
                         boolean rollbackOnFailure)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
add2

Specified by:
add2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
dataObjects - A reference to a com.esri.arcgis.carto.IDataObjects (in)
rollbackOnFailure - The rollbackOnFailure (in)
Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addAttachments2

public IEditResults addAttachments2(java.lang.String gdbVersion,
                                    int layerOrTableID,
                                    IAttachmentDataArray attachmentDataArray,
                                    boolean rollbackOnFailure)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
addAttachments2

Specified by:
addAttachments2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
attachmentDataArray - A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (in)
rollbackOnFailure - The rollbackOnFailure (in)
Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applyEdits2

public ITableEditResults applyEdits2(java.lang.String gdbVersion,
                                     ITableEdits tableEdits,
                                     boolean rollbackOnFailure)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
applyEdits2

Specified by:
applyEdits2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
tableEdits - A reference to a com.esri.arcgis.carto.ITableEdits (in)
rollbackOnFailure - The rollbackOnFailure (in)
Returns:
A reference to a com.esri.arcgis.carto.ITableEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete2

public void delete2(java.lang.String gdbVersion,
                    int layerOrTableID,
                    java.lang.String definitionExpression,
                    boolean rollbackOnFailure,
                    IQueryFilter queryFilter)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
delete2

Specified by:
delete2 in interface IGraphicFeatureServer2
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAttachments2

public IEditResults deleteAttachments2(java.lang.String gdbVersion,
                                       int layerOrTableID,
                                       ILongArray idsOfAttachmentsToDelete,
                                       boolean rollbackOnFailure)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
deleteAttachments2

Specified by:
deleteAttachments2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
idsOfAttachmentsToDelete - A reference to a com.esri.arcgis.system.ILongArray (in)
rollbackOnFailure - The rollbackOnFailure (in)
Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteByID2

public IEditResults deleteByID2(java.lang.String gdbVersion,
                                int layerOrTableID,
                                ILongArray idsOfObjectsToDelete,
                                boolean rollbackOnFailure)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
deleteByID2

Specified by:
deleteByID2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
idsOfObjectsToDelete - A reference to a com.esri.arcgis.system.ILongArray (in)
rollbackOnFailure - The rollbackOnFailure (in)
Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount2

public int getCount2(java.lang.String gdbVersion,
                     int layerOrTableID,
                     java.lang.String definitionExpression,
                     IQueryFilter queryFilter)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
getCount2

Specified by:
getCount2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
definitionExpression - The definitionExpression (in)
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Returns:
The numObjects
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerInfo

public IFeatureServerInfo getServerInfo()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
getServerInfo

Specified by:
getServerInfo in interface IGraphicFeatureServer2
Returns:
A reference to a com.esri.arcgis.carto.IFeatureServerInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServiceObjectCount2

public int getServiceObjectCount2(java.lang.String gdbVersion,
                                  IGFSTableDescriptions layerOrTableDescriptions,
                                  IGeometry geometry)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
getServiceObjectCount2

Specified by:
getServiceObjectCount2 in interface IGraphicFeatureServer2
Parameters:
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)
Returns:
The numObjects
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

query2

public IServiceData query2(java.lang.String gdbVersion,
                           int layerOrTableID,
                           java.lang.String definitionExpression,
                           IQueryFilter queryFilter,
                           double maximumAllowableOffset,
                           IServiceDataOptions serviceDataOptions)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
query2

Specified by:
query2 in interface IGraphicFeatureServer2
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.carto.IServiceData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryAttachmentData2

public IAttachmentDataArray queryAttachmentData2(java.lang.String gdbVersion,
                                                 int layerOrTableID,
                                                 ILongArray attachmentIDs,
                                                 int transportType)
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
queryAttachmentData2

Specified by:
queryAttachmentData2 in interface IGraphicFeatureServer2
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryAttachmentInfos2

public IAttachmentInfoArray queryAttachmentInfos2(java.lang.String gdbVersion,
                                                  int layerOrTableID,
                                                  ILongArray objectIDs)
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
queryAttachmentInfos2

Specified by:
queryAttachmentInfos2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
objectIDs - A reference to a com.esri.arcgis.system.ILongArray (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IAttachmentInfoArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryFromService2

public IServiceData queryFromService2(java.lang.String gdbVersion,
                                      IGFSTableDescriptions layerOrTableDescriptions,
                                      IGeometry geometry,
                                      ISpatialReference outSR,
                                      ITimeReference outTR,
                                      double maximumAllowableOffset,
                                      IServiceDataOptions serviceDataOptions)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
queryFromService2

Specified by:
queryFromService2 in interface IGraphicFeatureServer2
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.carto.IServiceData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryIDs2

public ILongArray queryIDs2(java.lang.String gdbVersion,
                            int layerOrTableID,
                            java.lang.String definitionExpression,
                            IQueryFilter queryFilter)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
queryIDs2

Specified by:
queryIDs2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
definitionExpression - The definitionExpression (in)
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryHTMLPopups2

public IStringArray queryHTMLPopups2(java.lang.String gdbVersion,
                                     int layerOrTableID,
                                     ILongArray objectIDs)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Returns the html as text that can be used in popups.

Specified by:
queryHTMLPopups2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
objectIDs - A reference to a com.esri.arcgis.system.ILongArray (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryRelatedObjects2

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
Deprecated. 
queryRelatedObjects2

Specified by:
queryRelatedObjects2 in interface IGraphicFeatureServer2
Parameters:
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)
Returns:
A reference to a com.esri.arcgis.carto.IServiceData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update2

public IEditResults update2(java.lang.String gdbVersion,
                            int layerOrTableID,
                            IDataObjects dataObjects,
                            boolean rollbackOnFailure)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Updates dataobjects.

Specified by:
update2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
dataObjects - A reference to a com.esri.arcgis.carto.IDataObjects (in)
rollbackOnFailure - The rollbackOnFailure (in)
Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateAttachments2

public IEditResults updateAttachments2(java.lang.String gdbVersion,
                                       int layerOrTableID,
                                       IAttachmentDataArray attachmentDataArray,
                                       boolean rollbackOnFailure)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Updates Attachments.

Specified by:
updateAttachments2 in interface IGraphicFeatureServer2
Parameters:
gdbVersion - The gdbVersion (in)
layerOrTableID - The layerOrTableID (in)
attachmentDataArray - A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (in)
rollbackOnFailure - The rollbackOnFailure (in)
Returns:
A reference to a com.esri.arcgis.carto.IEditResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.