object COGLayerWriter extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGLayerWriter
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Options(maxTileSize: Int = DefaultMaxTileSize, resampleMethod: ResampleMethod = NearestNeighbor, compression: Compression = NoCompression) extends Product with Serializable
Value Members
- def apply(uri: String): COGLayerWriter
- def apply(attributeStoreUri: String, layerWriterUri: String): COGLayerWriter
- def apply(attributeStore: AttributeStore, layerWriterUri: String): COGLayerWriter
-
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.
-
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.
-
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.
- object Options extends Serializable