Uses of Interface
org.opengis.metadata.Metadata
Packages that use Metadata
Package
Description
Widgets about metadata.
Root package for ISO 19115 metadata about resources (data or services).
Information about spatial, vertical, and temporal extent.
Data store base types for retrieving and saving geospatial data in various storage formats.
Bridge to the GDAL library for reading rasters.
A data store that can read and write GeoTIFF files as grid coverages.
Reader of Landsat 8 level 1-2 data.
A plugin mechanism for modifying some aspects of the resources read by data stores.
Reads netCDF files conforming to the Climate and Forecast (CF).
Data store capable to read and write features using a JDBC connection to a database.
Base types for retrieving and saving tiles in resources.
-
Uses of Metadata in org.apache.sis.gui.metadata
Fields in org.apache.sis.gui.metadata with type parameters of type MetadataModifier and TypeFieldDescriptionfinal ObjectProperty<Metadata> MetadataSummary.metadataPropertyThe metadata shown in this pane.Methods in org.apache.sis.gui.metadata that return MetadataModifier and TypeMethodDescriptionfinal MetadataMetadataSummary.getMetadata()Returns the metadata currently shown, ornullif none.Methods in org.apache.sis.gui.metadata with parameters of type MetadataModifier and TypeMethodDescriptionvoidStandardMetadataTree.setContent(Metadata metadata) Sets the metadata to show in this tree table.final voidMetadataSummary.setMetadata(Metadata metadata) Sets the content of this pane to the given metadata. -
Uses of Metadata in org.apache.sis.metadata.iso
Classes in org.apache.sis.metadata.iso that implement MetadataModifier and TypeClassDescriptionclassRoot entity which defines metadata about a resource or resources.Methods in org.apache.sis.metadata.iso with parameters of type MetadataModifier and TypeMethodDescriptionstatic DefaultMetadataDefaultMetadata.castOrCopy(Metadata object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.static DefaultMetadataReturns an editable copy of the given metadata.Constructors in org.apache.sis.metadata.iso with parameters of type MetadataModifierConstructorDescriptionDefaultMetadata(Metadata object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Metadata in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent with parameters of type MetadataModifier and TypeMethodDescriptionstatic Collection<? extends Extent> Extents.fromIdentificationInfo(Metadata metadata) Returns the extents found in allIdentificationelements of the given metadata.static GeographicBoundingBoxExtents.getGeographicBoundingBox(Metadata metadata) Returns a single geographic bounding box from the specified metadata. -
Uses of Metadata in org.apache.sis.storage
Methods in org.apache.sis.storage that return MetadataModifier and TypeMethodDescriptionprotected MetadataAbstractFeatureSet.createMetadata()Invoked in a synchronized block the first time thatgetMetadata()is invoked.protected MetadataAbstractGridCoverageResource.createMetadata()Invoked in a synchronized block the first time thatgetMetadata()is invoked.protected MetadataAbstractResource.createMetadata()Invoked in a synchronized block the first time thatAbstractResource.getMetadata()is invoked.final MetadataAbstractResource.getMetadata()Returns a description of this resource.abstract MetadataDataStore.getMetadata()Returns information about the data store as a whole.Resource.getMetadata()Returns information about this resource. -
Uses of Metadata in org.apache.sis.storage.gdal
Methods in org.apache.sis.storage.gdal that return MetadataModifier and TypeMethodDescriptionGDALStore.getMetadata()Returns information about the data store as a whole. -
Uses of Metadata in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return MetadataModifier and TypeMethodDescriptionGeoTiffStore.getMetadata()Returns information about the dataset as a whole.Methods in org.apache.sis.storage.geotiff with parameters of type MetadataModifier and TypeMethodDescriptionGeoTiffStore.append(RenderedImage image, GridGeometry grid, Metadata metadata) Encodes the given image in the GeoTIFF file.GeoTiffStore.append(GridCoverage coverage, Metadata metadata) Adds a new grid coverage in the GeoTIFF file. -
Uses of Metadata in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat that return MetadataModifier and TypeMethodDescriptionLandsatStore.getMetadata()Returns information about the dataset as a whole. -
Uses of Metadata in org.apache.sis.storage.modifier
Methods in org.apache.sis.storage.modifier that return MetadataModifier and TypeMethodDescriptiondefault MetadataCoverageModifier.customize(CoverageModifier.Source source, DefaultMetadata metadata) Invoked when a metadata is created for a single coverage or for the whole file. -
Uses of Metadata in org.apache.sis.storage.netcdf
Methods in org.apache.sis.storage.netcdf that return MetadataModifier and TypeMethodDescriptionNetcdfStore.getMetadata()Returns information about the dataset as a whole. -
Uses of Metadata in org.apache.sis.storage.sql
Methods in org.apache.sis.storage.sql that return MetadataModifier and TypeMethodDescriptionSQLStore.getMetadata()Returns information about the dataset as a whole. -
Uses of Metadata in org.apache.sis.storage.tiling
Methods in org.apache.sis.storage.tiling that return MetadataModifier and TypeMethodDescriptiondefault MetadataTileMatrix.getMetadata()Returns information about this tile matrix.default MetadataTileMatrixSet.getMetadata()Returns information about this tile matrix set.Methods in org.apache.sis.storage.tiling that return types with arguments of type Metadata