java.lang.Object
org.opengis.cite.ogcapitiles10.CommonFixture
org.opengis.cite.ogcapitiles10.conformance.Tile

public class Tile extends CommonFixture
Updated at the OGC API - Tiles Sprint 2020 by ghobona A.2.2. Landing Page {root}/
Author:
Lyn Goltz
  • Constructor Details

    • Tile

      public Tile()
  • Method Details

    • validateTilesAreAvailable

      public void validateTilesAreAvailable() throws Exception
       Implements Abstract test A.2
       Addresses Requirement 1: /req/core/tc-op
       
      Throws:
      Exception
    • validateSuccessfulTilesExecutionFollowingLinks

      public void validateSuccessfulTilesExecutionFollowingLinks() throws Exception
       Implements Abstract test A.6: /conf/core/tc-success
       Addresses Requirement 5: /req/core/tc-success
       
      Throws:
      Exception
    • validateTilesErrorConditions

      public void validateTilesErrorConditions() throws Exception
       Implements Abstract test A.7: /conf/core/tc-error
       Addresses Requirement 6: /req/core/tc-error
       
      Throws:
      Exception
    • validateTileMatrixDefinitionIsAvailable

      public void validateTileMatrixDefinitionIsAvailable() throws Exception
       Implements Abstract test A.3
       Addresses Requirement 2: /req/core/tc-tilematrix-definition
       
      Throws:
      Exception
    • validateTileRowDefinitionIsAvailable

      public void validateTileRowDefinitionIsAvailable() throws Exception
       Implements Abstract test A.4
       Addresses Requirement 3: /req/core/tc-tilerow-definition
       
      Throws:
      Exception
    • validateTileColDefinitionIsAvailable

      public void validateTileColDefinitionIsAvailable() throws Exception
       Implements Abstract test A.5
       Addresses Requirement 4: /req/core/tc-tilecol-definition
       
      Throws:
      Exception
    • readJSONObjectFromURL

      public String readJSONObjectFromURL(URL requestURL) throws IOException
      Throws:
      IOException