Skip navigation links
A B D E F G H I J K L M N O P R S T U V W X 

A

AbstractBaseGetCapabilitiesFixture - Class in org.opengeospatial.cite.wmts10.ets.testsuite.getcapabilities
 
AbstractBaseGetCapabilitiesFixture() - Constructor for class org.opengeospatial.cite.wmts10.ets.testsuite.getcapabilities.AbstractBaseGetCapabilitiesFixture
 
AbstractBaseGetFeatureInfoFixture - Class in org.opengeospatial.cite.wmts10.ets.testsuite.getfeatureinfo
 
AbstractBaseGetFeatureInfoFixture() - Constructor for class org.opengeospatial.cite.wmts10.ets.testsuite.getfeatureinfo.AbstractBaseGetFeatureInfoFixture
 
AbstractBaseGetFixture - Class in org.opengeospatial.cite.wmts10.ets.testsuite
A supporting base class that provides common configuration methods and data providers.
AbstractBaseGetFixture() - Constructor for class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 
AbstractBaseGetTileFixture - Class in org.opengeospatial.cite.wmts10.ets.testsuite.gettile
 
AbstractBaseGetTileFixture() - Constructor for class org.opengeospatial.cite.wmts10.ets.testsuite.gettile.AbstractBaseGetTileFixture
 
AbstractWmtsTestNGController - Class in org.opengeospatial.cite.wmts10.ets.core
Main test run controller for WMTS oversees execution of TestNG test suites.
AbstractWmtsTestNGController() - Constructor for class org.opengeospatial.cite.wmts10.ets.core.AbstractWmtsTestNGController
Default constructor uses the location given by the "user.home" system property as the root output directory.
AbstractWmtsTestNGController(String) - Constructor for class org.opengeospatial.cite.wmts10.ets.core.AbstractWmtsTestNGController
Construct a controller that writes results to the given output directory.
ACCEPT_FORMAT_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
ACCEPT_VERSIONS_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
addAttributesOnTestFailure(ITestResult) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
Augments the test result with supplementary attributes in the event that a test method failed.
addAttributesOnTestSuccess(ITestResult) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
Augments the test result with supplementary attributes in the event that a test method succeeded.
addKvp(String, String) - Method in class org.opengeospatial.cite.wmts10.ets.core.client.WmtsKvpRequest
Add a new key value pair.
addNamespace(String, String) - Method in class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 
addParameter(String, String, String) - Method in class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 
addParameterWithChild(String, String, String, String) - Method in class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 
addWmtsAttribute(String, String) - Method in class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 
asQueryString() - Method in class org.opengeospatial.cite.wmts10.ets.core.client.WmtsKvpRequest
 
