can a Query Task be limited to just returning a count?
I'm trying to figure out how many records will be returned by a geometry query. I don't want the geometry or any attributes returned, just the count of features that intersect my input geometry. Is there a way of doing this?
Thanks,
Chris
0
-
The Query Task will always return a FeatureSet, but you can just use the count in future activities by using this syntax : featureSet.features.count
-Victoria
0
Please sign in to leave a comment.
Comments
1 comment