object COGLayerReader extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COGLayerReader
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(uri: String)(implicit sc: SparkContext): COGLayerReader[LayerId]
- def apply(attributeStoreUri: String, layerReaderUri: String)(implicit sc: SparkContext): COGLayerReader[LayerId]
- def apply(attributeStore: AttributeStore, layerReaderUri: String)(implicit sc: SparkContext): COGLayerReader[LayerId]
-
def
apply(uri: URI)(implicit sc: SparkContext): COGLayerReader[LayerId]
Produce COGLayerReader instance based on URI description.
Produce COGLayerReader instance based on URI description. Find instances of COGLayerReaderProvider through Java SPI. Required AttributeStoreProvider instance will be found from the same URI.
-
def
apply(attributeStoreUri: URI, layerReaderUri: URI)(implicit sc: SparkContext): COGLayerReader[LayerId]
Produce COGLayerReader instance based on URI description.
Produce COGLayerReader instance based on URI description. Find instances of COGLayerReaderProvider through Java SPI.
-
def
apply(attributeStore: AttributeStore, layerReaderUri: URI)(implicit sc: SparkContext): COGLayerReader[LayerId]
Produce COGLayerReader instance based on URI description.
Produce COGLayerReader instance based on URI description. Find instances of COGLayerReaderProvider through Java SPI.