Uses of Interface
org.apache.sis.util.LenientComparable
-
Packages that use LenientComparable Package Description org.apache.sis.metadata Root package for various metadata implementations.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.citation Reference to the data or service (citation, responsible party, contact information).org.apache.sis.metadata.iso.constraint Information about legal and security constraints placed on data.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.maintenance Information about the frequency and scope of data updates.org.apache.sis.metadata.iso.quality Information about data quality, accuracy and consistency of a dataset.org.apache.sis.metadata.iso.spatial Information about the mechanisms (grid or vector) used to represent spatial data.org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process.org.apache.sis.referencing Base classes for reference systems used for general positioning.org.apache.sis.referencing.crs Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.org.apache.sis.referencing.cs Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.org.apache.sis.referencing.datum Relationship of aCoordinateSystem
(an abstract mathematical entity) to the earth or other system.org.apache.sis.referencing.gazetteer Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).org.apache.sis.referencing.operation Relationship between any two Coordinate Reference Systems (CRS).org.apache.sis.referencing.operation.matrix Matrix implementations for spatiotemporal referencing.org.apache.sis.referencing.operation.projection Map projection implementations.org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of LenientComparable in org.apache.sis.metadata
Classes in org.apache.sis.metadata that implement LenientComparable Modifier and Type Class Description class
AbstractMetadata
Provides basic operations using Java reflection for metadata implementations.class
ModifiableMetadata
Base class of metadata having an editable content. -
Uses of LenientComparable in org.apache.sis.metadata.iso
Classes in org.apache.sis.metadata.iso that implement LenientComparable Modifier and Type Class Description class
DefaultApplicationSchemaInformation
Information about the application schema used to build the dataset.class
DefaultExtendedElementInformation
New metadata element, not found in ISO 19115, which is required to describe geographic data.class
DefaultIdentifier
Value uniquely identifying an object within a namespace.class
DefaultMetadata
Root entity which defines metadata about a resource or resources.class
DefaultMetadataExtensionInformation
Information describing metadata extensions.class
DefaultMetadataScope
Information about the scope of the resource.class
DefaultPortrayalCatalogueReference
Information identifying the portrayal catalogue used.class
ISOMetadata
The base class of ISO 19115 implementation classes. -
Uses of LenientComparable in org.apache.sis.metadata.iso.acquisition
Classes in org.apache.sis.metadata.iso.acquisition that implement LenientComparable Modifier and Type Class Description class
DefaultAcquisitionInformation
Designations for the measuring instruments, the platform carrying them, and the mission to which the data contributes.class
DefaultEnvironmentalRecord
Information about the environmental conditions during the acquisition.class
DefaultEvent
Identification of a significant collection point within an operation.class
DefaultInstrument
Designations for the measuring instruments.class
DefaultObjective
Describes the characteristics, spatial and temporal extent of the intended object to be observed.class
DefaultOperation
Designations for the operation used to acquire the dataset.class
DefaultPlan
Designations for the planning information related to meeting the data acquisition requirements.class
DefaultPlatform
Designation of the platform used to acquire the dataset.class
DefaultPlatformPass
Identification of collection coverage.class
DefaultRequestedDate
Range of date validity.class
DefaultRequirement
Requirement to be satisfied by the planned data acquisition. -
Uses of LenientComparable in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation that implement LenientComparable Modifier and Type Class Description class
AbstractParty
Information about the individual and / or organization of the party.class
DefaultAddress
Location of the responsible individual or organization.class
DefaultCitation
Standardized resource reference.class
DefaultCitationDate
Reference date and event used to describe it.class
DefaultContact
Information required to enable contact with the responsible person and/or organization.class
DefaultIndividual
Information about the party if the party is an individual.class
DefaultOnlineResource
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.class
DefaultOrganisation
Information about the party if the party is an organization.class
DefaultResponsibility
Information about the party and their role.class
DefaultResponsibleParty
Identification of, and means of communication with, person(s) and organizations associated with the dataset.class
DefaultSeries
Information about the series, or aggregate dataset, to which a dataset belongs.class
DefaultTelephone
Telephone numbers for contacting the responsible individual or organization. -
Uses of LenientComparable in org.apache.sis.metadata.iso.constraint
Classes in org.apache.sis.metadata.iso.constraint that implement LenientComparable Modifier and Type Class Description class
DefaultConstraints
Restrictions on the access and use of a resource or metadata.class
DefaultLegalConstraints
Restrictions and legal prerequisites for accessing and using the resource.class
DefaultReleasability
Information about resource release constraints.class
DefaultSecurityConstraints
Handling restrictions imposed on the resource for national security or similar security concerns. -
Uses of LenientComparable in org.apache.sis.metadata.iso.content
Classes in org.apache.sis.metadata.iso.content that implement LenientComparable Modifier and Type Class Description class
AbstractContentInformation
Description of the content of a resource.class
DefaultAttributeGroup
Information about content type for groups of attributes for a specific range dimension.class
DefaultBand
Range of wavelengths in the electromagnetic spectrum.class
DefaultCoverageDescription
Information about the content of a grid data cell.class
DefaultFeatureCatalogueDescription
Information identifying the feature catalogue or the conceptual schema.class
DefaultFeatureTypeInfo
Information about the occurring feature type.class
DefaultImageDescription
Information about an image's suitability for use.class
DefaultRangeDimension
Information on the range of each dimension of a cell measurement value.class
DefaultRangeElementDescription
Description of specific range elements.class
DefaultSampleDimension
The characteristic of each dimension (layer) included in the resource. -
Uses of LenientComparable in org.apache.sis.metadata.iso.distribution
Classes in org.apache.sis.metadata.iso.distribution that implement LenientComparable Modifier and Type Class Description class
DefaultDataFile
Description of a transfer data file.class
DefaultDigitalTransferOptions
Technical means and media by which a resource is obtained from the distributor.class
DefaultDistribution
Information about the distributor of and options for obtaining the resource.class
DefaultDistributor
Information about the distributor.class
DefaultFormat
Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.class
DefaultMedium
Information about the media on which the resource can be distributed.class
DefaultStandardOrderProcess
Common ways in which the resource may be obtained or received, and related instructions and fee information. -
Uses of LenientComparable in org.apache.sis.metadata.iso.extent
Classes in org.apache.sis.metadata.iso.extent that implement LenientComparable Modifier and Type Class Description class
AbstractGeographicExtent
Base class for geographic area of the dataset.class
DefaultBoundingPolygon
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.class
DefaultExtent
Information about spatial, vertical, and temporal extent.class
DefaultGeographicBoundingBox
Geographic position of the dataset.class
DefaultGeographicDescription
Description of the geographic area using identifiers.class
DefaultSpatialTemporalExtent
Extent with respect to date/time and spatial boundaries.class
DefaultTemporalExtent
Time period covered by the content of the dataset.class
DefaultVerticalExtent
Vertical domain of dataset. -
Uses of LenientComparable in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement LenientComparable Modifier and Type Class Description class
AbstractIdentification
Basic information required to uniquely identify a resource or resources.class
DefaultAggregateInformation
Associated resource information.class
DefaultAssociatedResource
Associated resource information.class
DefaultBrowseGraphic
Graphic that provides an illustration of the dataset (should include a legend for the graphic).class
DefaultCoupledResource
Links a given operation name with a resource identified by an "identifier".class
DefaultDataIdentification
Information required to identify a dataset.class
DefaultKeywordClass
Specification of a class to categorize keywords in a domain-specific vocabulary that has a binding to a formal ontology.class
DefaultKeywords
Keywords, their type and reference source.class
DefaultOperationChainMetadata
Operation chain information.class
DefaultOperationMetadata
Parameter information.class
DefaultResolution
Level of detail expressed as a scale factor or a ground distance.class
DefaultServiceIdentification
Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.class
DefaultUsage
Brief description of ways in which the resource(s) is/are currently or has been used. -
Uses of LenientComparable in org.apache.sis.metadata.iso.lineage
Classes in org.apache.sis.metadata.iso.lineage that implement LenientComparable Modifier and Type Class Description class
DefaultAlgorithm
Details of the methodology by which geographic information was derived from the instrument readings.class
DefaultLineage
Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.class
DefaultNominalResolution
Distance between consistent parts of (centre, left side, right side) adjacent pixels.class
DefaultProcessing
Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.class
DefaultProcessStep
Information about an event or transformation in the life of a resource.class
DefaultProcessStepReport
Report of what occurred during the process step.class
DefaultSource
Information about the source data used in creating the data specified by the scope. -
Uses of LenientComparable in org.apache.sis.metadata.iso.maintenance
Classes in org.apache.sis.metadata.iso.maintenance that implement LenientComparable Modifier and Type Class Description class
DefaultMaintenanceInformation
Information about the scope and frequency of updating.class
DefaultScope
The target resource and physical extent for which information is reported.class
DefaultScopeDescription
Description of the class of information covered by the information. -
Uses of LenientComparable in org.apache.sis.metadata.iso.quality
Classes in org.apache.sis.metadata.iso.quality that implement LenientComparable Modifier and Type Class Description class
AbstractCompleteness
Presence and absence of features, their attributes and their relationships.class
AbstractElement
Type of test applied to the data specified by a data quality scope.class
AbstractLogicalConsistency
Degree of adherence to logical rules of data structure, attribution and relationships.class
AbstractPositionalAccuracy
Accuracy of the position of features.class
AbstractResult
Type of test applied to the data specified by a data quality scope.class
AbstractTemporalAccuracy
Accuracy of the temporal attributes and temporal relationships of features.class
AbstractThematicAccuracy
Accuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.class
DefaultAbsoluteExternalPositionalAccuracy
Closeness of reported coordinate values to values accepted as or being true.class
DefaultAccuracyOfATimeMeasurement
Correctness of the temporal references of an item (reporting of error in time measurement).class
DefaultCompletenessCommission
Excess data present in the dataset, as described by the scope.class
DefaultCompletenessOmission
Data absent from the dataset, as described by the scope.class
DefaultConceptualConsistency
Adherence to rules of the conceptual schema.class
DefaultConformanceResult
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.class
DefaultCoverageResult
Result of a data quality measure organising the measured values as a coverage.class
DefaultDataQuality
Quality information for the data specified by a data quality scope.class
DefaultDomainConsistency
Adherence of values to the value domains.class
DefaultFormatConsistency
Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.class
DefaultGriddedDataPositionalAccuracy
Closeness of gridded data position values to values accepted as or being true.class
DefaultNonQuantitativeAttributeAccuracy
Accuracy of non-quantitative attributes.class
DefaultQuantitativeAttributeAccuracy
Accuracy of quantitative attributes.class
DefaultQuantitativeResult
Information about the value (or set of values) obtained from applying a data quality measure.class
DefaultRelativeInternalPositionalAccuracy
Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.class
DefaultScope
Deprecated.As of ISO 19115:2014,DQ_Scope
has been replaced byMD_Scope
.class
DefaultTemporalConsistency
Correctness of ordered events or sequences, if reported.class
DefaultTemporalValidity
Validity of data specified by the scope with respect to time.class
DefaultThematicClassificationCorrectness
Comparison of the classes assigned to features or their attributes to a universe of discourse.class
DefaultTopologicalConsistency
Correctness of the explicitly encoded topological characteristics of the dataset as described by the scope.class
DefaultUsability
Deprecated.Not found in ISO 19115-3:2016 schemas. -
Uses of LenientComparable in org.apache.sis.metadata.iso.spatial
Classes in org.apache.sis.metadata.iso.spatial that implement LenientComparable Modifier and Type Class Description class
AbstractGeolocationInformation
Information used to determine geographic location corresponding to image location.class
AbstractSpatialRepresentation
Method used to represent geographic information in the dataset.class
DefaultDimension
Axis properties.class
DefaultGCP
Information on ground control point.class
DefaultGCPCollection
Information about a control point collection.class
DefaultGeometricObjects
Number of objects, listed by geometric object type, used in the dataset.class
DefaultGeorectified
Grid whose cells are regularly spaced in a geographic or projected coordinate reference system.class
DefaultGeoreferenceable
Grid with cells irregularly spaced in any given geographic/map projection coordinate reference system.class
DefaultGridSpatialRepresentation
Method used to represent geographic information in the dataset.class
DefaultVectorSpatialRepresentation
Information about the vector spatial objects in the dataset. -
Uses of LenientComparable in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement LenientComparable Modifier and Type Class Description class
AbstractParameterDescriptor
Abstract definition of a parameter or group of parameters used by a coordinate operation or a process.class
DefaultParameterDescriptor<T>
The definition of a single parameter used by an operation method.class
DefaultParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.class
DefaultParameterValue<T>
A single parameter value used by an operation method.class
DefaultParameterValueGroup
A group of related parameter values. -
Uses of LenientComparable in org.apache.sis.referencing
Classes in org.apache.sis.referencing that implement LenientComparable Modifier and Type Class Description class
AbstractIdentifiedObject
Base class for objects identified by a name or a code.class
AbstractReferenceSystem
Description of a spatial and temporal reference system used by a dataset. -
Uses of LenientComparable in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement LenientComparable Modifier and Type Class Description class
AbstractCRS
Coordinate reference system, defined by a coordinate system and (usually) a datum.class
DefaultCompoundCRS
A CRS describing the position of points through two or more independent coordinate reference systems.class
DefaultDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum).class
DefaultEngineeringCRS
A 1-, 2- or 3-dimensional contextually local coordinate reference system.class
DefaultGeocentricCRS
A 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.class
DefaultGeographicCRS
A 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.class
DefaultImageCRS
A 2-dimensional engineering coordinate reference system applied to locations in images.class
DefaultParametricCRS
A 1-dimensional coordinate reference system which uses parameter values or functions.class
DefaultProjectedCRS
A 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.class
DefaultTemporalCRS
A 1-dimensional coordinate reference system used for the recording of time.class
DefaultVerticalCRS
A 1-dimensional coordinate reference system used for recording heights or depths. -
Uses of LenientComparable in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement LenientComparable Modifier and Type Class Description class
AbstractCS
The set of coordinate system axes that spans a given coordinate space.class
DefaultAffineCS
A 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.class
DefaultCartesianCS
A 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.class
DefaultCompoundCS
A coordinate system made of two or more independent coordinate systems.class
DefaultCoordinateSystemAxis
Coordinate system axis name, direction, unit and range of values.class
DefaultCylindricalCS
A 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.class
DefaultEllipsoidalCS
A 2- or 3-dimensional coordinate system for geodetic latitude and longitude, optionally with ellipsoidal height.class
DefaultLinearCS
A 1-dimensional coordinate system for points that lie on a single axis (not necessarily a straight line).class
DefaultParametricCS
A 1-dimensional coordinate system for parametric values or functions.class
DefaultPolarCS
A 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.class
DefaultSphericalCS
A 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.class
DefaultTimeCS
A 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.class
DefaultUserDefinedCS
A 2- or 3-dimensional coordinate system for any combination of coordinate axes not covered by other CS types.class
DefaultVerticalCS
A 1-dimensional coordinate system for heights or depths of points. -
Uses of LenientComparable in org.apache.sis.referencing.datum
Classes in org.apache.sis.referencing.datum that implement LenientComparable Modifier and Type Class Description class
AbstractDatum
Specifies the relationship of a Coordinate System to the earth.class
DefaultEllipsoid
Geometric figure that can be used to describe the approximate shape of the earth.class
DefaultEngineeringDatum
Defines the origin of an engineering coordinate reference system.class
DefaultGeodeticDatum
Defines the location and orientation of an ellipsoid that approximates the shape of the earth.class
DefaultImageDatum
Defines the origin of an image coordinate reference system.class
DefaultParametricDatum
Defines the origin of a parametric coordinate reference system.class
DefaultPrimeMeridian
Defines the origin from which longitude values are determined.class
DefaultTemporalDatum
Defines the origin of a temporal coordinate reference system.class
DefaultVerticalDatum
Identifies a particular reference level surface used as a zero-height surface. -
Uses of LenientComparable in org.apache.sis.referencing.gazetteer
Classes in org.apache.sis.referencing.gazetteer that implement LenientComparable Modifier and Type Class Description class
GeohashReferenceSystem
Geographic coordinates represented as geohashes strings.class
MilitaryGridReferenceSystem
The Military Grid Reference System (MGRS).class
ModifiableLocationType
Helper class for building the description of a location.class
ReferencingByIdentifiers
Base class of reference systems that describe locations using geographic identifiers instead than coordinates. -
Uses of LenientComparable in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement LenientComparable Modifier and Type Class Description class
AbstractCoordinateOperation
Describes the operation for transforming coordinates in the source CRS to coordinates in the target CRS.class
DefaultConversion
A parameterized mathematical operation that converts coordinates to another CRS without any change of datum.class
DefaultOperationMethod
Describes the algorithm and parameters used to perform a coordinate operation.class
DefaultPassThroughOperation
Specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.class
DefaultTransformation
A parameterized mathematical operation that transforms coordinates to another CRS with a change of datum. -
Uses of LenientComparable in org.apache.sis.referencing.operation.matrix
Classes in org.apache.sis.referencing.operation.matrix that implement LenientComparable Modifier and Type Class Description class
Matrix1
class
Matrix2
class
Matrix3
class
Matrix4
class
MatrixSIS
AMatrix
able to perform some operations of interest to Spatial Information Systems (SIS). -
Uses of LenientComparable in org.apache.sis.referencing.operation.projection
Classes in org.apache.sis.referencing.operation.projection that implement LenientComparable Modifier and Type Class Description class
AlbersEqualArea
Albers Equal Area projection (EPSG code 9822).class
CylindricalEqualArea
Cylindrical Equal Area projection (EPSG codes 9834, 9835).class
LambertConicConformal
Lambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).class
Mercator
Mercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).class
Mollweide
Mollweide projection.class
NormalizedProjection
Base class for conversion services between ellipsoidal and cartographic projections.class
ObliqueMercator
Oblique Mercator projection (EPSG codes 9812, 9815).class
ObliqueStereographic
Oblique Stereographic projection (EPSG code 9809).class
PolarStereographic
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).class
Polyconic
American Polyconic projection (EPSG codes 9818).class
Sinusoidal
Sinusoidal equal-area projection, also known as "Sanson-Flamsteed".class
TransverseMercator
Transverse Mercator projection (EPSG codes 9807).class
ZonedGridSystem
Transverse Mercator Zoned Grid System projection (EPSG codes 9824). -
Uses of LenientComparable in org.apache.sis.referencing.operation.transform
Classes in org.apache.sis.referencing.operation.transform that implement LenientComparable Modifier and Type Class Description class
AbstractMathTransform
Provides a default implementation for most methods required by theMathTransform
interface.protected static class
AbstractMathTransform.Inverse
Base class for implementations of inverse math transforms.class
AbstractMathTransform1D
Base class for math transforms that are known to be one-dimensional in all cases.protected static class
AbstractMathTransform1D.Inverse
Base class for implementation of inverse math transforms.class
AbstractMathTransform2D
Base class for math transforms that are known to be two-dimensional in all cases.protected static class
AbstractMathTransform2D.Inverse
Base class for implementation of inverse math transforms.class
DatumShiftTransform
Transforms between two CRS (usually geographic) based on different datum.class
EllipsoidToCentricTransform
Transform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.class
InterpolatedGeocentricTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file.class
InterpolatedMolodenskyTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.class
InterpolatedTransform
Transforms between two CRS by performing translations interpolated from a grid file.class
MolodenskyTransform
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.class
PassThroughTransform
Transform which passes through a subset of coordinates to another transform.
-