Uses of Class
org.apache.sis.metadata.MetadataStandard
Packages that use MetadataStandard
Package
Description
Root package for various metadata implementations.
Root package for ISO 19115 metadata about resources (data or services).
An implementation of Metadata interfaces
fetching the data from an SQL database.
-
Uses of MetadataStandard in org.apache.sis.metadata
Fields in org.apache.sis.metadata declared as MetadataStandardModifier and TypeFieldDescriptionstatic final MetadataStandard
MetadataStandard.ISO_19111
An instance working on ISO 19111 standard as defined by GeoAPI interfaces in theorg.opengis.referencing
package and sub-packages.static final MetadataStandard
MetadataStandard.ISO_19115
An instance working on ISO 19115 standard as defined by GeoAPI interfaces in theorg.opengis.metadata
package and sub-packages.static final MetadataStandard
MetadataStandard.ISO_19123
An instance working on ISO 19123 standard as defined by GeoAPI interfaces in theorg.opengis.coverage
package and sub-packages.Methods in org.apache.sis.metadata that return MetadataStandardModifier and TypeMethodDescriptionstatic MetadataStandard
Returns the metadata standard for the given class.abstract MetadataStandard
AbstractMetadata.getStandard()
Returns the metadata standard implemented by subclasses.Methods in org.apache.sis.metadata with parameters of type MetadataStandardModifier and TypeMethodDescriptionstatic MetadataCopier
MetadataCopier.forModifiable
(MetadataStandard standard) Creates a new metadata copier which avoid copying unmodifiable metadata.Constructors in org.apache.sis.metadata with parameters of type MetadataStandardModifierConstructorDescriptionMetadataCopier
(MetadataStandard standard) Creates a new metadata copier.MetadataStandard
(Citation citation, Package interfacePackage, MetadataStandard... dependencies) Creates a new instance working on implementation of interfaces defined in the specified package. -
Uses of MetadataStandard in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return MetadataStandardModifier and TypeMethodDescriptionISOMetadata.getStandard()
Returns the metadata standard implemented by subclasses, which is ISO 19115. -
Uses of MetadataStandard in org.apache.sis.metadata.sql
Fields in org.apache.sis.metadata.sql declared as MetadataStandardModifier and TypeFieldDescriptionprotected final MetadataStandard
MetadataSource.standard
The metadata standard to be used for constructing the database schema.Constructors in org.apache.sis.metadata.sql with parameters of type MetadataStandardModifierConstructorDescriptionMetadataSource
(MetadataStandard standard, DataSource dataSource, String schema, Map<String, ?> properties) Creates a new metadata source.MetadataWriter
(MetadataStandard standard, DataSource dataSource, String schema, Map<String, ?> properties) Creates a new metadata writer.