I'm new to ArcGIS. is there an code-only alternative to using the REST Geometry service to perform operations on geometry, e.g. projection, determine an envelope or must I use the geometry service. This is not a mapping app but will run on a Java servlet engine. Need to project multipolygons and polygons (in ESRI JSON format) from SR NAD83 4269 to WGS84 3857 and determine envelope for same.
Thanks for the help.