Class FeatureInputMarkCollection

Object
FeatureInputMarkCollection
All Implemented Interfaces:
FeatureInput, FeatureInputWithResolution

public class FeatureInputMarkCollection extends Object implements FeatureInputWithResolution
Feature input that contains a collection of marks and optional dimensions.

This class implements FeatureInputWithResolution to provide resolution information if available from the dimensions.

  • Constructor Details

    • FeatureInputMarkCollection

      public FeatureInputMarkCollection(MarkCollection marks, Optional<Dimensions> dimensions)
      Creates a new FeatureInputMarkCollection instance.
      Parameters:
      marks - The collection of marks.
      dimensions - Optional dimensions associated with the mark collection.
  • Method Details