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