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