- URL:
- https://<root>/<serviceName>/TopographicProductionServer
- Methods:
GET
- Operations:
- Add Product, Calculate Extent, Generate Product, Remove Product, Update Product
- Child Resources:
- Products, Jobs
- Required Capability:
- Requires an ArcGIS GIS Server Advanced license and a Production Mapping or Defense Mapping server extension license
- Version Introduced:
- 10.9
Description
The Topographic Production Service resource represents a topographic production server object extension (SOE). It is the entry point for all functionality related to creating topographic products in ArcGIS Server. This resource provides information about the service and enables the topographic production server capabilities on a map service. You can also view child resources and operations defined by the SOE.
The following operations are supported in the SOE:
add
—Adds a definition of a map product to the service that can be used to generate a map.Product calculate
—Calculates a custom area of interest (AOI) for a given product and version.Extent delete
—Deletes jobs that have been run or were canceled so that they no longer appear in queries or occupy server space.generate
—Automates the process of producing a layout or map based on an existing map product definition.Product remove
—Removes a map product from the Topographic Production Service.Product update
—Updates the properties of an existing map product.Product products
—Gets the map products that the Topographic Production Service supports.product
—Gets a single map product from the products that the Topographic Production Service supports.
jobs
cancel
—Cancels a job submitted through thegenerate
REST operation.Product job
—Tracks the status of a job run by thegenerate
REST operation. Returns the status, start date, last modified date, and messages for the job.Product query
—Tracks the status of jobs run by thegenerate
REST operation. Returns the status, start date, last modified date, and messages for a set of jobs.Product
Request parameters
Parameter | Details |
---|---|
(Optional) | Parameter to specify the response format. The default response format is Values: |
JSON Response syntax
The following is the syntax of a response:
{"name":"<name>","type":"<type>"}
JSON Response example
The following is an example of a response:
{"name":"Topographic Production Server","type":"Map Server Extension"}