Class TileFixture

java.lang.Object
org.opengis.cite.gpkg12.CommonFixture
org.opengis.cite.gpkg12.TileFixture
Direct Known Subclasses:
TiledGriddedCoverageTests, TileTests, WebPTests

public abstract class TileFixture extends CommonFixture
  • Field Details

  • Constructor Details

    • TileFixture

      public TileFixture()
  • Method Details

    • isEqual

      protected static boolean isEqual(double first, double second)
    • setUp

      @BeforeClass public void setUp() throws SQLException
      Sets up variables used across methods
      Throws:
      SQLException - if there is a database error
    • canReadImage

      protected static boolean canReadImage(Iterable<ImageReader> imageReaders, ImageInputStream image) throws IOException
      Throws:
      IOException
    • isAcceptedImageFormat

      protected boolean isAcceptedImageFormat(byte[] image) throws IOException
      Throws:
      IOException
    • setDataType

      protected void setDataType(String dataType)