|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGraphicFeatureServer
COM Interface 'IGraphicFeatureServer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3df5bcfd_5945_4dd6_bdd1_5c3357b8209c
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IEditResults |
add(int layerOrTableID,
IDataObjects dataObjects)
add |
IEditResults |
addAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
addAttachments |
ITableEditResults |
applyEdits(ITableEdits tableEdits)
applyEdits |
void |
delete(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
delete |
IEditResults |
deleteAttachments(int layerOrTableID,
ILongArray idsOfAttachmentsToDelete)
deleteAttachments |
IEditResults |
deleteByID(int layerOrTableID,
ILongArray idsOfObjectsToDelete)
deleteByID |
int |
getCount(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
getCount |
IGraphicFeatureLayers |
getLayers(IServerSymbolOutputOptions symbolOutputOptions)
Yields layers. |
int |
getServiceObjectCount(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry)
getServiceObjectCount |
IDataObjectTables |
getTables(IServerSymbolOutputOptions symbolOutputOptions,
boolean ignoreLayers)
Yields tables/layers. |
IServiceData |
query(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter,
IServiceDataOptions serviceDataOptions)
query |
IAttachmentDataArray |
queryAttachmentData(int layerOrTableID,
ILongArray attachmentIDs,
int transportType)
queryAttachmentData |
IAttachmentInfoArray |
queryAttachmentInfos(int layerOrTableID,
ILongArray objectIDs)
queryAttachmentInfos |
IServiceData |
queryFromService(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry,
ISpatialReference outSR,
ITimeReference outTR,
IServiceDataOptions serviceDataOptions)
queryFromService |
IStringArray |
queryHTMLPopups(int layerOrTableID,
ILongArray objectIDs)
Returns the html as text that can be used in popups. |
ILongArray |
queryIDs(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
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)
queryRelatedObjects |
IEditResults |
update(int layerOrTableID,
IDataObjects dataObjects)
Updates dataobjects. |
IEditResults |
updateAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
Updates Attachments. |
| Field Detail |
|---|
static final int IID3df5bcfd_5945_4dd6_bdd1_5c3357b8209c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IEditResults add(int layerOrTableID,
IDataObjects dataObjects)
throws java.io.IOException,
AutomationException
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.
IEditResults addAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
throws java.io.IOException,
AutomationException
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.
ITableEditResults applyEdits(ITableEdits tableEdits)
throws java.io.IOException,
AutomationException
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.
void delete(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
throws java.io.IOException,
AutomationException
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.
IEditResults deleteAttachments(int layerOrTableID,
ILongArray idsOfAttachmentsToDelete)
throws java.io.IOException,
AutomationException
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.
IEditResults deleteByID(int layerOrTableID,
ILongArray idsOfObjectsToDelete)
throws java.io.IOException,
AutomationException
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.
int getCount(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
throws java.io.IOException,
AutomationException
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.
IGraphicFeatureLayers getLayers(IServerSymbolOutputOptions symbolOutputOptions)
throws java.io.IOException,
AutomationException
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.
int getServiceObjectCount(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry)
throws java.io.IOException,
AutomationException
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.
IDataObjectTables getTables(IServerSymbolOutputOptions symbolOutputOptions,
boolean ignoreLayers)
throws java.io.IOException,
AutomationException
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.
IServiceData query(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter,
IServiceDataOptions serviceDataOptions)
throws java.io.IOException,
AutomationException
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.
IAttachmentDataArray queryAttachmentData(int layerOrTableID,
ILongArray attachmentIDs,
int transportType)
throws java.io.IOException,
AutomationException
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.
IAttachmentInfoArray queryAttachmentInfos(int layerOrTableID,
ILongArray objectIDs)
throws java.io.IOException,
AutomationException
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.
IServiceData queryFromService(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry,
ISpatialReference outSR,
ITimeReference outTR,
IServiceDataOptions serviceDataOptions)
throws java.io.IOException,
AutomationException
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.
ILongArray queryIDs(int layerOrTableID,
java.lang.String definitionExpression,
IQueryFilter queryFilter)
throws java.io.IOException,
AutomationException
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.
IStringArray queryHTMLPopups(int layerOrTableID,
ILongArray objectIDs)
throws java.io.IOException,
AutomationException
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.
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
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.
IEditResults update(int layerOrTableID,
IDataObjects dataObjects)
throws java.io.IOException,
AutomationException
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.
IEditResults updateAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
throws java.io.IOException,
AutomationException
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 | ||||||||