|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.GraphicFeatureServer
public class GraphicFeatureServer
The Graphic Feature Server component provides programmatic access to the Graphic Features.
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.system.IRequestHandler |
---|
IID, IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IObjectActivate |
---|
IID, IIDe3b78022_143e_4e61_9099_ed319ec061e7, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IRESTRequestHandler |
---|
IID, IID9d66a418_d54a_48ed_88bd_043a25fa9c83, xxDummy |
Constructor Summary | |
---|---|
GraphicFeatureServer()
Constructs a GraphicFeatureServer using ArcGIS Engine. |
|
GraphicFeatureServer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GraphicFeatureServer theGraphicFeatureServer = (GraphicFeatureServer) obj; |
Method Summary | |
---|---|
void |
activate()
Activates the object. |
IEditResults |
add(int layerOrTableID,
IDataObjects dataObjects)
add |
IEditResults |
add2(String gdbVersion,
int layerOrTableID,
IDataObjects dataObjects,
boolean rollbackOnFailure)
add2 |
IEditResults |
addAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
addAttachments |
IEditResults |
addAttachments2(String gdbVersion,
int layerOrTableID,
IAttachmentDataArray attachmentDataArray,
boolean rollbackOnFailure)
addAttachments2 |
void |
alterReplica(IGPReplica replica)
Alter the definition of a replica. |
ITableEditResults |
applyEdits(ITableEdits tableEdits)
applyEdits |
ITableEditResults |
applyEdits2(String gdbVersion,
ITableEdits tableEdits,
boolean rollbackOnFailure)
applyEdits2 |
void |
connect(IMapServer mapServer)
Initialize GraphicFeatureServer object with MapServer. |
void |
construct(IPropertySet props)
Two phase object construction. |
IGDSData |
createReplica(String replicaName,
IGFSReplicaDescription replicaDescription,
IGPReplicaOptions repOptions,
IGDSExportOptions exportOptions,
int transportType)
Create Replica. |
void |
deactivate()
Deactivates the object. |
void |
delete(int layerOrTableID,
String definitionExpression,
IQueryFilter queryFilter)
delete |
void |
delete2(String gdbVersion,
int layerOrTableID,
String definitionExpression,
boolean rollbackOnFailure,
IQueryFilter queryFilter)
delete2 |
IEditResults |
deleteAttachments(int layerOrTableID,
ILongArray idsOfAttachmentsToDelete)
deleteAttachments |
IEditResults |
deleteAttachments2(String gdbVersion,
int layerOrTableID,
ILongArray idsOfAttachmentsToDelete,
boolean rollbackOnFailure)
deleteAttachments2 |
IEditResults |
deleteByID(int layerOrTableID,
ILongArray idsOfObjectsToDelete)
deleteByID |
IEditResults |
deleteByID2(String gdbVersion,
int layerOrTableID,
ILongArray idsOfObjectsToDelete,
boolean rollbackOnFailure)
deleteByID2 |
boolean |
equals(Object o)
Compare this object with another |
IGDSData |
exportReplicaDataChanges(String replicaName,
IGDSExportOptions options,
int transportType)
Exports data changes for a replica. |
static String |
getClsid()
getClsid. |
int |
getCount(int layerOrTableID,
String definitionExpression,
IQueryFilter queryFilter)
getCount |
int |
getCount2(String gdbVersion,
int layerOrTableID,
String definitionExpression,
IQueryFilter queryFilter)
getCount2 |
IGraphicFeatureLayers |
getLayers(IServerSymbolOutputOptions symbolOutputOptions)
Yields layers. |
IGPReplicas |
getReplicas()
The replicas in the workspace of the mxd document's data source. |
String |
getSchema()
This method returns the resource hierarchy of a REST based SOE. |
IFeatureServerInfo |
getServerInfo()
getServerInfo |
int |
getServiceObjectCount(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry)
getServiceObjectCount |
int |
getServiceObjectCount2(String gdbVersion,
IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry)
getServiceObjectCount2 |
IDataObjectTables |
getTables(IServerSymbolOutputOptions symbolOutputOptions,
boolean ignoreLayers)
Yields tables/layers. |
double |
getZDefaults()
getZDefaults |
byte[] |
handleBinaryRequest(byte[] request)
Handles a binary request. |
byte[] |
handleBinaryRequest2(String capabilities,
byte[] request)
Handles a binary request with explicit capabilities. |
byte[] |
handleRESTRequest(String capabilities,
String resourceName,
String operationName,
String operationInput,
String outputFormat,
String requestProperties,
String[] responseProperties)
Handles REST requests for SOE. |
String |
handleStringRequest(String capabilities,
String request)
Handles a SOAP string request. |
int |
hashCode()
the hashcode for this object |
boolean |
importReplicaDataChanges(int sourceType,
int reconcilePolicy,
IGDSData data)
Import the data changes for a replica. |
void |
init(IServerObjectHelper pSOH)
Initializes and starts the server object specified by the IServerObjectHelper reference. |
void |
initLogging(ILog log)
Initializes an object with a log. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isEnableZDefaults()
isEnableZDefaults |
IServiceData |
query(int layerOrTableID,
String definitionExpression,
IQueryFilter queryFilter,
IServiceDataOptions serviceDataOptions)
query |
IServiceData |
query2(String gdbVersion,
int layerOrTableID,
String definitionExpression,
IQueryFilter queryFilter,
double maximumAllowableOffset,
IServiceDataOptions serviceDataOptions)
query2 |
IAttachmentDataArray |
queryAttachmentData(int layerOrTableID,
ILongArray attachmentIDs,
int transportType)
queryAttachmentData |
IAttachmentDataArray |
queryAttachmentData2(String gdbVersion,
int layerOrTableID,
ILongArray attachmentIDs,
int transportType)
queryAttachmentData2 |
IAttachmentInfoArray |
queryAttachmentInfos(int layerOrTableID,
ILongArray objectIDs)
queryAttachmentInfos |
IAttachmentInfoArray |
queryAttachmentInfos2(String gdbVersion,
int layerOrTableID,
ILongArray objectIDs)
queryAttachmentInfos2 |
IServiceData |
queryFromService(IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry,
ISpatialReference outSR,
ITimeReference outTR,
IServiceDataOptions serviceDataOptions)
queryFromService |
IServiceData |
queryFromService2(String gdbVersion,
IGFSTableDescriptions layerOrTableDescriptions,
IGeometry geometry,
ISpatialReference outSR,
ITimeReference outTR,
double maximumAllowableOffset,
IServiceDataOptions serviceDataOptions)
queryFromService2 |
IStringArray |
queryHTMLPopups(int layerOrTableID,
ILongArray objectIDs)
Returns the html as text that can be used in popups. |
IStringArray |
queryHTMLPopups2(String gdbVersion,
int layerOrTableID,
ILongArray objectIDs)
Returns the html as text that can be used in popups. |
ILongArray |
queryIDs(int layerOrTableID,
String definitionExpression,
IQueryFilter queryFilter)
queryIDs |
ILongArray |
queryIDs2(String gdbVersion,
int layerOrTableID,
String definitionExpression,
IQueryFilter queryFilter)
queryIDs2 |
IServiceData |
queryRelatedObjects(int sourceLayerOrTableID,
ILongArray objectIDsInSource,
int relationshipID,
String targetDefinitionExpression,
String targetTableProps,
boolean groupBySourceOIDs,
ISpatialReference outSR,
ITimeReference outTR,
IServiceDataOptions serviceDataOptions)
queryRelatedObjects |
IServiceData |
queryRelatedObjects2(String gdbVersion,
int sourceLayerOrTableID,
ILongArray objectIDsInSource,
int relationshipID,
String targetDefinitionExpression,
String targetTableProps,
boolean groupBySourceOIDs,
ISpatialReference outSR,
ITimeReference outTR,
double maximumAllowableOffset,
IServiceDataOptions serviceDataOptions)
queryRelatedObjects2 |
void |
setEnableZDefaults(boolean enableZDefaults)
setEnableZDefaults |
void |
setZDefaults(double zDefaults)
setZDefaults |
void |
shutdown()
Stops the server object specified by the IServerObjectHelper reference. |
void |
unregisterReplica(String replicaName)
Unregister the replica. |
IEditResults |
update(int layerOrTableID,
IDataObjects dataObjects)
Updates dataobjects. |
IEditResults |
update2(String gdbVersion,
int layerOrTableID,
IDataObjects dataObjects,
boolean rollbackOnFailure)
Updates dataobjects. |
IEditResults |
updateAttachments(int layerOrTableID,
IAttachmentDataArray attachmentDataArray)
Updates Attachments. |
IEditResults |
updateAttachments2(String gdbVersion,
int layerOrTableID,
IAttachmentDataArray attachmentDataArray,
boolean rollbackOnFailure)
Updates Attachments. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GraphicFeatureServer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GraphicFeatureServer(Object obj) throws IOException
GraphicFeatureServer theGraphicFeatureServer = (GraphicFeatureServer) obj;
obj
to GraphicFeatureServer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void init(IServerObjectHelper pSOH) throws IOException, AutomationException
init
in interface IServerObjectExtension
pSOH
- A reference to a com.esri.arcgis.server.IServerObjectHelper (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shutdown() throws IOException, AutomationException
shutdown
in interface IServerObjectExtension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void construct(IPropertySet props) throws IOException, AutomationException
construct
in interface IObjectConstruct
props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] handleBinaryRequest(byte[] request) throws IOException, AutomationException
handleBinaryRequest
in interface IRequestHandler
request
- An unsigned byte (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String handleStringRequest(String capabilities, String request) throws IOException, AutomationException
handleStringRequest
in interface IRequestHandler
capabilities
- The capabilities (in)request
- The request (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] handleBinaryRequest2(String capabilities, byte[] request) throws IOException, AutomationException
handleBinaryRequest2
in interface IRequestHandler2
capabilities
- The capabilities (in)request
- An unsigned byte (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void activate() throws IOException, AutomationException
activate
in interface IObjectActivate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deactivate() throws IOException, AutomationException
deactivate
in interface IObjectActivate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults add(int layerOrTableID, IDataObjects dataObjects) throws IOException, AutomationException
add
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)dataObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults addAttachments(int layerOrTableID, IAttachmentDataArray attachmentDataArray) throws IOException, AutomationException
addAttachments
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)attachmentDataArray
- A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITableEditResults applyEdits(ITableEdits tableEdits) throws IOException, AutomationException
applyEdits
in interface IGraphicFeatureServer
tableEdits
- A reference to a com.esri.arcgis.carto.ITableEdits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete(int layerOrTableID, String definitionExpression, IQueryFilter queryFilter) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults deleteAttachments(int layerOrTableID, ILongArray idsOfAttachmentsToDelete) throws IOException, AutomationException
deleteAttachments
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)idsOfAttachmentsToDelete
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults deleteByID(int layerOrTableID, ILongArray idsOfObjectsToDelete) throws IOException, AutomationException
deleteByID
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)idsOfObjectsToDelete
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount(int layerOrTableID, String definitionExpression, IQueryFilter queryFilter) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGraphicFeatureLayers getLayers(IServerSymbolOutputOptions symbolOutputOptions) throws IOException, AutomationException
getLayers
in interface IGraphicFeatureServer
symbolOutputOptions
- A reference to a com.esri.arcgis.carto.IServerSymbolOutputOptions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceObjectCount(IGFSTableDescriptions layerOrTableDescriptions, IGeometry geometry) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataObjectTables getTables(IServerSymbolOutputOptions symbolOutputOptions, boolean ignoreLayers) throws IOException, AutomationException
getTables
in interface IGraphicFeatureServer
symbolOutputOptions
- A reference to a com.esri.arcgis.carto.IServerSymbolOutputOptions (in)ignoreLayers
- The ignoreLayers (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData query(int layerOrTableID, String definitionExpression, IQueryFilter queryFilter, IServiceDataOptions serviceDataOptions) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAttachmentDataArray queryAttachmentData(int layerOrTableID, ILongArray attachmentIDs, int transportType) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAttachmentInfoArray queryAttachmentInfos(int layerOrTableID, ILongArray objectIDs) throws IOException, AutomationException
queryAttachmentInfos
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)objectIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
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 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILongArray queryIDs(int layerOrTableID, String definitionExpression, IQueryFilter queryFilter) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray queryHTMLPopups(int layerOrTableID, ILongArray objectIDs) throws IOException, AutomationException
queryHTMLPopups
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)objectIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData queryRelatedObjects(int sourceLayerOrTableID, ILongArray objectIDsInSource, int relationshipID, String targetDefinitionExpression, String targetTableProps, boolean groupBySourceOIDs, ISpatialReference outSR, ITimeReference outTR, IServiceDataOptions serviceDataOptions) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults update(int layerOrTableID, IDataObjects dataObjects) throws IOException, AutomationException
update
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)dataObjects
- A reference to a com.esri.arcgis.carto.IDataObjects (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults updateAttachments(int layerOrTableID, IAttachmentDataArray attachmentDataArray) throws IOException, AutomationException
updateAttachments
in interface IGraphicFeatureServer
layerOrTableID
- The layerOrTableID (in)attachmentDataArray
- A reference to a com.esri.arcgis.geodatabase.IAttachmentDataArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults add2(String gdbVersion, int layerOrTableID, IDataObjects dataObjects, boolean rollbackOnFailure) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults addAttachments2(String gdbVersion, int layerOrTableID, IAttachmentDataArray attachmentDataArray, boolean rollbackOnFailure) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITableEditResults applyEdits2(String gdbVersion, ITableEdits tableEdits, boolean rollbackOnFailure) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete2(String gdbVersion, int layerOrTableID, String definitionExpression, boolean rollbackOnFailure, IQueryFilter queryFilter) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults deleteAttachments2(String gdbVersion, int layerOrTableID, ILongArray idsOfAttachmentsToDelete, boolean rollbackOnFailure) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults deleteByID2(String gdbVersion, int layerOrTableID, ILongArray idsOfObjectsToDelete, boolean rollbackOnFailure) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount2(String gdbVersion, int layerOrTableID, String definitionExpression, IQueryFilter queryFilter) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureServerInfo getServerInfo() throws IOException, AutomationException
getServerInfo
in interface IGraphicFeatureServer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getServiceObjectCount2(String gdbVersion, IGFSTableDescriptions layerOrTableDescriptions, IGeometry geometry) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData query2(String gdbVersion, int layerOrTableID, String definitionExpression, IQueryFilter queryFilter, double maximumAllowableOffset, IServiceDataOptions serviceDataOptions) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAttachmentDataArray queryAttachmentData2(String gdbVersion, int layerOrTableID, ILongArray attachmentIDs, int transportType) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAttachmentInfoArray queryAttachmentInfos2(String gdbVersion, int layerOrTableID, ILongArray objectIDs) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData queryFromService2(String gdbVersion, IGFSTableDescriptions layerOrTableDescriptions, IGeometry geometry, ISpatialReference outSR, ITimeReference outTR, double maximumAllowableOffset, IServiceDataOptions serviceDataOptions) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILongArray queryIDs2(String gdbVersion, int layerOrTableID, String definitionExpression, IQueryFilter queryFilter) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray queryHTMLPopups2(String gdbVersion, int layerOrTableID, ILongArray objectIDs) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IServiceData queryRelatedObjects2(String gdbVersion, int sourceLayerOrTableID, ILongArray objectIDsInSource, int relationshipID, String targetDefinitionExpression, String targetTableProps, boolean groupBySourceOIDs, ISpatialReference outSR, ITimeReference outTR, double maximumAllowableOffset, IServiceDataOptions serviceDataOptions) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults update2(String gdbVersion, int layerOrTableID, IDataObjects dataObjects, boolean rollbackOnFailure) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditResults updateAttachments2(String gdbVersion, int layerOrTableID, IAttachmentDataArray attachmentDataArray, boolean rollbackOnFailure) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connect(IMapServer mapServer) throws IOException, AutomationException
connect
in interface IGraphicFeatureServerInit
mapServer
- A reference to a com.esri.arcgis.carto.IMapServer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnableZDefaults(boolean enableZDefaults) throws IOException, AutomationException
setEnableZDefaults
in interface IGraphicFeatureServerInit
enableZDefaults
- The enableZDefaults (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnableZDefaults() throws IOException, AutomationException
isEnableZDefaults
in interface IGraphicFeatureServerInit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setZDefaults(double zDefaults) throws IOException, AutomationException
setZDefaults
in interface IGraphicFeatureServerInit
zDefaults
- The zDefaults (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getZDefaults() throws IOException, AutomationException
getZDefaults
in interface IGraphicFeatureServerInit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData createReplica(String replicaName, IGFSReplicaDescription replicaDescription, IGPReplicaOptions repOptions, IGDSExportOptions exportOptions, int transportType) throws IOException, AutomationException
createReplica
in interface IGraphicFeatureServerReplication
replicaName
- The replicaName (in)replicaDescription
- A reference to a com.esri.arcgis.carto.IGFSReplicaDescription (in)repOptions
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaOptions (in)exportOptions
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPReplicas getReplicas() throws IOException, AutomationException
getReplicas
in interface IGraphicFeatureServerReplication
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unregisterReplica(String replicaName) throws IOException, AutomationException
unregisterReplica
in interface IGraphicFeatureServerReplication
replicaName
- The replicaName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData exportReplicaDataChanges(String replicaName, IGDSExportOptions options, int transportType) throws IOException, AutomationException
exportReplicaDataChanges
in interface IGraphicFeatureServerReplication
replicaName
- The replicaName (in)options
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean importReplicaDataChanges(int sourceType, int reconcilePolicy, IGDSData data) throws IOException, AutomationException
importReplicaDataChanges
in interface IGraphicFeatureServerReplication
sourceType
- A com.esri.arcgis.geodatabasedistributed.esriGDSReplicaImportSource constant (in)reconcilePolicy
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)data
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alterReplica(IGPReplica replica) throws IOException, AutomationException
alterReplica
in interface IGraphicFeatureServerReplication
replica
- A reference to a com.esri.arcgis.geodatabase.IGPReplica (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initLogging(ILog log) throws IOException, AutomationException
initLogging
in interface ILogSupport
log
- A reference to a com.esri.arcgis.system.ILog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public byte[] handleRESTRequest(String capabilities, String resourceName, String operationName, String operationInput, String outputFormat, String requestProperties, String[] responseProperties) throws IOException, AutomationException
This method is invoked by ArcGIS Server's REST handler, which intercepts client's request (in URL form), parses it and passes it on to this method in form of parameter values.
The REST SOE developer must add logic to use these parameter values to determine which resource/operation is being requested and accordingly handle these requests and generate responses in the output format indicated by the "outputFormat" parameter. For more information on developing REST SOEs, please consult the Java ArcObjects Developer Guide.
Developer doc: Developing extensions > Server Object Extensions > SOE Web Services > REST Web Services > Developing SOE REST Web Services
Samples: Samples > Server Object Extensions section
handleRESTRequest
in interface IRESTRequestHandler
capabilities
- The capabilities supported by the SOE. An admin can choose which
capabilities are enabled on a particular SOE (in ArcGIS Manager or ArcCatalog), based on certain criteria such as security roles.
This list of allowed capabilities is then sent to this method, at runtime, as a comma separated list. (in)resourceName
- Name of the resource being addressed. If empty, its assumed
that root resource is being addressed. (in)operationName
- Name of the operation being invoked. If empty, description of
resource is returned. (in)operationInput
- Input parameters, in form of comma separated list, to the operation specified by operationName parameter. (in)outputFormat
- OutputFormat of operation. Possible formats are JSON, HTML, AMF, etc. (in)requestProperties
- The requestProperties (in)responseProperties
- The responseProperties (out)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSchema() throws IOException, AutomationException
For an SOE that has a root resource (called "root") with one operation ("operation0"), and 2 sub-resources with one operation each ("operation1" and "operation2" respectively), the schema would look like:
{
"name": "MyRESTSOE",
"description": "My REST SOE with 3 resources and 1 operation each.",
"isCollection": false,
"operations": [
{
"name": "operation0",
"parameters": ["param01"],
"supportedOutputFormats": ["json"]
}
],
"resources": [
{
"name": "subresource1",
"description": "Sub Resource 1",
"isCollection": true,
"operations": [
{
"name": "operation1",
"parameters": ["param10", "param11"],
"supportedOutputFormats": ["json"]
}
]
},
{
"name": "subresource2",
"description": "Sub Resource 2",
"isCollection": true,
"operations": [
{
"name": "operation2",
"parameters": ["param20", "param21"],
"supportedOutputFormats": ["json"]
}
]
}
]
}
getSchema
in interface IRESTRequestHandler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 |