Class DataAttribution

java.lang.Object
com.luciad.models.DataAttribution
All Implemented Interfaces:
AutoCloseable

public final class DataAttribution extends Object implements AutoCloseable
Data class that stores attribution data.
Since:
2024.0
  • Constructor Details

    • DataAttribution

      public DataAttribution(@NotNull List<@NotNull String> strings)
      Creates a new DataAttribution.
      Parameters:
      strings - the attribution strings.
  • Method Details