Uses of Class
org.apache.sis.metadata.iso.DefaultMetadata
Packages that use DefaultMetadata
Package
Description
Utility classes for the implementation of GeoTIFF reader and writer.
Extends some classes from
org.apache.sis.metadata.iso
packages in order to give them
the name used by imagery extensions (ISO 19115-2).JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
DataStore
implementation for Coma Separated Values (CSV) files.Root package for ISO 19115 metadata about resources (data or services).
Reader of Landsat 8 level 1-2 data.
-
Uses of DefaultMetadata in org.apache.sis.internal.geotiff
Methods in org.apache.sis.internal.geotiff with parameters of type DefaultMetadataModifier and TypeMethodDescriptiondefault org.opengis.metadata.Metadata
SchemaModifier.customize
(int image, DefaultMetadata metadata) Invoked when a metadata is created for a single image or for the whole data store. -
Uses of DefaultMetadata in org.apache.sis.internal.jaxb.gmi
Subclasses of DefaultMetadata in org.apache.sis.internal.jaxb.gmiModifier and TypeClassDescriptionclass
A wrapper for a metadata using the"gmi"
namespace.Methods in org.apache.sis.internal.jaxb.gmi that return DefaultMetadataModifier and TypeMethodDescriptionstatic DefaultMetadata
MI_Metadata.castOrCopy
(org.opengis.metadata.Metadata original) Wraps the given metadata into a SIS implementation that can be marshalled, using the"gmi"
namespace if necessary. -
Uses of DefaultMetadata in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultMetadataModifier and TypeMethodDescriptionMD_Metadata.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mdb:MD_Metadata>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMetadataModifier and TypeMethodDescriptionvoid
MD_Metadata.setElement
(DefaultMetadata value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultMetadata in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultMetadataModifier and TypeFieldDescriptionprivate DefaultMetadata
MetadataBuilder.metadata
The metadata created by this builder, ornull
if not yet created.Methods in org.apache.sis.internal.storage that return DefaultMetadataModifier and TypeMethodDescriptionfinal DefaultMetadata
MetadataBuilder.build()
Returns the metadata as a modifiable object.final DefaultMetadata
MetadataBuilder.buildAndFreeze()
Returns the metadata as an unmodifiable object.private DefaultMetadata
MetadataBuilder.metadata()
Creates the metadata object if it does not already exists, then returns it. -
Uses of DefaultMetadata in org.apache.sis.internal.storage.csv
Fields in org.apache.sis.internal.storage.csv declared as DefaultMetadataModifier and TypeFieldDescriptionprivate DefaultMetadata
Store.metadata
The metadata object, ornull
if not yet created. -
Uses of DefaultMetadata in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return DefaultMetadataModifier and TypeMethodDescriptionstatic DefaultMetadata
DefaultMetadata.castOrCopy
(org.opengis.metadata.Metadata object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.static DefaultMetadata
DefaultMetadata.deepCopy
(org.opengis.metadata.Metadata object) Returns an editable copy of the given metadata. -
Uses of DefaultMetadata in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat with parameters of type DefaultMetadataModifier and TypeMethodDescriptionorg.opengis.metadata.Metadata
Band.customize
(int image, DefaultMetadata metadata) Invoked when the GeoTIFF reader creates a metadata.