class FileCollectionLayerProvider extends AttributeStoreProvider with ValueReaderProvider with CollectionLayerReaderProvider
Provides FileLayerReader instance for URI with file
scheme.
The uri represents local path to catalog root.
ex: file:/tmp/catalog
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileCollectionLayerProvider
- CollectionLayerReaderProvider
- ValueReaderProvider
- AttributeStoreProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FileCollectionLayerProvider()
Value Members
-
def
attributeStore(uri: URI): AttributeStore
- Definition Classes
- FileCollectionLayerProvider → AttributeStoreProvider
-
def
canProcess(uri: URI): Boolean
- Definition Classes
- FileCollectionLayerProvider → CollectionLayerReaderProvider → ValueReaderProvider → AttributeStoreProvider
-
def
collectionLayerReader(uri: URI, store: AttributeStore): CollectionLayerReader[LayerId]
- Definition Classes
- FileCollectionLayerProvider → CollectionLayerReaderProvider
-
def
valueReader(uri: URI, store: AttributeStore): ValueReader[LayerId]
- Definition Classes
- FileCollectionLayerProvider → ValueReaderProvider