Class MultiRegionExtent

All Implemented Interfaces:
IBatchProcessor, Extent, InputExtent, OutputExtent, Serializable

public class MultiRegionExtent extends FaweRegionExtent
See Also:
  • Constructor Details

    • MultiRegionExtent

      public MultiRegionExtent(Extent extent, FaweLimit limit, @Nullable Region[] allowed, @Nullable Region[] disallowed)
      Create a new instance. Has both allowed and disallowed regions. Assumes that disallowed regions are encompassed by allowed regions.
      Parameters:
      extent - the extent
      limit - the limit to be used
      allowed - the allowed regions or null for global editing
      disallowed - the disallowed regions or null for no disallowed regions
  • Method Details