Package

geotrellis.gdal

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. case class GDALCacheConfig(maximumSize: Option[Long] = None, enableDefaultRemovalListener: Boolean = true, valuesType: ValueType = Weak, enabled: Boolean = true, withShutdownHook: Boolean = true) extends LazyLogging with Product with Serializable

    Permalink
  2. case class GDALOptionsConfig(maxDatasetPoolSize: Int = 1, vrtSharedSource: Boolean = false, cplDebug: String = "OFF", useExceptions: Boolean = true) extends Product with Serializable

    Permalink
  3. trait PureConfigSettings extends AnyRef

    Permalink
  4. sealed trait ValueType extends AnyRef

    Permalink

Value Members

  1. object GDALCacheConfig extends PureConfigSettings with Serializable

    Permalink
  2. object GDALOptionsConfig extends PureConfigSettings with Serializable

    Permalink
  3. object Hard extends ValueType with Product with Serializable

    Permalink
  4. object Soft extends ValueType with Product with Serializable

    Permalink
  5. object ValueType extends PureConfigSettings

    Permalink
  6. object Weak extends ValueType with Product with Serializable

    Permalink

Ungrouped