
geotrellis.vector.io.json.GeoJsonSupport.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geotrellis-vector_2.11 Show documentation
Show all versions of geotrellis-vector_2.11 Show documentation
GeoTrellis is an open source geographic data processing engine for high performance applications.
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