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 TypeClassDescriptionclass
A wrapper for a metadata using the"gmi"
namespace.class
A 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 TypeMethodDescriptionvoid
MD_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 TypeClassDescriptionclass
Information about the content of a grid data cell.class
Information identifying the feature catalogue or the conceptual schema.class
Information about an image's suitability for use.Methods in org.apache.sis.metadata.iso.content that return AbstractContentInformationModifier and TypeMethodDescriptionstatic AbstractContentInformation
AbstractContentInformation.castOrCopy
(org.opengis.metadata.content.ContentInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.