Package | Description |
---|---|
org.apache.sis.metadata.sql |
An implementation of Metadata interfaces
fetching the data from an SQL database.
|
Modifier and Type | Class and Description |
---|---|
class |
MetadataWriter
A connection to a metadata database with write capabilities.
|
Modifier and Type | Method and Description |
---|---|
static MetadataSource |
MetadataSource.getProvided()
Returns the metadata source connected to the
"jdbc/SpatialMetadata" database. |
Modifier and Type | Method and Description |
---|---|
void |
MetadataSource.addWarningListener(WarningListener<? super MetadataSource> listener)
Adds a listener to be notified when a warning occurred while reading from or writing metadata.
|
void |
MetadataSource.removeWarningListener(WarningListener<? super MetadataSource> listener)
Removes a previously registered listener.
|
Constructor and Description |
---|
MetadataSource(MetadataSource source)
Creates a new metadata source with the same configuration than the given source.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.