Uses of Interface
org.opengis.metadata.acquisition.PlatformPass
Packages that use PlatformPass
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of PlatformPass in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement PlatformPassModifier and TypeClassDescriptionclassIdentification of collection coverage.Methods in org.apache.sis.metadata.iso.acquisition that return PlatformPassModifier and TypeMethodDescriptionDefaultEvent.getRelatedPass()Returns the pass during which an event occurs.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type PlatformPassModifier and TypeMethodDescriptionDefaultObjective.getPass()Returns the pass of the platform over the objective.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type PlatformPassModifier and TypeMethodDescriptionstatic DefaultPlatformPassDefaultPlatformPass.castOrCopy(PlatformPass object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultEvent.setRelatedPass(PlatformPass newValue) Sets the pass during which an event occurs.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type PlatformPassModifier and TypeMethodDescriptionvoidDefaultObjective.setPass(Collection<? extends PlatformPass> newValues) Sets the pass of the platform over the objective.Constructors in org.apache.sis.metadata.iso.acquisition with parameters of type PlatformPassModifierConstructorDescriptionDefaultPlatformPass(PlatformPass object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of PlatformPass in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return PlatformPassMethods in org.opengis.metadata.acquisition that return types with arguments of type PlatformPassModifier and TypeMethodDescriptionCollection<? extends PlatformPass> Objective.getPass()Pass of the platform over the objective.