geoscript.scala icon indicating copy to clipboard operation
geoscript.scala copied to clipboard

serializable

Open iwillig opened this issue 15 years ago • 0 comments

Features, geometries, and feature collections should be serializable as json, kml and gml object.

dwins' suggestion:

import org.geoscript._
import geometry.writer._

val p = geometry.Point(1, 2)
val json = p as JSON // from geometry.writer

iwillig avatar Feb 26 '10 22:02 iwillig