Uses of Annotation Type
org.apache.sis.measure.ValueRange
Packages that use ValueRange
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Root package for various metadata implementations.
Root package for ISO 19115 metadata about resources (data or services).
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
Description of the dataset content.
Information about the options for obtaining a resource (data or service).
Information about spatial, vertical, and temporal extent.
Information to uniquely identify the data or service.
Information about the sources and production processes of a dataset.
Information about the mechanisms (grid or vector) used to represent spatial data.
-
Uses of ValueRange in org.apache.sis.measure
Constructors in org.apache.sis.measure with parameters of type ValueRangeModifierConstructorDescriptionMeasurementRange
(Class<E> type, ValueRange range, javax.measure.Unit<?> unit) Constructs a range of the given type with values from the given annotation.NumberRange
(Class<E> type, ValueRange range) Constructs a range of the given type with values from the given annotation. -
Uses of ValueRange in org.apache.sis.metadata
Constructors in org.apache.sis.metadata with parameters of type ValueRangeModifierConstructorDescription(package private)
DomainRange
(Class<E> type, ValueRange range) Constructs a range of the given type with values from the given annotation.(package private)
PropertyInformation
(org.opengis.metadata.citation.Citation standard, String property, Method getter, Class<E> elementType, ValueRange range) Creates a newPropertyInformation
instance from the annotations on the given getter method. -
Uses of ValueRange in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso with annotations of type ValueRangeModifier and TypeMethodDescriptionDefaultExtendedElementInformation.getMaximumOccurrence()
Maximum occurrence of the extended element. -
Uses of ValueRange in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition with annotations of type ValueRangeModifier and TypeMethodDescriptionDefaultEnvironmentalRecord.getMaxRelativeHumidity()
Returns the maximum relative humidity along the flight pass during the photo flight. -
Uses of ValueRange in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content with annotations of type ValueRangeModifier and TypeMethodDescriptionDefaultSampleDimension.getBitsPerValue()
Returns the maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.DefaultBand.getBoundMax()
Returns the longest wavelength that the sensor is capable of collecting within a designated band.DefaultBand.getBoundMin()
Returns the shortest wavelength that the sensor is capable of collecting within a designated band.DefaultImageDescription.getCloudCoverPercentage()
Returns the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.DefaultImageDescription.getCompressionGenerationQuantity()
Returns the count of the number of lossy compression cycles performed on the image.DefaultFeatureTypeInfo.getFeatureInstanceCount()
Returns the number of occurrence of feature instances for this feature types, ornull
if none.DefaultImageDescription.getIlluminationAzimuthAngle()
Returns the illumination azimuth measured in degrees clockwise from true north at the time the image is taken.DefaultImageDescription.getIlluminationElevationAngle()
Returns the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth's surface.DefaultBand.getNominalSpatialResolution()
Returns the smallest distance between which separate points can be distinguished, as specified in instrument design.DefaultSampleDimension.getNominalSpatialResolution()
Returns the smallest distance between which separate points can be distinguished, as specified in instrument design.DefaultSampleDimension.getNumberOfValues()
Returns the number of values used in a thematic classification resource.DefaultBand.getPeakResponse()
Returns the wavelength at which the response is the highest.DefaultBand.getToneGradation()
Returns the number of discrete numerical values in the grid data. -
Uses of ValueRange in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution with annotations of type ValueRangeModifier and TypeMethodDescriptionDefaultMedium.getDensity()
Returns the density at which the data is recorded.DefaultDigitalTransferOptions.getTransferSize()
Returns an estimated size of a unit in the specified transfer format, expressed in megabytes.DefaultMedium.getVolumes()
Returns the number of items in the media identified. -
Uses of ValueRange in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent with annotations of type ValueRangeModifier and TypeMethodDescriptiondouble
DefaultGeographicBoundingBox.getEastBoundLongitude()
Returns the eastern-most coordinate of the limit of the dataset extent.double
DefaultGeographicBoundingBox.getNorthBoundLatitude()
Returns the northern-most, coordinate of the limit of the dataset extent.double
DefaultGeographicBoundingBox.getSouthBoundLatitude()
Returns the southern-most coordinate of the limit of the dataset extent.double
DefaultGeographicBoundingBox.getWestBoundLongitude()
Returns the western-most coordinate of the limit of the dataset extent. -
Uses of ValueRange in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification with annotations of type ValueRangeModifier and TypeMethodDescriptionDefaultResolution.getAngularDistance()
Returns the angular sampling measure.long
DefaultRepresentativeFraction.getDenominator()
Returns the denominator of this representative fraction.DefaultResolution.getDistance()
Returns the ground sample distance.DefaultResolution.getVertical()
Returns the vertical sampling distance. -
Uses of ValueRange in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage with annotations of type ValueRangeModifier and TypeMethodDescriptionDefaultNominalResolution.getGroundResolution()
Returns the distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.DefaultNominalResolution.getScanningResolution()
Returns the distance between consistent parts of (centre, left side, right side) adjacent pixels in the scan plane. -
Uses of ValueRange in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial with annotations of type ValueRangeModifier and TypeMethodDescriptionDefaultDimension.getDimensionSize()
Returns the number of elements along the axis.DefaultGeometricObjects.getGeometricObjectCount()
Returns the total number of the point or vector object type occurring in the dataset.DefaultGridSpatialRepresentation.getNumberOfDimensions()
Returns the number of independent spatial-temporal axes.DefaultDimension.getResolution()
Returns the degree of detail in the grid dataset.