Raster ICS (image coordinate system)

URL:
https://<rastercatalogitem-url>/info/ics
Methods:
GET
Required Capability:
Catalog
Version Introduced:
10.3

Description

The raster ics resource returns the image coordinate system (ICS) of the associated raster in an image service. The returned ICS can be used as the SR parameter, such as inSR, outSR, imageSR, bboxSR, in image service operations or as the spatialReference property of a geometry object in image service operations.

Request parameters

ParameterDetails

f

The response format. The default response format is html .

Values: html | json

Example usage

Example: Return the ICS of an image on a mosaic dataset:

https://gisserver.domain.com/arcgis/rest/services/MyImageService/ImageServer/64/info/ics?f=json

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
  "ics":{<ics>}
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
    "ics": {
        "name": "AMD_MAMD_CAT\\Raster.OBJECTID = 9",
        "alias": "",
        "abbreviation": "",
        "remarks": "",
        "geodataXform": {
            "xf_0": {
                "polynomialOrder": 1,
                "spatialReference": {
                    "wkid": null
                },
                "coeffX": [
                    9623.012693429835,
                    -0.9999999999964793,
                    -0.0000026535897933527304
                ],
                "coeffY": [
                    9566.987232235868,
                    0.0000026535897933527304,
                    -0.9999999999964793
                ],
                "inverseCoeffX": [
                    9623.012693429835,
                    -0.9999999999964793,
                    -0.0000026535897933527304
                ],
                "inverseCoeffY": [
                    9566.987232235868,
                    0.0000026535897933527304,
                    -0.9999999999964793
                ],
                "name": "",
                "type": "PolynomialXform"
            },
            "xf_1": {
                "spatialReference": {
                    "wkid": null
                },
                "coefficients": [
                    1,
                    0,
                    0,
                    0,
                    1,
                    -9567
                ],
                "cellsizeRatio": 0,
                "type": "GeometricXform"
            },
            "xf_2": {
                "spatialReference": {
                    "wkid": 54004,
                    "latestWkid": 54004
                },
                "constantZ": 355.956,
                "ZFactor": 1,
                "ZOffset": 0,
                "correctGeoid": false,
                "requireDEM": false,
                "interiorOrientation": {
                    "polynomialOrder": 1,
                    "spatialReference": {
                        "wkid": null
                    },
                    "coeffX": [
                        -122009.1743773452,
                        25.00342950222755,
                        -0.0022927308709069037
                    ],
                    "coeffY": [
                        120345.98809819827,
                        0.004618452740478162,
                        24.9975640326764
                    ],
                    "inverseCoeffX": [
                        4879.256039082114,
                        0.0399945128715,
                        0.0000036682236000000004
                    ],
                    "inverseCoeffY": [
                        -4815.210096242967,
                        -0.0000073892307,
                        0.0400038972498
                    ],
                    "name": "",
                    "type": "PolynomialXform"
                },
                "konrady": true,
                "konradyParameters": [
                    -0.000012603314589834097,
                    1.6224555868275652e-15,
                    -3.6421117033555566e-26,
                    0,
                    0
                ],
                "konradyType": "esriRasterKonradyESRI",
                "curvatureAndRefraction": true,
                "earthRadius": 6378137,
                "averageZ": 355.956,
                "principalPoint": {
                    "x": -7,
                    "y": -9
                },
                "focalLength": 153643,
                "polarity": -1,
                "sensorPosition": {
                    "x": 4490522.42482,
                    "y": 5479087.21653,
                    "z": 1124.11318
                },
                "exteriorOrientation": [
                    -0.02457152019,
                    -0.999287714912,
                    0.028640936125,
                    0.999696909733,
                    -0.024517669223,
                    0.002229925319,
                    -0.001526127978,
                    0.028687047991,
                    0.999587276935
                ],
                "clockwise": true,
                "type": "FrameXform"
            },
            "requireDEM": false,
            "type": "CompositeXform"
        },
        "extent": {
            "xmin": 4489902.49613457,
            "ymin": 5478442.107347395,
            "xmax": 4491127.765586247,
            "ymax": 5479675.116981766
        },
        "nativeExtent": {
            "xmin": -0.5,
            "ymin": -0.5,
            "xmax": 9623.5,
            "ymax": 9567.5
        },
        "dx": 1,
        "dy": 1,
        "type": "ImageCoordinateSystem"
    }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.