Class BoundingBox

All Implemented Interfaces:
Serializable, Cloneable, Iterable<BigDecimal>, Collection<BigDecimal>, List<BigDecimal>, RandomAccess, SequencedCollection<BigDecimal>

public class BoundingBox extends ArrayList<BigDecimal> implements Serializable
The bounding box of a geometry, feature or feature collection.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • BoundingBox

      public BoundingBox(Collection<? extends BigDecimal> coordinates)
      Instantiates a new bounding box.
      Parameters:
      coordinates - the coordinates
  • Method Details