Select to view content in your preferred language

How I can own a host/server to use esri/rest/geometryService

824
4
Jump to solution
03-21-2022 02:37 AM
MohammedHossam1
New Contributor II

"Esri hosts a geometry service on sampleserver6.arcgisonline.com to support samples published in the Resource Center. However, we do not guarantee that the service will be available 24/7."

https://<host>/<context>/rest/services/

How I can own a host/server to guarantee that it will do well all the time, instead of using the sampleServer; to use the rest geometry service?

 

0 Kudos
2 Solutions

Accepted Solutions
LaurenBoyd
Esri Contributor

Hi @MohammedHossam1 -

You would need to have access to your own hosted ArcGIS Server site to utilize your own geometry service. More information on this can be found here: https://enterprise.arcgis.com/en/server/latest/publish-services/windows/about-the-geometry-service.h...

If you're using the geometry services with your ArcGIS API for JavaScript applications, you may be able to use the client side GeometryEngine. Many of the functions utilized with geometry services are available for use client-side with the GeometryEngine.

Lauren

View solution in original post

LaurenBoyd
Esri Contributor

@MohammedHossam1 - you can take a look at this page for more details but you're going to want to contact your sales representative to discuss purchasing: https://www.esri.com/en-us/arcgis/products/arcgis-enterprise/pricing

Lauren

View solution in original post

0 Kudos
4 Replies
LaurenBoyd
Esri Contributor

Hi @MohammedHossam1 -

You would need to have access to your own hosted ArcGIS Server site to utilize your own geometry service. More information on this can be found here: https://enterprise.arcgis.com/en/server/latest/publish-services/windows/about-the-geometry-service.h...

If you're using the geometry services with your ArcGIS API for JavaScript applications, you may be able to use the client side GeometryEngine. Many of the functions utilized with geometry services are available for use client-side with the GeometryEngine.

Lauren
MohammedHossam1
New Contributor II

Thanks, @LaurenBoydfor the help.
Do you know any information about buying a hosted ArcGIS Server site, like where or what I should buy exactly?

unfortunately, the geometry services on the client-side only do relations for one-to-one and what I need is relations between many geometries at the same time.


0 Kudos
LaurenBoyd
Esri Contributor

@MohammedHossam1 - you can take a look at this page for more details but you're going to want to contact your sales representative to discuss purchasing: https://www.esri.com/en-us/arcgis/products/arcgis-enterprise/pricing

Lauren
0 Kudos
MohammedHossam1
New Contributor II

Thanks @LaurenBoyd  for the great help.