Package org.apache.sis.image
Class AnnotatedImage.CacheKey
java.lang.Object
org.apache.sis.image.AnnotatedImage.CacheKey
- Enclosing class:
- AnnotatedImage
Keys in the
AnnotatedImage.cache
when AnnotatedImage.areaOfInterest
is non-null.-
Field Details
-
property
The property name (never null). -
areaOfInterest
The area of interest, or null if none. -
extraParameter
Parameter specific to subclass, or null if none.
-
-
Constructor Details
-
CacheKey
Creates a new key for the given property and AOI.
-
-
Method Details
-
hashCode
public int hashCode()Returns a hash code value for this key. -
equals
Compares this key with the given object for equality. -
toString
Returns a string representation of this key for debugging purpose.
-