assertContentType(SoftAssert, MultivaluedMap<String, String>, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the actual content type matches the expected content type.
assertContentType(MultivaluedMap<String, String>, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the actual content type matches the expected content type.
assertSimpleWMTSCapabilities(Document) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the given DOM document has the expected root element 'WMTS_Capabilities' in namespace {http://www.opengis.net/wmts}.
assertStatusCode(SoftAssert, int, int...) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the actual HTTP status code matches one of the expected status codes.
assertStatusCode(int, int...) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the actual HTTP status code matches one of the expected status codes.
assertUriIsResolvable(SoftAssert, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the url is resolvable (status code is 200).
assertUrl(SoftAssert, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the string is a valid url.
assertUrl(String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the string is a valid url.
assertVersion100(Document) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that the actual content type matches the expected content type.
assertXPath(SoftAssert, String, Node, NamespaceBindings) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that an XPath 1.0 expression holds true for the given evaluation context.
assertXPath(String, Node, NamespaceBindings) - Static method in class org.opengeospatial.cite.wmts10.ets.core.assertion.WmtsAssertion
Asserts that an XPath 1.0 expression holds true for the given evaluation context.

B

BoundingBox - Class in org.opengeospatial.cite.wmts10.ets.core.domain
Represents a bounding box of a layer from a capabilities document.
BoundingBox(String, double, double, double, double) - Constructor for class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
buildGetCapabilitiesRequest(Document, List<LayerInfo>) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.request.WmtsKvpRequestBuilder
 
buildGetCapabilitiesRequest() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.getcapabilities.AbstractBaseGetCapabilitiesFixture
Builds a (WmtsKvpRequest} representing a GetCapabilities request for a complete service metadata document.
buildGetCapabilitiesResponse() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 
buildGetFeatureInfoRequest(Document, List<LayerInfo>) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.request.WmtsKvpRequestBuilder
Creates a GetFatureInfo request with random parameters from the WMTS Capabilities.
buildGetFeatureInfoRequest() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.getfeatureinfo.AbstractBaseGetFeatureInfoFixture
Builds a {WmtsKvpRequest} representing a GetMap request.
buildGetTileRequest(Document, List<LayerInfo>) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.request.WmtsKvpRequestBuilder
Creates a GetTile request with random parameters from the WMTS Capabilities.
buildGetTileRequest() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.gettile.AbstractBaseGetTileFixture
Builds a {WmtsKvpRequest} representing a GetTile request.

D

docBuilder - Variable in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 

E

equals(Object) - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
equals(Object) - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
 

F

FORMAT_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 

G

GET_CAPABILITIES - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
request types
GET_FEATURE_INFO - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
GET_TILE - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
getBboxAsString() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
getBboxes() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
 
getCapabilities() - Method in class org.opengeospatial.cite.wmts10.ets.core.client.WmtsClient
Retrieves a complete representation of the capabilities document from the WMTS implementation described by the service metadata.
GetCapabilitiesCrsTest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesCrsTest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesCrsTest
 
GetCapabilitiesKeywordTest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesKeywordTest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKeywordTest
 
GetCapabilitiesKvpFormatTest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesKvpFormatTest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKvpFormatTest
 
GetCapabilitiesKvpVersionTest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesKvpVersionTest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKvpVersionTest
 
GetCapabilitiesOperations - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesOperations() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesOperations
 
GetCapabilitiesProjectionTest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesProjectionTest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesProjectionTest
 
GetCapabilitiesRest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesRest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesRest
 
GetCapabilitiesSoap - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesSoap() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesSoap
 
GetCapabilitiesSoapVersionTest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesSoapVersionTest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesSoapVersionTest
 
GetCapabilitiesWellKnownScaleTest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
GetCapabilitiesWellKnownScaleTest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesWellKnownScaleTest
 
getCrs() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
getElementName() - Method in enum org.opengeospatial.cite.wmts10.ets.core.domain.ProtocolBinding
 
GetFeatureInfoKvp - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo
 
GetFeatureInfoKvp() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoKvp
 
GetFeatureInfoResponse - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo
 
GetFeatureInfoResponse() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoResponse
 
GetFeatureInfoRest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo
 
GetFeatureInfoRest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoRest
 
GetFeatureInfoSoap - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo
 
GetFeatureInfoSoap() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoSoap
 
getGeographicBbox() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
 
getKvpValue(String) - Method in class org.opengeospatial.cite.wmts10.ets.core.client.WmtsKvpRequest
Gets the current value of a the KVP, if existing.
getLayerName() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
 
getMaxX() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
getMaxY() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
getMinX() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
getMinY() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
getName() - Method in enum org.opengeospatial.cite.wmts10.ets.core.domain.SuiteAttribute
 
getNode(XPath, Node, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
getNode(Node, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
getNodeElements(XPath, Node, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
getNodeElements(Node, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
getNodeText(XPath, Node, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
getNodeText(Node, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
getOperationBindings(Document, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
Determines which protocol bindings are supported for a given operation.
getOperationEndpoint_KVP(Document, String, ProtocolBinding) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
Extracts a request KVP endpoint from a WMTS capabilities document.
getOperationEndpoint_REST(Document, String, ProtocolBinding) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
Extracts a request REST endpoint from a WMTS capabilities document.
getOperationEndpoint_SOAP(Document, String, ProtocolBinding) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
Extracts a request SOAP endpoint from a WMTS capabilities document.
getResponseDocument() - Method in class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 
getSoapResponse(boolean) - Method in class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 
getTestNgConfiguration() - Method in class org.opengeospatial.cite.wmts10.nsg.WmtsNSGTestNGController
 
GetTileCachingInfo - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.gettile
 
GetTileCachingInfo() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileCachingInfo
 
GetTileOfferings - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.gettile
 
GetTileOfferings() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
GetTileParametersKvp - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.gettile
 
GetTileParametersKvp() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersKvp
 
GetTileParametersRest - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.gettile
 
GetTileParametersRest() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersRest
 
GetTileParametersSoap - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.gettile
 
GetTileParametersSoap() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersSoap
 
getType() - Method in enum org.opengeospatial.cite.wmts10.ets.core.domain.SuiteAttribute
 
getXMLElementTextValue(Element, String) - Static method in class org.opengeospatial.cite.wmts10.nsg.core.util.NSG_XMLUtils
Parse the text value of the tag with the specified name.
GML - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
GML

H

hashCode() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
hashCode() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
 

I

I_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
IMAGE_GIF - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
IMAGE_JPEG - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
IMAGE_PNG - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
INFO_FORMAT_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
GetFeatureInfo request parameters
init(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKvpFormatTest
 
initBaseFixture(ITestContext) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
Sets up the base fixture.
initParser() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
Initializes the (namespace-aware) DOM parser.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.opengeospatial.cite.wmts10.ets.core.util.SOAPMessageConsumer
 

J

J_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 

K

KVP_ENC - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
Capabilities element indicating support for HTTP GET method bindings.

L

LAYER_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
GetTile request parameters
LayerInfo - Class in org.opengeospatial.cite.wmts10.ets.core.domain
Represents a named layer from a capabilities document.
LayerInfo(String, List<BoundingBox>, BoundingBox) - Constructor for class org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
 
layerInfo - Variable in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 

M

main(String[]) - Static method in class org.opengeospatial.cite.wmts10.nsg.WmtsNSGTestNGController
A convenience method to facilitate test development.
makeResponseDocument(SOAPMessage) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 

N

normaliseCrsName(String) - Static method in class org.opengeospatial.cite.wmts10.nsg.core.util.NSG_CRSUtils
Converts the passed crs a form like 'EPSG:4326' e.g "urn:ogc:def:crs:EPSG::3857" into "EPSG:3857"
NS_BINDINGS - Static variable in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 
NSG_CRSUtils - Class in org.opengeospatial.cite.wmts10.nsg.core.util
 
NSG_CRSUtils() - Constructor for class org.opengeospatial.cite.wmts10.nsg.core.util.NSG_CRSUtils
 
NSG_XMLUtils - Class in org.opengeospatial.cite.wmts10.nsg.core.util
 
NSG_XMLUtils() - Constructor for class org.opengeospatial.cite.wmts10.nsg.core.util.NSG_XMLUtils
 

O

onFinish(ISuite) - Method in class org.opengeospatial.cite.wmts10.ets.core.SuiteFixtureListener
 
onStart(ISuite) - Method in class org.opengeospatial.cite.wmts10.ets.core.SuiteFixtureListener
 
openXMLDocument(InputStream, String) - Static method in class org.opengeospatial.cite.wmts10.nsg.core.util.NSG_XMLUtils
Opens the XML document with the element with the specified rootName.
org.opengeospatial.cite.wmts10.ets.core - package org.opengeospatial.cite.wmts10.ets.core
 
org.opengeospatial.cite.wmts10.ets.core.assertion - package org.opengeospatial.cite.wmts10.ets.core.assertion
 
org.opengeospatial.cite.wmts10.ets.core.client - package org.opengeospatial.cite.wmts10.ets.core.client
 
org.opengeospatial.cite.wmts10.ets.core.domain - package org.opengeospatial.cite.wmts10.ets.core.domain
 
org.opengeospatial.cite.wmts10.ets.core.util - package org.opengeospatial.cite.wmts10.ets.core.util
 
org.opengeospatial.cite.wmts10.ets.core.util.request - package org.opengeospatial.cite.wmts10.ets.core.util.request
 
org.opengeospatial.cite.wmts10.ets.testsuite - package org.opengeospatial.cite.wmts10.ets.testsuite
 
org.opengeospatial.cite.wmts10.ets.testsuite.getcapabilities - package org.opengeospatial.cite.wmts10.ets.testsuite.getcapabilities
 
org.opengeospatial.cite.wmts10.ets.testsuite.getfeatureinfo - package org.opengeospatial.cite.wmts10.ets.testsuite.getfeatureinfo
 
org.opengeospatial.cite.wmts10.ets.testsuite.gettile - package org.opengeospatial.cite.wmts10.ets.testsuite.gettile
 
org.opengeospatial.cite.wmts10.nsg - package org.opengeospatial.cite.wmts10.nsg
 
org.opengeospatial.cite.wmts10.nsg.core.util - package org.opengeospatial.cite.wmts10.nsg.core.util
 
org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities - package org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo - package org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo
 
org.opengeospatial.cite.wmts10.nsg.testsuite.gettile - package org.opengeospatial.cite.wmts10.nsg.testsuite.gettile
 
OUTPUT_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
OWS - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
OWS

P

parseBoundingBox(Node, boolean) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
Parses the BoundingBox from the layer; either as the WGS84 Bbox, or one of the other listed ones
parseLayerChildElements(Document, String, String) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
Parses the configured formats for the given operation.
parseLayerInfo(Document) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
Parses all named layers from the capabilities document.
parseLayers(XPath, Document) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
parseLayers(Document) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
parseNodeElementName(XPath, Node) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
parseNodeElementName(Node) - Static method in class org.opengeospatial.cite.wmts10.ets.core.util.ServiceMetadataUtils
 
Prerequisites - Class in org.opengeospatial.cite.wmts10.ets.testsuite
Confirms the readiness of the SUT to undergo testing.
Prerequisites() - Constructor for class org.opengeospatial.cite.wmts10.ets.testsuite.Prerequisites
 
processWmtsParameter(ISuite) - Method in class org.opengeospatial.cite.wmts10.ets.core.SuiteFixtureListener
Processes the "wmts" test suite parameter that specifies a URI reference for the service description (capabilities document).
ProtocolBinding - Enum in org.opengeospatial.cite.wmts10.ets.core.domain
An enumerated type that indicates how a request message is bound to an application protocol.

R

readFrom(Class<SOAPMessage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.opengeospatial.cite.wmts10.ets.core.util.SOAPMessageConsumer
 
removeKvp(String) - Method in class org.opengeospatial.cite.wmts10.ets.core.client.WmtsKvpRequest
Removes the KVP with the passed key, if existing.
reqEntity - Variable in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 
REQUEST_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
common request parameters
rspEntity - Variable in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 

S

SERVICE_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
SERVICE_TYPE_CODE - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
common request values
serviceGML - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
 
serviceIsAvailable(ITestContext) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.Prerequisites
Confirms that the SUT is available and produces a service description in response to a basic GetCapabilities request.
ServiceMetadataContent - Class in org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities
 
ServiceMetadataContent() - Constructor for class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
ServiceMetadataUtils - Class in org.opengeospatial.cite.wmts10.ets.core.util
Provides various utility methods for accessing service metadata.
serviceOWS - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
 
serviceSOAP - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
 
serviceSOAPWMTS - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
 
serviceWMTS - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
 
serviceXLINK - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
 
setResultDirectory(ITestContext) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.gettile.AbstractBaseGetTileFixture
 
setWmtsClient(WmtsClient) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 
SOAP - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
SOAP
SOAP_ENC - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
Capabilities element indicating support for SOAP HTTP method bindings.
SOAP_XML - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
SOAPMessageConsumer - Class in org.opengeospatial.cite.wmts10.ets.core.util
A W3C SOAP message consumer that converts an input stream to a SOAPMessage object.
SOAPMessageConsumer() - Constructor for class org.opengeospatial.cite.wmts10.ets.core.util.SOAPMessageConsumer
 
SOAPWMTS - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
ExtendedCapabilities Namespace used for SOAP binding
storeResponseImage(ClientResponse, String, String, String) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.gettile.AbstractBaseGetTileFixture
Stores the image in a the output directory of the testsuite: testSUiteOutputDirectory/testGroup/testName.extension
storeSoapResponseImage(SOAPMessage, String, String, String) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.gettile.AbstractBaseGetTileFixture
 
STYLE_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
submitRequest(WmtsKvpRequest, URI) - Method in class org.opengeospatial.cite.wmts10.ets.core.client.WmtsClient
Submits a HTTP GET request.
SuiteAttribute - Enum in org.opengeospatial.cite.wmts10.ets.core.domain
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
SuiteFixtureListener - Class in org.opengeospatial.cite.wmts10.ets.core
A listener that performs various tasks before and after a test suite is run, usually concerned with maintaining a shared test suite fixture.
SuiteFixtureListener() - Constructor for class org.opengeospatial.cite.wmts10.ets.core.SuiteFixtureListener
 

T

TestHTML() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKvpFormatTest
 
TestRunArg - Enum in org.opengeospatial.cite.wmts10.ets.core
An enumerated type defining all recognized test run arguments.
TestXML() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKvpFormatTest
 
TEXT_HTML - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
TEXT_XML - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
FORMATS
TILE_COL_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
TILE_MATRIX_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
TILE_MATRIX_SET_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
TILE_ROW_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
toString() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.BoundingBox
 
toString() - Method in class org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
 
toString() - Method in enum org.opengeospatial.cite.wmts10.ets.core.domain.SuiteAttribute
 
toString() - Method in enum org.opengeospatial.cite.wmts10.ets.core.TestRunArg
 

U

UPDATE_SEQUENCE_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
GetCapabilities request parameters

V

validateTestRunArgs(Map<String, String>) - Method in class org.opengeospatial.cite.wmts10.ets.core.AbstractWmtsTestNGController
 
valueOf(String) - Static method in enum org.opengeospatial.cite.wmts10.ets.core.domain.ProtocolBinding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengeospatial.cite.wmts10.ets.core.domain.SuiteAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengeospatial.cite.wmts10.ets.core.TestRunArg
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opengeospatial.cite.wmts10.ets.core.domain.ProtocolBinding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengeospatial.cite.wmts10.ets.core.domain.SuiteAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengeospatial.cite.wmts10.ets.core.TestRunArg
Returns an array containing the constants of this enum type, in the order they are declared.
verifyGetCapabilitiesSupported() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.getcapabilities.AbstractBaseGetCapabilitiesFixture
 
verifyGetFeatureInfoSupported() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.getfeatureinfo.AbstractBaseGetFeatureInfoFixture
 
verifyGetTileSupported() - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.gettile.AbstractBaseGetTileFixture
 
verifyNASkeywords(boolean, String, Node, String) - Static method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKeywordTest
 
verifyServiceDescription(ITestContext) - Method in class org.opengeospatial.cite.wmts10.ets.testsuite.Prerequisites
Verifies that the service capabilities description is a WMTS Capabilities document.
VERSION - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 
VERSION_PARAM - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
 

W

withStandardBindings() - Static method in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
Creates a NamespaceBindings object that declares the following namespace bindings: wmts: "http://www.opengis.net/wmts/1.0"
WMTS - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
OGC 07-057 (WMTS 1.0)
WMTS_CAPABILITIES - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
Local name of document element in WMTS capabilities document.
WMTS_Constants - Class in org.opengeospatial.cite.wmts10.ets.core.domain
Contains various constants pertaining to WMTS service interfaces and related standards.
WmtsAssertion - Class in org.opengeospatial.cite.wmts10.ets.core.assertion
Provides WMTS 1.0.0 specific test assertion methods
wmtsCapabilities - Variable in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 
wmtsCapabilitiesAbstract() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesAccessConstraints() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesContentsExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesCrsTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesCrsTest
 
wmtsCapabilitiesDataURL() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesEPSG3395Test() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesProjectionTest
 
wmtsCapabilitiesExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesCrsTest
--- NSG Requirement 11: An NSG WMTS server shall support the following coordinate reference systems: • CRS:84 WGS84 geographic longitude, then latitude, expressed in decimal degrees • EPSG:4326 WGS84 geographic latitude, then longitude, expressed in decimal degrees ---
wmtsCapabilitiesExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesOperations
--- NSG Requirement 2: An NSG WMTS server shall declare its support for GetCapabilities operations using KVP with HTTP GET by providing an OperationsMetadata section in the ServiceMetadata document with an Operation section for each supported HTTP request type.
wmtsCapabilitiesExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesProjectionTest
--- NSG Requirement 12: An NSG WMTS server shall support the following projections whose validity zones overlap data published by the service: • World Mercator Projection…EPSG:3395 • UPS projection over WGS84 (north zone)…… EPSG:5041 • UPS projection over WGS84 (south zone)…… EPSG:5042 ---
wmtsCapabilitiesExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesWellKnownScaleTest
 
wmtsCapabilitiesExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesFeatureListURL() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesKeywordTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKeywordTest
 
wmtsCapabilitiesKVPRequestsExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesOperations
 
wmtsCapabilitiesLayerDimension() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesLayerInfoFormat() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesLayerStyleLegends() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesLayerStyles() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesNASkeywords() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesNASkeywords_Layer() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesNASkeywords_LayerDimension() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesNASkeywords_LayerStyle() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesNASkeywords_Theme() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesNASkeywords_TileMatrix() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesNASkeywords_TileMatrixSet() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesOperationsMetadataExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesOperations
 
wmtsCapabilitiesOperationsMetadataExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesOperationsMetadataOperationExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesOperations
 
wmtsCapabilitiesRESTCapable() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesRest
 
wmtsCapabilitiesRESTReponseTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesRest
 
wmtsCapabilitiesServiceIdentificationExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesServiceProviderExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.ServiceMetadataContent
 
wmtsCapabilitiesSoapReponseTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesSoap
 
wmtsCapabilitiesSoapSupported() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesSoap
 
wmtsCapabilitiesUPS_NorthTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesProjectionTest
 
wmtsCapabilitiesUPS_SouthTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesProjectionTest
 
wmtsCapabilitiesValidated() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesOperations
 
wmtsCapabilitiesVersionTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKvpVersionTest
 
wmtsCapabilitiesVersionTest() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesSoapVersionTest
 
wmtsCapabilitiesWellKnownScaleTest_3395_Test() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesWellKnownScaleTest
 
wmtsCapabilitiesWellKnownScaleTest_4326_Test() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesWellKnownScaleTest
 
wmtsCapabilitiesWellKnownScaleTest_5041_Test() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesWellKnownScaleTest
 
wmtsCapabilitiesWellKnownScaleTest_5042_Test() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesWellKnownScaleTest
 
WmtsClient - Class in org.opengeospatial.cite.wmts10.ets.core.client
A WMTS 1.0.0 client component supporting HTTP GET and POST.
WmtsClient(Document) - Constructor for class org.opengeospatial.cite.wmts10.ets.core.client.WmtsClient
Constructs a client that is aware of the capabilities of some WMTS.
wmtsClient - Variable in class org.opengeospatial.cite.wmts10.ets.testsuite.AbstractBaseGetFixture
 
wmtsGetCapabilitiesURLExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKeywordTest
 
wmtsGetCapabilitiesURLExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesKvpVersionTest
 
wmtsGetCapabilitiesURLExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getcapabilities.GetCapabilitiesSoapVersionTest
 
wmtsGetCapabilitiiesInEnglish() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
wmtsGetCapabilitiiesWithHTML(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
wmtsGetCapabilitiiesWithXML(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
wmtsGetFeatureInfoExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoKvp
 
wmtsGetFeatureInfoRequestParameters(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoKvp
 
wmtsGetFeatureInfoRequestParametersSupported(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoRest
 
wmtsGetFeatureInfoRespondWith() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoResponse
--- NSG Requirement 20: An NSG WMTS server shall provide the GetFeatureInfo output format in text/XML and text/HTML.
wmtsGetFeatureInfoRESTCapable() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoRest
 
wmtsGetFeatureInfoSoapRequestFormatParameters(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoSoap
 
wmtsGetFeatureInfoSoapSupported() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.getfeatureinfo.GetFeatureInfoSoap
 
wmtsGetTileCachingInformationExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileCachingInfo
 
wmtsGetTileExpirationExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileCachingInfo
 
wmtsGetTileKVPRequestsExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileCachingInfo
 
wmtsGetTileKVPRequestsExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
wmtsGetTileKVPRequestsExists() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersKvp
 
wmtsGetTileOfferingsTestGIF() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
wmtsGetTileOfferingsTestJPG() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
wmtsGetTileOfferingsTestPNG() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileOfferings
 
wmtsGetTileRequestFormatParameters(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersKvp
 
wmtsGetTileRequestParametersSupported(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersRest
 
wmtsGetTileRESTCapable() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersRest
 
wmtsGetTileSoapRequestFormatParameters(ITestContext) - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersSoap
 
wmtsGetTileSoapSupported() - Method in class org.opengeospatial.cite.wmts10.nsg.testsuite.gettile.GetTileParametersSoap
 
WmtsKvpRequest - Class in org.opengeospatial.cite.wmts10.ets.core.client
Encapsulates the parameters of a KVP request (GET).
WmtsKvpRequest() - Constructor for class org.opengeospatial.cite.wmts10.ets.core.client.WmtsKvpRequest
 
WmtsKvpRequestBuilder - Class in org.opengeospatial.cite.wmts10.ets.core.util.request
Creates WMTS requests
WmtsNamespaces - Class in org.opengeospatial.cite.wmts10.ets.core.domain
XML namespace names.
WmtsNSGTestNGController - Class in org.opengeospatial.cite.wmts10.nsg
 
WmtsNSGTestNGController() - Constructor for class org.opengeospatial.cite.wmts10.nsg.WmtsNSGTestNGController
Default constructor uses the location given by the "user.home" system property as the root output directory.
WmtsNSGTestNGController(String) - Constructor for class org.opengeospatial.cite.wmts10.nsg.WmtsNSGTestNGController
Construct a controller that writes results to the given output directory.
WmtsSoapContainer - Class in org.opengeospatial.cite.wmts10.ets.core.util
 
WmtsSoapContainer(String, String) - Constructor for class org.opengeospatial.cite.wmts10.ets.core.util.WmtsSoapContainer
 

X

XLINK - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WmtsNamespaces
W3C XLink
XML_ENC - Static variable in class org.opengeospatial.cite.wmts10.ets.core.domain.WMTS_Constants
Capabilities element indicating support for HTTP POST method bindings.
A B D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2022 Open Geospatial Consortium. All rights reserved.