All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geotrellis.vector.io.json.GeoJsonSupport.scala Maven / Gradle / Ivy

Go to download

GeoTrellis is an open source geographic data processing engine for high performance applications.

There is a newer version: 0.10.3
Show newest version
package geotrellis.vector.io.json

import spray.json._

/** A trait providing automatic to and from JSON marshalling/unmarshalling using spray-json implicits.
  * @note parameter for writing json and will attempt to attach it to
  *       Feature/Geometry json representations.
  */
trait GeoJsonSupport extends GeometryFormats with FeatureFormats with CrsFormats

object GeoJsonSupport extends GeoJsonSupport




© 2015 - 2025 Weber Informatics LLC | Privacy Policy