Uses of Interface
org.opengis.metadata.acquisition.Platform
Packages that use Platform
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Platform in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement PlatformModifier and TypeClassDescriptionclassDesignation of the platform used to acquire the dataset.Methods in org.apache.sis.metadata.iso.acquisition that return PlatformModifier and TypeMethodDescriptionDefaultInstrument.getMountedOn()Returns the platform on which the instrument is mounted.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type PlatformModifier and TypeMethodDescriptionDefaultAcquisitionInformation.getPlatforms()Returns the general information about the platform from which the data were taken.DefaultOperation.getPlatforms()Returns the platform (or platforms) used in the operation.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type PlatformModifier and TypeMethodDescriptionstatic DefaultPlatformDefaultPlatform.castOrCopy(Platform object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultInstrument.setMountedOn(Platform newValue) Sets the platform on which the instrument is mounted.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type PlatformModifier and TypeMethodDescriptionvoidDefaultAcquisitionInformation.setPlatforms(Collection<? extends Platform> newValues) Sets the general information about the platform from which the data were taken.voidDefaultOperation.setPlatforms(Collection<? extends Platform> newValues) Sets the platform (or platforms) used in the operation.Constructors in org.apache.sis.metadata.iso.acquisition with parameters of type PlatformModifierConstructorDescriptionDefaultPlatform(Platform object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Platform in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return PlatformModifier and TypeMethodDescriptionInstrument.getMountedOn()Platform on which the instrument is mounted.Methods in org.opengis.metadata.acquisition that return types with arguments of type PlatformModifier and TypeMethodDescriptionCollection<? extends Platform> AcquisitionInformation.getPlatforms()General information about the platform from which the data were taken.Collection<? extends Platform> Operation.getPlatforms()Platform (or platforms) used in the operation.