Uses of Class
org.apache.sis.metadata.sql.MetadataSource
Packages that use MetadataSource
Package
Description
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.sqlModifier and TypeClassDescriptionclass
A connection to a metadata database with write capabilities.Methods in org.apache.sis.metadata.sql that return MetadataSourceModifier and TypeMethodDescriptionstatic MetadataSource
MetadataSource.getProvided()
Returns the metadata source connected to the"jdbc/SpatialMetadata"
database.Constructors in org.apache.sis.metadata.sql with parameters of type MetadataSourceModifierConstructorDescriptionMetadataSource
(MetadataSource source) Creates a new metadata source with the same configuration than the given source.