Class UriBuilder

java.lang.Object
org.opengis.cite.ogcapitiles10.openapi3.UriBuilder

public class UriBuilder extends Object
Builds a URL out of a TestPoint.
Author:
Lyn Goltz
  • Constructor Details

    • UriBuilder

      public UriBuilder(TestPoint testPoint)
      Parameters:
      testPoint - never null
  • Method Details

    • collectionName

      public UriBuilder collectionName(String collectionName)
      Adds the collectionName to the URI
      Parameters:
      collectionName - never null
      Returns:
      this UrlBuilder
    • featureId

      public UriBuilder featureId(String featureId)
      Adds the featureId to the URI
      Parameters:
      featureId - never null
      Returns:
      this UrlBuilder
    • buildUrl

      public String buildUrl()
      Returns:
      this URI, never null