Packages

object COGLayerWriter extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. COGLayerWriter
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Options(maxTileSize: Int = DefaultMaxTileSize, resampleMethod: ResampleMethod = NearestNeighbor, compression: Compression = NoCompression) extends Product with Serializable

Value Members

  1. def apply(uri: String): COGLayerWriter
  2. def apply(attributeStoreUri: String, layerWriterUri: String): COGLayerWriter
  3. def apply(attributeStore: AttributeStore, layerWriterUri: String): COGLayerWriter
  4. def apply(uri: URI): COGLayerWriter

    Produce COGLayerWriter instance based on URI description.

    Produce COGLayerWriter instance based on URI description. Find instances of COGLayerWriterProvider through Java SPI. Required AttributeStoreProvider instance will be found from the same URI.

  5. def apply(attributeStoreUri: URI, layerWriterUri: URI): COGLayerWriter

    Produce COGLayerWriter instance based on URI description.

    Produce COGLayerWriter instance based on URI description. Find instances of COGLayerWriterProvider through Java SPI.

  6. def apply(attributeStore: AttributeStore, layerWriterUri: URI): COGLayerWriter

    Produce COGLayerWriter instance based on URI description.

    Produce COGLayerWriter instance based on URI description. Find instances of COGLayerWriterProvider through Java SPI.

  7. object Options extends Serializable