Uses of Class
org.apache.sis.measure.ValueRange
-
Packages that use ValueRange Package Description org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters.org.apache.sis.metadata.iso Root package for ISO 19115 metadata about resources (data or services).org.apache.sis.metadata.iso.acquisition Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.org.apache.sis.metadata.iso.content Description of the dataset content.org.apache.sis.metadata.iso.distribution Information about the options for obtaining a resource (data or service).org.apache.sis.metadata.iso.extent Information about spatial, vertical, and temporal extent.org.apache.sis.metadata.iso.identification Information to uniquely identify the data or service.org.apache.sis.metadata.iso.lineage Information about the sources and production processes of a dataset.org.apache.sis.metadata.iso.spatial 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 ValueRange Constructor Description MeasurementRange(Class<E> type, ValueRange range, 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.iso
Methods in org.apache.sis.metadata.iso with annotations of type ValueRange Modifier and Type Method Description IntegerDefaultExtendedElementInformation. 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 ValueRange Modifier and Type Method Description DoubleDefaultEnvironmentalRecord. 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 ValueRange Modifier and Type Method Description IntegerDefaultSampleDimension. getBitsPerValue()Returns the maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.DoubleDefaultBand. getBoundMax()Returns the longest wavelength that the sensor is capable of collecting within a designated band.DoubleDefaultBand. getBoundMin()Returns the shortest wavelength that the sensor is capable of collecting within a designated band.DoubleDefaultImageDescription. getCloudCoverPercentage()Returns the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.IntegerDefaultImageDescription. getCompressionGenerationQuantity()Returns the count of the number of lossy compression cycles performed on the image.IntegerDefaultFeatureTypeInfo. getFeatureInstanceCount()Returns the number of occurrence of feature instances for this feature types, ornullif none.DoubleDefaultImageDescription. getIlluminationAzimuthAngle()Returns the illumination azimuth measured in degrees clockwise from true north at the time the image is taken.DoubleDefaultImageDescription. 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.DoubleDefaultBand. getNominalSpatialResolution()Returns the smallest distance between which separate points can be distinguished, as specified in instrument design.DoubleDefaultSampleDimension. getNominalSpatialResolution()Returns the smallest distance between which separate points can be distinguished, as specified in instrument design.IntegerDefaultSampleDimension. getNumberOfValues()Returns the number of values used in a thematic classification resource.DoubleDefaultBand. getPeakResponse()Returns the wavelength at which the response is the highest.IntegerDefaultBand. 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 ValueRange Modifier and Type Method Description DoubleDefaultMedium. getDensity()Returns the density at which the data is recorded.DoubleDefaultDigitalTransferOptions. getTransferSize()Returns an estimated size of a unit in the specified transfer format, expressed in megabytes.IntegerDefaultMedium. 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 ValueRange Modifier and Type Method Description doubleDefaultGeographicBoundingBox. getEastBoundLongitude()Returns the eastern-most coordinate of the limit of the dataset extent.doubleDefaultGeographicBoundingBox. getNorthBoundLatitude()Returns the northern-most, coordinate of the limit of the dataset extent.doubleDefaultGeographicBoundingBox. getSouthBoundLatitude()Returns the southern-most coordinate of the limit of the dataset extent.doubleDefaultGeographicBoundingBox. 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 ValueRange Modifier and Type Method Description DoubleDefaultResolution. getAngularDistance()Returns the angular sampling measure.longDefaultRepresentativeFraction. getDenominator()Returns the denominator of this representative fraction.DoubleDefaultResolution. getDistance()Returns the ground sample distance.DoubleDefaultResolution. 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 ValueRange Modifier and Type Method Description DoubleDefaultNominalResolution. getGroundResolution()Returns the distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.DoubleDefaultNominalResolution. 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 ValueRange Modifier and Type Method Description IntegerDefaultDimension. getDimensionSize()Returns the number of elements along the axis.IntegerDefaultGeometricObjects. getGeometricObjectCount()Returns the total number of the point or vector object type occurring in the dataset.IntegerDefaultGridSpatialRepresentation. getNumberOfDimensions()Returns the number of independent spatial-temporal axes.DoubleDefaultDimension. getResolution()Returns the degree of detail in the grid dataset.
-