"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?
Solved! Go to Solution.
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.
@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
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.
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.
@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
Thanks @LaurenBoyd for the great help.