Package com.luciad.models
Class DataAttribution
java.lang.Object
com.luciad.models.DataAttribution
- All Implemented Interfaces:
AutoCloseable
Data class that stores attribution data.
- Since:
- 2024.0
-
Constructor Summary
ConstructorDescriptionDataAttribution
(List<@NotNull String> strings) Creates a newDataAttribution
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static DataAttribution
empty()
Creates an emptyDataAttribution
.boolean
protected void
finalize()
Returns the attribution strings.int
hashCode()
-
Constructor Details
-
DataAttribution
Creates a newDataAttribution
.- Parameters:
strings
- the attribution strings.
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
empty
Creates an emptyDataAttribution
.- Returns:
- an empty
DataAttribution
.
-
getAttributionStrings
Returns the attribution strings.- Returns:
- the attribution strings.
-
hashCode
public int hashCode() -
equals
-