Uses of Interface
org.opengis.metadata.content.ContentInformation
Packages that use ContentInformation
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Description of the dataset content.
Root package for metadata.
Content information
(includes Feature catalogue and Coverage descriptions).
-
Uses of ContentInformation in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type ContentInformationModifier and TypeMethodDescriptionDefaultMetadata.getContentInfo()Returns information about the feature catalogue and describes the coverage and image data characteristics.Method parameters in org.apache.sis.metadata.iso with type arguments of type ContentInformationModifier and TypeMethodDescriptionvoidDefaultMetadata.setContentInfo(Collection<? extends ContentInformation> newValues) Sets information about the feature catalogue and describes the coverage and image data characteristics. -
Uses of ContentInformation in org.apache.sis.metadata.iso.content
Classes in org.apache.sis.metadata.iso.content that implement ContentInformationModifier and TypeClassDescriptionclassDescription of the content of a resource.classInformation about the content of a grid data cell.classInformation identifying the feature catalogue or the conceptual schema.classInformation about an image's suitability for use.Methods in org.apache.sis.metadata.iso.content with parameters of type ContentInformationModifier and TypeMethodDescriptionstatic AbstractContentInformationAbstractContentInformation.castOrCopy(ContentInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.content with parameters of type ContentInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of ContentInformation in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ContentInformationModifier and TypeMethodDescriptionCollection<? extends ContentInformation> Metadata.getContentInfo()Provides information about the feature catalogue and describes the coverage and image data characteristics. -
Uses of ContentInformation in org.opengis.metadata.content
Subinterfaces of ContentInformation in org.opengis.metadata.contentModifier and TypeInterfaceDescriptioninterfaceInformation about the content of a grid data cell.interfaceInformation identifying the feature catalogue.interfaceInformation about an image's suitability for use.