Package

geotrellis.engine

json

Permalink

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

  3. trait Rec[T] extends AnyRef

    Permalink

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

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

    Rec[T] is expected to implement a create method which builds an instance of T. Records are also required to have a name (which will be used when building maps out of lists.

    Annotations
    @deprecated
    Deprecated

    (Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

Deprecated Value Members

  1. object CatalogParser

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

  2. object RasterLayerParser

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

Ungrouped