Uses of Interface
org.opengis.metadata.distribution.Format
Packages that use Format
Package
Description
Information about the options for obtaining a resource (data or service).
Information to uniquely identify the data or service.
Information about data quality, accuracy and consistency of a dataset.
Data store base types for retrieving and saving geospatial data in various storage formats.
Distribution information.
Identification information
(includes data and service identification).
-
Uses of Format in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement FormatModifier and TypeClassDescriptionclassDescription of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.Methods in org.apache.sis.metadata.iso.distribution that return FormatModifier and TypeMethodDescriptionDefaultDataFile.getFileFormat()Deprecated.Removed in latest XSD schemas.Methods in org.apache.sis.metadata.iso.distribution that return types with arguments of type FormatModifier and TypeMethodDescriptionDefaultDigitalTransferOptions.getDistributionFormats()Returns the formats of distribution.DefaultDistribution.getDistributionFormats()Provides a description of the format of the data to be distributed.DefaultDistributor.getDistributorFormats()Provides information about the format used by the distributor.Methods in org.apache.sis.metadata.iso.distribution with parameters of type FormatModifier and TypeMethodDescriptionstatic DefaultFormatDefaultFormat.castOrCopy(Format object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultDataFile.setFileFormat(Format newValue) Deprecated.Removed in latest XSD schemas.Method parameters in org.apache.sis.metadata.iso.distribution with type arguments of type FormatModifier and TypeMethodDescriptionvoidDefaultDigitalTransferOptions.setDistributionFormats(Collection<? extends Format> newValues) Sets the formats of distribution.voidDefaultDistribution.setDistributionFormats(Collection<? extends Format> newValues) Sets a description of the format of the data to be distributed.voidDefaultDistributor.setDistributorFormats(Collection<? extends Format> newValues) Sets information about the format used by the distributor.Constructors in org.apache.sis.metadata.iso.distribution with parameters of type FormatModifierConstructorDescriptionDefaultFormat(Format object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Format in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type FormatModifier and TypeMethodDescriptionAbstractIdentification.getResourceFormats()Provides a description of the format of the resource(s).Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type FormatModifier and TypeMethodDescriptionvoidAbstractIdentification.setResourceFormats(Collection<? extends Format> newValues) Sets a description of the format of the resource(s). -
Uses of Format in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return FormatModifier and TypeMethodDescriptionDefaultCoverageResult.getResultFormat()Returns the information about the format of the result coverage data.Methods in org.apache.sis.metadata.iso.quality with parameters of type FormatModifier and TypeMethodDescriptionvoidDefaultCoverageResult.setResultFormat(Format newValue) Sets the information about the format of the result coverage data. -
Uses of Format in org.apache.sis.storage
Methods in org.apache.sis.storage that return Format -
Uses of Format in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return FormatModifier and TypeMethodDescriptionDataFile.getFileFormat()Defines the format of the transfer data file.Methods in org.opengis.metadata.distribution that return types with arguments of type FormatModifier and TypeMethodDescriptionCollection<? extends Format> Distribution.getDistributionFormats()Provides a description of the format of the data to be distributed.Collection<? extends Format> Distributor.getDistributorFormats()Provides information about the format used by the distributor. -
Uses of Format in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type FormatModifier and TypeMethodDescriptionCollection<? extends Format> Identification.getResourceFormats()Provides a description of the format of the resource(s). -
Uses of Format in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return FormatModifier and TypeMethodDescriptionCoverageResult.getResultFormat()Provides information about the format of the result coverage data.