Uses of Class
org.apache.sis.metadata.iso.identification.AbstractIdentification
Packages that use AbstractIdentification
Package
Description
JAXB adapters for metadata.
French extensions defined by the Association Française de Normalisation (AFNOR)
which are now incorporated in latest ISO standard.
Information to uniquely identify the data or service.
-
Uses of AbstractIdentification in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return AbstractIdentificationModifier and TypeMethodDescriptionMD_Identification.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mri:MD_Identification>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type AbstractIdentificationModifier and TypeMethodDescriptionvoid
MD_Identification.setElement
(AbstractIdentification value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractIdentification in org.apache.sis.internal.profile.fra
Subclasses of AbstractIdentification in org.apache.sis.internal.profile.fra -
Uses of AbstractIdentification in org.apache.sis.metadata.iso.identification
Subclasses of AbstractIdentification in org.apache.sis.metadata.iso.identificationModifier and TypeClassDescriptionclass
Information required to identify a dataset.class
Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.Methods in org.apache.sis.metadata.iso.identification that return AbstractIdentificationModifier and TypeMethodDescriptionstatic AbstractIdentification
AbstractIdentification.castOrCopy
(org.opengis.metadata.identification.Identification object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.