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
ConstructorsConstructorDescriptionDataAttribution(List<@NotNull String> strings) Creates a newDataAttribution. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static DataAttributionempty()Creates an emptyDataAttribution.booleanprotected voidfinalize()Returns the attribution strings.inthashCode()
-
Constructor Details
-
DataAttribution
Creates a newDataAttribution.- Parameters:
strings- the attribution strings.
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
empty
Creates an emptyDataAttribution.- Returns:
- an empty
DataAttribution.
-
getAttributionStrings
Returns the attribution strings.- Returns:
- the attribution strings.
-
hashCode
public int hashCode() -
equals
-