Class UriBuilder
java.lang.Object
org.opengis.cite.ogcapiprocesses10.openapi3.UriBuilder
Builds a URL out of a TestPoint.
- Author:
- Lyn Goltz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildUrl()
buildUrl.collectionName
(String collectionName) Adds the collectionName to the URIAdds the featureId to the URI
-
Constructor Details
-
UriBuilder
Constructor for UriBuilder.
- Parameters:
testPoint
- nevernull
-
-
Method Details
-
collectionName
Adds the collectionName to the URI- Parameters:
collectionName
- nevernull
- Returns:
- this UrlBuilder
-
featureId
Adds the featureId to the URI- Parameters:
featureId
- nevernull
- Returns:
- this UrlBuilder
-
buildUrl
buildUrl.
- Returns:
- this URI, never
null
-