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