Package | Description |
---|---|
org.apache.sis.measure | |
org.apache.sis.metadata.iso |
Metadata implementation.
|
org.apache.sis.metadata.iso.acquisition |
Acquisition implementation.
|
org.apache.sis.metadata.iso.content |
Content information implementation.
|
org.apache.sis.metadata.iso.distribution |
Distribution implementation.
|
org.apache.sis.metadata.iso.extent |
Extent implementation.
|
org.apache.sis.metadata.iso.identification |
Identification implementation.
|
org.apache.sis.metadata.iso.lineage |
Lineage implementation.
|
org.apache.sis.metadata.iso.spatial |
Spatial representation implementation.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Integer |
DefaultExtendedElementInformation.getMaximumOccurrence()
Maximum occurrence of the extended element.
|
Modifier and Type | Method and Description |
---|---|
Double |
DefaultEnvironmentalRecord.getMaxRelativeHumidity()
Returns the maximum relative humidity along the flight pass during the photo flight.
|
Modifier and Type | Method and Description |
---|---|
Integer |
DefaultBand.getBitsPerValue()
Returns the maximum number of significant bits in the uncompressed
representation for the value in each band of each pixel.
|
Double |
DefaultImageDescription.getCloudCoverPercentage()
Returns the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.
|
Integer |
DefaultImageDescription.getCompressionGenerationQuantity()
Returns the count of the number of lossy compression cycles performed on the image.
|
Double |
DefaultImageDescription.getIlluminationAzimuthAngle()
Returns the illumination azimuth measured in degrees clockwise from true north at the time
the image is taken.
|
Double |
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.
|
Double |
DefaultBand.getNominalSpatialResolution()
Returns the smallest distance between which separate points can be distinguished,
as specified in instrument design.
|
Integer |
DefaultBand.getToneGradation()
Returns the number of discrete numerical values in the grid data.
|
Modifier and Type | Method and Description |
---|---|
Collection<Double> |
DefaultMedium.getDensities()
Returns the density at which the data is recorded.
|
Double |
DefaultDigitalTransferOptions.getTransferSize()
Returns an estimated size of a unit in the specified transfer format, expressed in megabytes.
|
Integer |
DefaultMedium.getVolumes()
Returns the number of items in the media identified.
|
Modifier and Type | Method and Description |
---|---|
double |
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.
|
Modifier and Type | Method and Description |
---|---|
Double |
DefaultResolution.getDistance()
Returns the ground sample distance.
|
Modifier and Type | Method and Description |
---|---|
Double |
DefaultNominalResolution.getGroundResolution()
Returns the distance between consistent parts of (centre, left side, right side) adjacent
pixels in the object space.
|
Double |
DefaultNominalResolution.getScanningResolution()
Returns the distance between consistent parts of (centre, left side, right side)
adjacent pixels in the scan plane.
|
Modifier and Type | Method and Description |
---|---|
Integer |
DefaultDimension.getDimensionSize()
Returns the number of elements along the axis.
|
Integer |
DefaultGeometricObjects.getGeometricObjectCount()
Returns the total number of the point or vector object type occurring in the dataset.
|
Integer |
DefaultGridSpatialRepresentation.getNumberOfDimensions()
Returns the number of independent spatial-temporal axes.
|
Double |
DefaultDimension.getResolution()
Returns the degree of detail in the grid dataset.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.