Class UriBuilder
java.lang.Object
org.opengis.cite.ogcapitiles10.openapi3.UriBuilder
Builds a URL out of a TestPoint.
- Author:
- Lyn Goltz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildUrl()collectionName(String collectionName) Adds the collectionName to the URIAdds the featureId to the URI
-
Constructor Details
-
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
- Returns:
- this URI, never
null
-