Uses of Class
org.apache.sis.internal.storage.MetadataBuilder
Packages that use MetadataBuilder
Package
Description
Build
DefaultFeatureTypes 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 voidDatabase.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 classHelper methods for the feature metadata created byDataStoreimplementations.Methods in org.apache.sis.internal.storage with parameters of type MetadataBuilderModifier and TypeMethodDescriptionprotected final voidURIDataStore.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 classA temporary object for building the metadata for a single GeoTIFF image.Fields in org.apache.sis.storage.geotiff declared as MetadataBuilderModifier and TypeFieldDescriptionprivate final MetadataBuilderXMLMetadata.Parser.metadataWhere 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.voidGridGeometryBuilder.completeMetadata(GridGeometry gridGeometry, MetadataBuilder metadata) Completes ISO 19115 metadata with some GeoTIFF values inferred from the geotags.(package private) final voidGeoTiffStore.setFormatInfo(MetadataBuilder builder) Sets themetadata/identificationInfo/resourceFormatnode 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 classParses Landsat metadata as ISO 19115 Metadata object.