FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<schematicdiagramtemplate-url>/loadDiagram |
Parent Resource | Schematic Diagram Template |
---|
The loadDiagram operation is performed on a schematic diagram template resource. The result of this operation is a Schematic Diagram Content Object.
It is used to load a schematic diagram in memory.
You can provide arguments to the loadDiagram operation as query parameters defined in the parameters table below.
Parameter | Details |
---|---|
f | Description: The
response format. The default response format is html. Values: html | json |
name |
Required Description: The diagram name. Syntax: name=<diagramName> Example: name=ESTANCIA |
Example 1: loadDiagram operation on the GWC_CorinthNorth diagram based on the WithCounty diagram template (id=3) under the S1_Schematics sample Schematics service
http://servicesbeta6.esri.com/arcgis/rest/services/S1_Schematics/MapServer/exts/SchematicsServer/templates/3/loadDiagram?name=GWC_CorinthNorth&f=pjson
Example 2: loadDiagram operation on the ARACAIU diagram based on the InsideGasPlants diagram template (id=0) under the S2_InternalPlants sample Schematics service
http://servicesbeta6.esri.com/arcgis/rest/services/S2_InternalPlants/MapServer/exts/SchematicsServer/templates/0/loadDiagram?name=ARACAIU&f=pjson