Uses of Class
org.apache.sis.internal.storage.MetadataBuilder
Packages that use MetadataBuilder
Package
Description
Build
DefaultFeatureType
s by inspection of database schemas.Utility classes for the implementation of SIS storage classes.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
-
Uses of MetadataBuilder in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature with parameters of type MetadataBuilderModifier and TypeMethodDescriptionfinal void
Database.listTables
(DatabaseMetaData metadata, MetadataBuilder builder) Stores information about tables in the given metadata. -
Uses of MetadataBuilder in org.apache.sis.internal.storage
Subclasses of MetadataBuilder in org.apache.sis.internal.storageModifier and TypeClassDescriptionfinal class
Helper methods for the feature metadata created byDataStore
implementations.Methods in org.apache.sis.internal.storage with parameters of type MetadataBuilderModifier and TypeMethodDescriptionprotected final void
URIDataStore.addTitleOrIdentifier
(MetadataBuilder builder) Adds the filename (without extension) as the citation title if there are no titles, or as the identifier otherwise. -
Uses of MetadataBuilder in org.apache.sis.storage.geotiff
Subclasses of MetadataBuilder in org.apache.sis.storage.geotiffModifier and TypeClassDescription(package private) final class
A temporary object for building the metadata for a single GeoTIFF image.Fields in org.apache.sis.storage.geotiff declared as MetadataBuilderModifier and TypeFieldDescriptionprivate final MetadataBuilder
XMLMetadata.Parser.metadata
Where to write metadata.Methods in org.apache.sis.storage.geotiff with parameters of type MetadataBuilderModifier and TypeMethodDescriptionXMLMetadata.appendTo
(MetadataBuilder metadata) Appends the content of this object to the given metadata builder.void
GridGeometryBuilder.completeMetadata
(GridGeometry gridGeometry, MetadataBuilder metadata) Completes ISO 19115 metadata with some GeoTIFF values inferred from the geotags.(package private) final void
GeoTiffStore.setFormatInfo
(MetadataBuilder builder) Sets themetadata/identificationInfo/resourceFormat
node to "GeoTIFF" format.Constructors in org.apache.sis.storage.geotiff with parameters of type MetadataBuilderModifierConstructorDescription(package private)
Parser
(XMLEventReader reader, MetadataBuilder metadata) Creates a new reader. -
Uses of MetadataBuilder in org.apache.sis.storage.landsat
Subclasses of MetadataBuilder in org.apache.sis.storage.landsatModifier and TypeClassDescription(package private) final class
Parses Landsat metadata as ISO 19115 Metadata object.