Class CrsMatcher

java.lang.Object
de.latlon.ets.wms13.core.crs.CrsMatcher

public class CrsMatcher extends Object
Contains useful methods regarding supported/expected CRS.
Author:
Lyn Goltz
  • Constructor Details

    • CrsMatcher

      public CrsMatcher()
  • Method Details

    • retrieveOverlappingCrs

      public List<String> retrieveOverlappingCrs(BoundingBox geographicBoundingBox)
      Finds all CRS overlapping the passed BoundingBox.
      Parameters:
      geographicBoundingBox - to find overlapping bboxes for, the crs of the BoundingBox must be 'CRS:84', never null
      Returns:
      a list BoundingBox overlapping the passed one, may be empty but never null
    • openStream

      InputStream openStream()
      For test cases only!
      Returns:
      the opened stream to the BBOX_FILE
    • parseBoundingBoxes

      List<BoundingBox> parseBoundingBoxes()
      Returns:
      all bounding boxes parsed from the stream, never null