Hide Features in Feature Layers, Return Selected Count Only

3710
3
Jump to solution
10-19-2015 08:04 AM
KDeVogelaere
Occasional Contributor

Is it possible to query and select hidden point features from a Map using the ArcGIS JS API?

A little background: For security reasons I do not want these point features to display on the map, nor do I want the user to "accidentally" make them visible by changing the CSS properties. The number of point features in a selected area on the Map should be the only thing returned from the query.  Any thoughts on where to begin?

ArcGIS API for JavaScript  GIS  Web GIS

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

K,

   Sure you can query features that do not appear on the map using a simple QueryTask.

QueryTask | API Reference | ArcGIS API for JavaScript

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

K,

   Sure you can query features that do not appear on the map using a simple QueryTask.

QueryTask | API Reference | ArcGIS API for JavaScript

TimWitt2
MVP Alum
KDeVogelaere
Occasional Contributor

Great!  I am familiar with QueryTask thank you for confirming this is possible.

Best Regards,

KD

0 Kudos