Uses of Interface
org.opengis.metadata.identification.Resolution
Packages that use Resolution
Package
Description
Information to uniquely identify the data or service.
Information about the sources and production processes of a dataset.
Identification information
(includes data and service identification).
-
Uses of Resolution in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement ResolutionModifier and TypeClassDescriptionclassLevel of detail expressed as a scale factor or a ground distance.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type ResolutionModifier and TypeMethodDescriptionAbstractIdentification.getSpatialResolutions()Returns the factor which provides a general understanding of the density of spatial data in the resource(s).Methods in org.apache.sis.metadata.iso.identification with parameters of type ResolutionModifier and TypeMethodDescriptionstatic DefaultResolutionDefaultResolution.castOrCopy(Resolution object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type ResolutionModifier and TypeMethodDescriptionvoidAbstractIdentification.setSpatialResolutions(Collection<? extends Resolution> newValues) Sets the factor which provides a general understanding of the density of spatial data in the resource(s).Constructors in org.apache.sis.metadata.iso.identification with parameters of type ResolutionModifierConstructorDescriptionDefaultResolution(Resolution object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Resolution in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return ResolutionModifier and TypeMethodDescriptionDefaultSource.getSourceSpatialResolution()Returns the spatial resolution expressed as a scale factor, an angle or a level of detail.Methods in org.apache.sis.metadata.iso.lineage with parameters of type ResolutionModifier and TypeMethodDescriptionvoidDefaultSource.setSourceSpatialResolution(Resolution newValue) Sets the spatial resolution expressed as a scale factor, an angle or a level of detail. -
Uses of Resolution in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type ResolutionModifier and TypeMethodDescriptionCollection<? extends Resolution> DataIdentification.getSpatialResolutions()Factor which provides a general understanding of the density of spatial data in the dataset.