Esri Terraformer
A geographic toolkit for dealing with geometry, geography, formats
A geographic toolkit for dealing with geometry, geography, formats, and building geo databases. Terraformer Primitives are JavaScript objects that map directly to their GeoJSON counterparts. Converting a GeoJSON object into a Terraformer Primitive will allow you to use conventional methods like point. within(polygon). Every Primitive inherits from the Terraformer.Primitive base class, thus all other Primitives share the Terraformer.Primitive methods. There is a Primitive for every type...