Uses of Class
org.apache.sis.metadata.iso.acquisition.DefaultEnvironmentalRecord
Packages that use DefaultEnvironmentalRecord
Package
Description
JAXB adapters for metadata.
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of DefaultEnvironmentalRecord in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultEnvironmentalRecordModifier and TypeMethodDescriptionMI_EnvironmentalRecord.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mac:MI_EnvironmentalRecord>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultEnvironmentalRecordModifier and TypeMethodDescriptionvoid
MI_EnvironmentalRecord.setElement
(DefaultEnvironmentalRecord value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultEnvironmentalRecord in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return DefaultEnvironmentalRecordModifier and TypeMethodDescriptionstatic DefaultEnvironmentalRecord
DefaultEnvironmentalRecord.castOrCopy
(org.opengis.metadata.acquisition.EnvironmentalRecord object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.