Select to view content in your preferred language

Query'ing Multipatch in REST (10.1)

1046
2
01-07-2013 02:42 AM
LechKar_owicz
Deactivated User
Hello,
my colleague asked me to help him in resolving his trouble with querying multipatch feature class through REST service. I tried to search the documentation but found nothing, so I ask here. When querying such a service we keep getting "Invalid or missing input parameters." message. We've got 'Return Z' enabled. Query definition we use is as simple as 'OBJECTID = 1'. I noticed that we get results when we disable 'Return Geometry', but the geometry is something important for us. Is it possible to query multipatch for geometry through REST at all?
Thanks in advance for replies.
Lech
0 Kudos
2 Replies
nicogis
MVP Alum
via rest is managed esriGeometryPoint, esriGeometryMultipoint, esriGeometryPolyline and esriGeometryPolygon.
see: http://resources.arcgis.com/en/help/rest/apiref/geometry.html
0 Kudos
LechKar_owicz
Deactivated User
via rest is managed esriGeometryPoint, esriGeometryMultipoint, esriGeometryPolyline and esriGeometryPolygon.
see: http://resources.arcgis.com/en/help/rest/apiref/geometry.html


Simply put: it's not possible to query multipatch geometry through REST, right?
Thanks for clearing that up.
Best wishes,
Lech
0 Kudos