Uses of Interface org.opengis.metadata.acquisition.Platform (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.opengis.geoapi org.opengis.metadata.acquisition Platform Uses of Interface org.opengis.metadata.acquisition.Platform Packages that use Platform Package Description org.apache.sis.metadata.iso.acquisition Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes. org.opengis.metadata.acquisition Acquisition information. Uses of Platform in org.apache.sis.metadata.iso.acquisition Classes in org.apache.sis.metadata.iso.acquisition that implement Platform Modifier and Type Class Description class  DefaultPlatform Designation of the platform used to acquire the dataset. Methods in org.apache.sis.metadata.iso.acquisition that return Platform Modifier and Type Method Description Platform DefaultInstrument.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 Platform Modifier and Type Method Description Collection<Platform> DefaultAcquisitionInformation.getPlatforms() Returns the general information about the platform from which the data were taken. Collection<Platform> DefaultOperation.getPlatforms() Returns the platform (or platforms) used in the operation. Methods in org.apache.sis.metadata.iso.acquisition with parameters of type Platform Modifier and Type Method Description static DefaultPlatform DefaultPlatform.castOrCopy(Platform object) Returns a SIS metadata implementation with the values of the given arbitrary implementation. void DefaultInstrument.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 Platform Modifier and Type Method Description void DefaultAcquisitionInformation.setPlatforms(Collection<? extends Platform> newValues) Sets the general information about the platform from which the data were taken. void DefaultOperation.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 Platform Modifier Constructor Description   DefaultPlatform(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 Platform Modifier and Type Method Description Platform Instrument.getMountedOn() Platform on which the instrument is mounted. Methods in org.opengis.metadata.acquisition that return types with arguments of type Platform Modifier and Type Method Description Collection<? 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.