geotrellis.process

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. case class CatalogRec(catalog: String, stores: List[DataStoreRec]) extends Rec[Catalog] with Product with Serializable

  2. case class DataStoreRec(store: String, params: Map[String, String], catalogPath: String) extends Rec[DataStore] with Product with Serializable

  3. trait Rec[T] extends AnyRef

    Records are the raw scala/json objects, rather than the objects we actually want to pass to the constructors.

Value Members

  1. object CatalogParser

  2. object RasterLayerParser

Ungrouped