I currently have a total count like this:
query?f=json&9999=9999&returnCountOnly=true
But is it possible to count the features with or without geometry? One or the other as I have the total count.
Solved! Go to Solution.
Yes! There should be an internal field named "SHAPE_Area" or similar. Just set the where clause to "SHAPE_Area is null / not null".
Here's an example from on of our layers:
Which returns
{"count":9}
Yes! There should be an internal field named "SHAPE_Area" or similar. Just set the where clause to "SHAPE_Area is null / not null".
Here's an example from on of our layers:
Which returns
{"count":9}