Package | Description |
---|---|
org.apache.sis.metadata |
Root package for various metadata implementations.
|
org.apache.sis.metadata.iso.extent |
Extent implementation.
|
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMetadata.equals(Object object,
ComparisonMode mode)
Compares this metadata with the specified object for equality.
|
boolean |
MetadataStandard.equals(Object metadata1,
Object metadata2,
ComparisonMode mode)
Compares the two specified metadata objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultGeographicBoundingBox.equals(Object object,
ComparisonMode mode)
Compares this geographic bounding box with the specified object for equality.
|
Modifier and Type | Method and Description |
---|---|
static ComparisonMode |
ComparisonMode.equalityLevel(Object o1,
Object o2)
If the two given objects are equals according one of the modes enumerated in this class,
then returns that mode.
|
static ComparisonMode |
ComparisonMode.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Utilities.deepEquals(Object object1,
Object object2,
ComparisonMode mode)
Convenience method for testing two objects for equality using the given level of strictness.
|
boolean |
LenientComparable.equals(Object other,
ComparisonMode mode)
Compares this object with the given object for equality.
|
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.