简体   繁体   中英

How to find corners in ArcGis maps?

I have an ArcGis map ploted in a browser and a lot of graphic pins printed above it. Those pins should be loaded lazily for performance purposes.

So I imagine if I could calculate the Lat and Lon of my corners I could simply make a query to bring me the pins inside the range.

Are you using ArcGis Javascript API? If so, you can use the FeatureLayer with ONDEMAND mode to get the functionality you have described.

If you dont have the "pins" as a service, I would suggest you to setup a FeatureService. otherwise, take a look at the FeatureCollection object.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM