Uses of Interface
org.opengis.metadata.acquisition.Instrument
Packages that use Instrument
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Instrument in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement InstrumentModifier and TypeClassDescriptionclassDesignations for the measuring instruments.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type InstrumentModifier and TypeMethodDescriptionDefaultAcquisitionInformation.getInstruments()Returns the general information about the instrument used in data acquisition.DefaultPlatform.getInstruments()Gets the instrument(s) mounted on a platform.Collection<? extends Instrument> DefaultEvent.getRelatedSensors()Returns the instrument or instruments for which the event is meaningful.DefaultObjective.getSensingInstruments()Returns the instrument which senses the objective data.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type InstrumentModifier and TypeMethodDescriptionstatic DefaultInstrumentDefaultInstrument.castOrCopy(Instrument object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type InstrumentModifier and TypeMethodDescriptionvoidDefaultAcquisitionInformation.setInstruments(Collection<? extends Instrument> newValues) Sets the general information about the instrument used in data acquisition.voidDefaultPlatform.setInstruments(Collection<? extends Instrument> newValues) Sets the instrument(s) mounted on a platform.voidDefaultEvent.setRelatedSensors(Collection<? extends Instrument> newValues) Sets the instrument or instruments for which the event is meaningful.voidDefaultObjective.setSensingInstruments(Collection<? extends Instrument> newValues) Sets the instrument which senses the objective data.Constructors in org.apache.sis.metadata.iso.acquisition with parameters of type InstrumentModifierConstructorDescriptionDefaultInstrument(Instrument object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Instrument in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return types with arguments of type InstrumentModifier and TypeMethodDescriptionCollection<? extends Instrument> AcquisitionInformation.getInstruments()General information about the instrument used in data acquisition.Collection<? extends Instrument> Platform.getInstruments()Instrument(s) mounted on a platform.Collection<? extends Instrument> Event.getRelatedSensors()Instrument or instruments for which the event is meaningful.Collection<? extends Instrument> Objective.getSensingInstruments()Instrument which senses the objective data.