Uses of Class
org.apache.sis.metadata.iso.acquisition.DefaultPlatform
Packages that use DefaultPlatform
Package
Description
JAXB adapters for metadata.
Utility classes for the implementation of SIS storage classes.
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of DefaultPlatform in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultPlatformModifier and TypeMethodDescriptionMI_Platform.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mac:MI_Platform>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultPlatformModifier and TypeMethodDescriptionvoid
MI_Platform.setElement
(DefaultPlatform value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultPlatform in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as DefaultPlatformModifier and TypeFieldDescriptionprivate DefaultPlatform
MetadataBuilder.platform
Platform where are installed the sensors that collected the data, ornull
if none.Methods in org.apache.sis.internal.storage that return DefaultPlatformModifier and TypeMethodDescriptionprivate DefaultPlatform
MetadataBuilder.platform()
Creates a platform object if it does not already exists, then returns it. -
Uses of DefaultPlatform in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return DefaultPlatformModifier and TypeMethodDescriptionstatic DefaultPlatform
DefaultPlatform.castOrCopy
(org.opengis.metadata.acquisition.Platform object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.