Uses of Enum
org.apache.sis.util.ComparisonMode
Packages that use ComparisonMode
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Basic geometric objects (envelopes and direct positions).
A set of helper classes for grid coverages.
Classes that are normally omitted from public API because they duplicate existing classes,
but still temporarily used at XML (un)marshalling time for standards compliance.
French extensions defined by the Association Française de Normalisation (AFNOR)
which are now incorporated in latest ISO standard.
A set of helper classes having a dependency to Java2D.
Simple implementations of some ISO or Java interfaces.
A set of helper classes for the SIS implementation.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Root package for various metadata implementations.
Information about spatial, vertical, and temporal extent.
Descriptions and values of parameters used by a coordinate operation or a process.
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Relationship between any two Coordinate Reference Systems (CRS).
Matrix implementations for spatiotemporal referencing.
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate tuples.
Simple data objects and miscellaneous utilities.
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of ComparisonMode in org.apache.sis.coverage
Methods in org.apache.sis.coverage with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanRegionOfInterest.equals(Object other, ComparisonMode mode) Compares this region of interest with the given object for equality. -
Uses of ComparisonMode in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanGridExtent.equals(Object object, ComparisonMode mode) Compares the specified object with this grid extent for equality.booleanGridGeometry.equals(Object object, ComparisonMode mode) Compares the specified object with this grid geometry for equality. -
Uses of ComparisonMode in org.apache.sis.geometry
Methods in org.apache.sis.geometry with parameters of type ComparisonModeModifier and TypeMethodDescriptionprivate static booleanAbstractEnvelope.equals(org.opengis.referencing.crs.CoordinateReferenceSystem crs1, org.opengis.referencing.crs.CoordinateReferenceSystem crs2, ComparisonMode mode) Returnstrueif at least one of the specified CRS is null, or both CRS are approximately equals. -
Uses of ComparisonMode in org.apache.sis.internal.coverage
Methods in org.apache.sis.internal.coverage with parameters of type ComparisonModeModifier and TypeMethodDescriptionfinal booleanCompoundTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality. -
Uses of ComparisonMode in org.apache.sis.internal.jaxb.metadata.replace
Methods in org.apache.sis.internal.jaxb.metadata.replace with parameters of type ComparisonModeModifier and TypeMethodDescriptionfinal booleanParameter.equals(Object object, ComparisonMode mode) Compares this object with the given one for equality.booleanReferenceSystemMetadata.equals(Object object, ComparisonMode mode) Compares this object with the given one for equality. -
Uses of ComparisonMode in org.apache.sis.internal.profile.fra
Methods in org.apache.sis.internal.profile.fra with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanDirectReferenceSystem.equals(Object object, ComparisonMode mode) Compares this object with the given one for equality.booleanIndirectReferenceSystem.equals(Object object, ComparisonMode mode) Compares this object with the given one for equality. -
Uses of ComparisonMode in org.apache.sis.internal.referencing.j2d
Methods in org.apache.sis.internal.referencing.j2d with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAffineTransform2D.equals(Object object, ComparisonMode mode) Compares this affine transform with the given object for equality. -
Uses of ComparisonMode in org.apache.sis.internal.simple
Methods in org.apache.sis.internal.simple with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanSimpleIdentifiedObject.equals(Object object, ComparisonMode mode) Compares this object with the given one for equality. -
Uses of ComparisonMode in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util with parameters of type ComparisonModeModifier and TypeMethodDescriptionstatic booleanNumerics.epsilonEqual(double v1, double v2, ComparisonMode mode) Returnstrueif the given values are approximately equal given the comparison mode. -
Uses of ComparisonMode in org.apache.sis.measure
Methods in org.apache.sis.measure with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractUnit.equals(Object other, ComparisonMode mode) Compares this unit with the given object for equality, optionally ignoring metadata and rounding errors.booleanConcatenatedConverter.equals(Object other, ComparisonMode mode) Compares this converter with the given object for equality, optionally ignoring rounding errors.booleanConventionalUnit.equals(Object other, ComparisonMode mode) Compares this unit with the given object for equality, optionally ignoring metadata and rounding errors.booleanIdentityConverter.equals(Object other, ComparisonMode mode) Compares this converter with the given object for equality, optionally ignoring rounding errors.booleanLinearConverter.equals(Object other, ComparisonMode mode) Compares this converter with the given object for equality, optionally ignoring rounding errors.booleanSystemUnit.equals(Object other, ComparisonMode mode) Compares this unit with the given object for equality, optionally ignoring metadata and rounding errors. -
Uses of ComparisonMode in org.apache.sis.metadata
Methods in org.apache.sis.metadata with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractMetadata.equals(Object object, ComparisonMode mode) Compares this metadata with the specified object for equality.booleanMetadataStandard.equals(Object metadata1, Object metadata2, ComparisonMode mode) Compares the two specified metadata objects.booleanPropertyAccessor.equals(Object metadata1, Object metadata2, ComparisonMode mode) Compares the two specified metadata objects. -
Uses of ComparisonMode in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanDefaultGeographicBoundingBox.equals(Object object, ComparisonMode mode) Compares this geographic bounding box with the specified object for equality. -
Uses of ComparisonMode in org.apache.sis.parameter
Methods in org.apache.sis.parameter with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractParameterDescriptor.equals(Object object, ComparisonMode mode) Compares the specified object with this parameter for equality.booleanDefaultParameterDescriptor.equals(Object object, ComparisonMode mode) Compares the specified object with this parameter for equality.booleanDefaultParameterDescriptorGroup.equals(Object object, ComparisonMode mode) Compares the specified object with this parameter group for equality.booleanDefaultParameterValue.equals(Object object, ComparisonMode mode) Compares the specified object with this parameter for equality.booleanDefaultParameterValueGroup.equals(Object object, ComparisonMode mode) Compares the specified object with this parameter for equality.(package private) static booleanDefaultParameterValueGroup.equals(Parameters expected, org.opengis.parameter.ParameterValueGroup actual, ComparisonMode mode) Compares the given objects for equality, ignoring parameter order in "ignore metadata" mode.booleanFilteredParameters.equals(Object object, ComparisonMode mode) Compares the specified object with this parameter for equality.booleanTensorValues.equals(Object object, ComparisonMode mode) Compares this object with the specified one for equality.booleanUnmodifiableParameterValueGroup.equals(Object object, ComparisonMode mode) Compares the specified object with this parameter for equality. -
Uses of ComparisonMode in org.apache.sis.referencing
Methods in org.apache.sis.referencing with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractIdentifiedObject.equals(Object object, ComparisonMode mode) Compares this object with the given object for equality.booleanAbstractReferenceSystem.equals(Object object, ComparisonMode mode) Compares this reference system with the specified object for equality. -
Uses of ComparisonMode in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractCRS.equals(Object object, ComparisonMode mode) Compares this coordinate reference system with the specified object for equality.booleanAbstractDerivedCRS.equals(Object object, ComparisonMode mode) Compares this coordinate reference system with the specified object for equality.booleanDefaultCompoundCRS.equals(Object object, ComparisonMode mode) Compares this coordinate reference system with the specified object for equality.booleanDefaultDerivedCRS.equals(Object object, ComparisonMode mode) Compares this coordinate reference system with the specified object for equality.booleanDefaultProjectedCRS.equals(Object object, ComparisonMode mode) Compares this coordinate reference system with the specified object for equality. -
Uses of ComparisonMode in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractCS.equals(Object object, ComparisonMode mode) Compares the specified object with this coordinate system for equality.booleanDefaultCompoundCS.equals(Object object, ComparisonMode mode) Compares this coordinate system with the specified object for equality.booleanDefaultCoordinateSystemAxis.equals(Object object, ComparisonMode mode) Compares the specified object with this axis for equality.private booleanDefaultCoordinateSystemAxis.equalsIgnoreMetadata(org.opengis.referencing.cs.CoordinateSystemAxis that, ComparisonMode mode, boolean cr) Compares the unit and direction of this axis with the ones of the given axis. -
Uses of ComparisonMode in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractDatum.equals(Object object, ComparisonMode mode) Compares the specified object with this datum for equality.booleanDefaultEllipsoid.equals(Object object, ComparisonMode mode) Compares this ellipsoid with the specified object for equality.booleanDefaultGeodeticDatum.equals(Object object, ComparisonMode mode) Compare this datum with the specified object for equality.booleanDefaultImageDatum.equals(Object object, ComparisonMode mode) Compares this datum with the specified object for equality.booleanDefaultPrimeMeridian.equals(Object object, ComparisonMode mode) Compares this prime meridian with the specified object for equality.booleanDefaultTemporalDatum.equals(Object object, ComparisonMode mode) Compares this temporal datum with the specified object for equality.booleanDefaultVerticalDatum.equals(Object object, ComparisonMode mode) Compare this vertical datum with the specified object for equality. -
Uses of ComparisonMode in org.apache.sis.referencing.factory
Fields in org.apache.sis.referencing.factory declared as ComparisonModeModifier and TypeFieldDescription(package private) static final ComparisonModeIdentifiedObjectFinder.COMPARISON_MODEThe criterion for determining if a candidate found byIdentifiedObjectFindershould be considered equals to the requested object. -
Uses of ComparisonMode in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractLocationType.equals(Object object, ComparisonMode mode) Compares this location type with the specified object for equality.booleanReferencingByIdentifiers.equals(Object object, ComparisonMode mode) Compares this reference system with the specified object for equality. -
Uses of ComparisonMode in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanAbstractCoordinateOperation.equals(Object object, ComparisonMode mode) Compares this coordinate operation with the specified object for equality.booleanAbstractSingleOperation.equals(Object object, ComparisonMode mode) Compares this coordinate operation with the specified object for equality.booleanDefaultConcatenatedOperation.equals(Object object, ComparisonMode mode) Compares this concatenated operation with the specified object for equality.booleanDefaultOperationMethod.equals(Object object, ComparisonMode mode) Compares this operation method with the specified object for equality.booleanDefaultPassThroughOperation.equals(Object object, ComparisonMode mode) Compares this concatenated operation with the specified object for equality. -
Uses of ComparisonMode in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix with parameters of type ComparisonModeModifier and TypeMethodDescriptionstatic booleanMatrices.equals(org.opengis.referencing.operation.Matrix m1, org.opengis.referencing.operation.Matrix m2, ComparisonMode mode) Compares the given matrices for equality, using the given comparison strictness level.booleanMatrixSIS.equals(Object object, ComparisonMode mode) Compares this matrix with the given object for equality. -
Uses of ComparisonMode in org.apache.sis.referencing.operation.projection
Methods in org.apache.sis.referencing.operation.projection with parameters of type ComparisonModeModifier and TypeMethodDescriptionbooleanLongitudeWraparound.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanNormalizedProjection.equals(Object object, ComparisonMode mode) Compares the given object with this transform for equivalence.booleanZonedGridSystem.equals(Object object, ComparisonMode mode) Compares the given object with this transform for equivalence. -
Uses of ComparisonMode in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type ComparisonModeModifier and TypeMethodDescriptionfinal booleanAbstractLinearTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this linear transform for equality.booleanAbstractMathTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanAbstractMathTransform.Inverse.equals(Object object, ComparisonMode mode) Compares the specified object with this inverse math transform for equality.booleanConcatenatedTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanDatumShiftTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanEllipsoidToCentricTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanExponentialTransform1D.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanInterpolatedTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanLinearInterpolator1D.equals(Object object, ComparisonMode mode) Compares this transform with the given object for equality.booleanLinearTransform1D.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanLogarithmicTransform1D.Base10.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanMolodenskyFormula.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanPassThroughTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanPoleRotation.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanPowerTransform1D.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.final booleanSpecializableTransform.equals(Object object, ComparisonMode mode) Compares the specified object with this math transform for equality.booleanWraparoundTransform.equals(Object object, ComparisonMode mode) Compares this transform with the given object for equality. -
Uses of ComparisonMode in org.apache.sis.util
Methods in org.apache.sis.util that return ComparisonModeModifier and TypeMethodDescriptionstatic ComparisonModeComparisonMode.equalityLevel(Object o1, Object o2) If the two given objects are equal according one of the modes enumerated in this class, then returns that mode.static ComparisonModeReturns the enum constant of this type with the specified name.static ComparisonMode[]ComparisonMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.util with parameters of type ComparisonModeModifier and TypeMethodDescriptionstatic booleanUtilities.deepEquals(Object object1, Object object2, ComparisonMode mode) Convenience method for testing two objects for equality using the given level of strictness.booleanLenientComparable.equals(Object other, ComparisonMode mode) Compares this object with the given object for equality.private static booleanUtilities.equals(Iterable<?> object1, Iterable<?> object2, ComparisonMode mode) Compares two collections.private static booleanUtilities.equals(LenientComparable[] array1, Object[] array2, ComparisonMode mode) Compares two arrays where at least one array is known to containLenientComparableelements.private static booleanUtilities.isNotDebug(ComparisonMode mode) Returnstrueif the given mode is notDEBUG. -
Uses of ComparisonMode in org.apache.sis.xml
Methods in org.apache.sis.xml with parameters of type ComparisonModeModifier and TypeMethodDescriptionprivate booleanNilObjectHandler.equals(Object proxy, Object other, ComparisonMode mode) Compares the given objects to the given level of strictness.