draw on globe? select with screen box instead of point?

3141
5
Jump to solution
12-10-2015 04:23 PM
MikeGraham
New Contributor II

are there samples for drawing on the globe?  or for selecting with screen box instead of point?

great stuff

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
MiriamBrockmann
Occasional Contributor

Hi Mike!

I think this isn't the latest Sample, but it sounds like this is what you search.

Maybe this gibes you a hint on what to do.

Select graphic points within an extent | ArcGIS API for JavaScript

and this one could become helpful too

ArcGIS Javascript API: Feature selection using graphics

Regards

View solution in original post

5 Replies
MiriamBrockmann
Occasional Contributor

What exactly do you  mean with "drawing on the globe"? What do you mean/want exactly?

And your second Question means you are searching for an oportunity to select

Items with a buffer?

Regards

MikeGraham
New Contributor II

thanks for the response.  i have a sample here: TypeScript HTML App showing the globe with earth quake data.

repo is here: cmichaelgraham/skel-nav-esri4-vs-ts · GitHub

i'd now like to be able to select the earth quake data by drawing a polygon or dragging a box.  i then want to display the resulting object in a grid (i think i can figure that part out if i can get some guidance on how to identify the selection region on the globe and then how to query the scene for the objects within the selection region.

0 Kudos
MiriamBrockmann
Occasional Contributor

Hi Mike!

I think this isn't the latest Sample, but it sounds like this is what you search.

Maybe this gibes you a hint on what to do.

Select graphic points within an extent | ArcGIS API for JavaScript

and this one could become helpful too

ArcGIS Javascript API: Feature selection using graphics

Regards

MikeGraham
New Contributor II

thanks !! :smile:

MiriamBrockmann
Occasional Contributor

You're welcome

0 Kudos