Uses of Class
org.apache.sis.metadata.sql.MetadataSource
-
Packages that use MetadataSource Package Description org.apache.sis.metadata.sql An implementation of Metadata interfaces fetching the data from an SQL database. -
-
Uses of MetadataSource in org.apache.sis.metadata.sql
Subclasses of MetadataSource in org.apache.sis.metadata.sql Modifier and Type Class Description class
MetadataWriter
A connection to a metadata database with write capabilities.Methods in org.apache.sis.metadata.sql that return MetadataSource Modifier and Type Method Description static MetadataSource
MetadataSource. getProvided()
Returns the metadata source connected to the"jdbc/SpatialMetadata"
database.Method parameters in org.apache.sis.metadata.sql with type arguments of type MetadataSource Modifier and Type Method Description void
MetadataSource. addWarningListener(WarningListener<? super MetadataSource> listener)
Deprecated.WarningListener
to be replaced byFilter
.void
MetadataSource. removeWarningListener(WarningListener<? super MetadataSource> listener)
Deprecated.WarningListener
to be replaced byFilter
.Constructors in org.apache.sis.metadata.sql with parameters of type MetadataSource Constructor Description MetadataSource(MetadataSource source)
Creates a new metadata source with the same configuration than the given source.
-