Uses of Class
org.apache.sis.metadata.iso.content.AbstractContentInformation
Packages that use AbstractContentInformation
Package
Description
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.
Description of the dataset content.
-
Uses of AbstractContentInformation in org.apache.sis.internal.jaxb.gmi
Subclasses of AbstractContentInformation in org.apache.sis.internal.jaxb.gmiModifier and TypeClassDescriptionclassA wrapper for a metadata using the"gmi"namespace.classA wrapper for a metadata using the"gmi"namespace. -
Uses of AbstractContentInformation in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return AbstractContentInformationModifier and TypeMethodDescriptionMD_ContentInformation.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrc:MD_ContentInformation>XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type AbstractContentInformationModifier and TypeMethodDescriptionvoidMD_ContentInformation.setElement(AbstractContentInformation value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractContentInformation in org.apache.sis.metadata.iso.content
Subclasses of AbstractContentInformation in org.apache.sis.metadata.iso.contentModifier and TypeClassDescriptionclassInformation 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 that return AbstractContentInformationModifier and TypeMethodDescriptionstatic AbstractContentInformationAbstractContentInformation.castOrCopy(org.opengis.metadata.content.ContentInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.