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 classMetadataWriterA connection to a metadata database with write capabilities.Methods in org.apache.sis.metadata.sql that return MetadataSource Modifier and Type Method Description static MetadataSourceMetadataSource. 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 voidMetadataSource. addWarningListener(WarningListener<? super MetadataSource> listener)Deprecated.WarningListenerto be replaced byFilter.voidMetadataSource. removeWarningListener(WarningListener<? super MetadataSource> listener)Deprecated.WarningListenerto 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.
-