Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractTemporalTest - Class in org.opengis.cite.iso19142.basic.filter.temporal
- AbstractTemporalTest() - Constructor for class org.opengis.cite.iso19142.basic.filter.temporal.AbstractTemporalTest
- AbstractTemporalTest.TemporalProperty - Class in org.opengis.cite.iso19142.basic.filter.temporal
- acquireFeatureData() - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Attempts to acquire instances of all feature types supported by the WFS using all supported GetFeature message bindings (request encodings).
- addAllBindings(Map<String, String>) - Method in class org.opengis.cite.iso19142.util.NamespaceBindings
-
Adds all of the supplied namespace bindings to the existing set of entries.
- addAttributesOnTestFailure(ITestResult) - Method in class org.opengis.cite.iso19142.BaseFixture
-
Augments the test result with supplementary attributes in the event that a test method failed.
- addBBOXPredicate(Document, Element, Element) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
-
Adds a BBOX spatial predicate to a GetFeature request entity.
- addComparisonPredicate(Document, String, QName, Object, boolean, String) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
Adds a comparison predicate to a GetFeature request entity with the given property name and literal value.
- addCRSIdentifiers(String...) - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Adds the given sequence of identifiers to the list of supported coordinate reference systems.
- addFeatureType(Document, QName) - Method in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
-
Adds a wfs:TypeName child element to a wfs:DescribeFeatureType entity.
- addInsertStatement(Document, Node) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Appends a wfs:Insert element to the document element in the given request entity.
- addNamespaceBinding(String, String) - Method in class org.opengis.cite.iso19142.util.NamespaceBindings
-
Adds a namespace binding that associates a namespace name with a prefix.
- addNamespaceBinding(Document, QName) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Adds a namespace binding to the document element.
- addPropertyIsEqualToPredicate(Document, QName, String, boolean, String, boolean) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsEqualToOperatorTests
-
Adds a
PropertyIsEqualTo
predicate to a GetFeature request entity with the given property name and literal value. - addPropertyIsLikePredicate(Document, QName, String, boolean) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsLikeOperatorTests
-
Adds a
PropertyIsLike
predicate to a GetFeature request entity with the given property name and pattern. - addPropertyIsNilPredicate(Document, QName, String, boolean) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsNilOperatorTests
-
Adds a
PropertyIsNil
predicate to a GetFeature request entity with the given property name. - addPropertyIsNullPredicate(Document, QName, boolean) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsNullOperatorTests
-
Adds a
PropertyIsNull
predicate to a GetFeature request entity using the given property name. - addQuery(Document, QName) - Method in class org.opengis.cite.iso19142.basic.GetPropertyValueTests
-
Adds a simple query element to the request entity.
- addQueryIdentifier(Document, String) - Method in class org.opengis.cite.iso19142.simple.DescribeStoredQueriesTests
-
Adds a wfs:StoredQueryId element with the given text value.
- addRandomName(Element) - Static method in class org.opengis.cite.iso19142.transaction.InsertTests
-
Adds a gml:name element to the given feature representation.
- addReplaceStatements(Document, List<Element>) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Adds a sequence of wfs:Replace statements to the given transaction request entity.
- addResourceIdPredicate(Document, Set<String>) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Adds a ResourceId predicate to a GetFeature (or GetFeatureWithLock) request entity that contains a simple query expression without a filter.
- addSpatialPredicate(Document, String, Element, Element) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
Adds a spatial predicate to a GetFeature request entity.
- addTemporalPredicate(Document, String, Document, Element) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Adds a temporal predicate to a GetFeature request entity.
- afterInstant(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AfterTests
-
[
Test
] Submits a GetFeature request containing theAfter
temporal predicate with a literal gml:TimeInstant value. - afterInstantWithOffset(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AfterTests
-
[
Test
] Submits a GetFeature request containing theAfter
temporal predicate with a literal gml:TimeInstant value that is offset from UTC. - afterPeriod(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AfterTests
-
[
Test
] Submits a GetFeature request containing theAfter
temporal predicate with a literal gml:TimePeriod value. - AfterTests - Class in org.opengis.cite.iso19142.basic.filter.temporal
-
Tests the response to a GetFeature request that includes the temporal predicate After.
- AfterTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.temporal.AfterTests
- ALL - Enum constant in enum class org.opengis.cite.iso19142.FES2.VersionAction
- allProtocolsAndFeatureTypes() - Method in class org.opengis.cite.iso19142.BaseFixture
-
A DataProvider that supplies parameters specifying a supported protocol binding and a feature type.
- ANY - Enum constant in enum class org.opengis.cite.iso19142.ProtocolBinding
-
Any supported binding
- anyFeatureType(Map<QName, FeatureTypeInfo>) - Method in class org.opengis.cite.iso19142.paging.PagingTests
-
Returns the name of a feature type for which data exist.
- appendSimpleQuery(Document, QName...) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Adds a simple wfs:Query element (without a filter) to the given request entity.
- appendSpatialJoinQuery(Document, String, List<FeatureProperty>) - Static method in class org.opengis.cite.iso19142.joins.JoinQueryUtils
-
Inserts a spatial join query into a GetFeature request entity.
- appendStoredQuery(Document, String, Map<String, Object>) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Adds a wfs:StoredQuery element to the given request entity.
- appendValueRefToPredicate(Element, FeatureProperty) - Static method in class org.opengis.cite.iso19142.joins.JoinQueryUtils
-
Appends a fes:ValueReference element to a filter predicate.
- APPLICATION_SOAP - Static variable in class org.opengis.cite.iso19142.WFS2
-
Media type for SOAP 1.2 message envelopes (RFC 3902).
- AppSchemaUtils - Class in org.opengis.cite.iso19142.util
-
Utility methods for accessing and analyzing components of GML application schemas.
- AppSchemaUtils() - Constructor for class org.opengis.cite.iso19142.util.AppSchemaUtils
- assertAfter(List<Node>, XSElementDeclaration, Document) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AfterTests
-
Asserts that all temporal values in the given list occur after the specified GML temporal value.
- assertBefore(List<Node>, XSElementDeclaration, Document) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.BeforeTests
-
Asserts that all temporal values in the given list occur before the specified GML temporal value.
- assertDescendantElementCount(Document, QName, int) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the given XML entity contains the expected number of descendant elements having the specified name.
- assertDuring(List<Node>, XSElementDeclaration, Document) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.DuringTests
-
Asserts that all temporal values in the given list occur during the specified GML temporal value (gml:TimePeriod).
- assertExceptionReport(Document, String, String) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the given response message contains an OGC exception report.
- assertFeatureAvailability(String, boolean, WFSClient) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts the availability of a feature having the specified resource identifier.
- assertFeatureCount(Document, QName, int) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the given GetFeature response entity contains the expected number of feature instances having the specified type name.
- assertQualifiedName(Node, QName) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the qualified name of a DOM Node matches the expected value.
- assertResultSetNotEmpty(Document, QName) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the given response entity contains at least one feature instance of the specified type.
- assertSchematronValid(URL, Source) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that an XML resource satisfies all applicable constraints specified in a Schematron (ISO 19757-3) schema.
- assertSchemaValid(Validator, Source) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that an XML resource is schema-valid.
- assertSimpleProperties(Element, Map<XSElementDeclaration, Object>, Map<String, String>) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that one or more simple properties of a feature have the expected values.
- assertSimpleWFSCapabilities(Document) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the given DOM document contains a description of a "Simple WFS" implementation.
- assertSpatialReference(Document, String) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the specified spatial reference occurs in the given XML entity.
- assertStatusCode(int, int[]) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that the actual HTTP status code matches one of the expected status codes.
- assertXPath(String, Node, Map<String, String>) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that an XPath 1.0 expression holds true for the given evaluation context.
- assertXPath2(String, Source, Map<String, String>) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
Asserts that an XPath 2.0 expression evaluates to
true
for the given XML source.
B
- BaseFixture - Class in org.opengis.cite.iso19142
-
A supporting base class that provides common configuration methods and data providers.
- BaseFixture() - Constructor for class org.opengis.cite.iso19142.BaseFixture
- BASIC_WFS - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
Basic WFS (A.1.2)
- BASIC_WFS - Static variable in class org.opengis.cite.iso19142.WFS2
-
Service constraint corresponding to the 'Basic WFS' conformance class.
- BASIC_WFS_PHASE - Static variable in class org.opengis.cite.iso19142.basic.BasicCapabilitiesTests
- BasicCapabilitiesTests - Class in org.opengis.cite.iso19142.basic
-
Tests the service response to a GetCapabilities request for "Basic WFS" conformance.
- BasicCapabilitiesTests() - Constructor for class org.opengis.cite.iso19142.basic.BasicCapabilitiesTests
- BasicGetFeatureTests - Class in org.opengis.cite.iso19142.basic
-
Tests the response to a GetFeature request that returns a selection of features matching specified criteria.
- BasicGetFeatureTests() - Constructor for class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
- BBOXTests - Class in org.opengis.cite.iso19142.basic.filter.spatial
-
Tests the response to a GetFeature request that includes a BBOX predicate.
- BBOXTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
- bboxWithDefaultExtent(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
-
[
Test
] Submits a GetFeature request with a BBOX predicate referring to a valid geometry property. - beforePeriod(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.BeforeTests
-
[
Test
] Submits a GetFeature request containing theBefore
temporal predicate with a literal gml:TimePeriod value. - BeforeTests - Class in org.opengis.cite.iso19142.basic.filter.temporal
-
Tests the response to a GetFeature request that includes the temporal predicate Before.
- BeforeTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.temporal.BeforeTests
- bindingAndAvailFeatureTypeProductSet(ITestContext) - Method in class org.opengis.cite.iso19142.BaseFixture
-
A DataProvider that supplies a collection of parameter tuples (a product set) where each tuple has two elements: ProtocolBinding - a supported request binding QName - the name of a feature type for which data are available
- BOUNDED_BY - Static variable in class org.opengis.cite.iso19142.util.DataSampler
- buildGetCapabilitiesRequest() - Method in class org.opengis.cite.iso19142.basic.BasicCapabilitiesTests
-
Builds a DOM Document representing a GetCapabilities request for a complete service metadata document.
- buildGetCapabilitiesRequest() - Method in class org.opengis.cite.iso19142.locking.LockingCapabilitiesTests
-
Builds a DOM Document representing a GetCapabilities request for a complete service metadata document.
- buildGetCapabilitiesRequest() - Method in class org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests
-
Builds a DOM Document representing a GetCapabilities request for a complete service metadata document.
- buildGetFeatureRequest(QName, String, XSElementDeclaration, Element) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
Builds a simple GetFeature request entity that contains a basic filter expression.
- buildGetFeatureRequestEntity() - Method in class org.opengis.cite.iso19142.simple.StoredQueryTests
-
Builds a DOM Document representing a GetFeature request entity that contains no query expressions.
- buildGetFeatureWithLockRequest() - Method in class org.opengis.cite.iso19142.locking.GetFeatureWithLockTests
-
Builds a DOM Document representing a GetFeatureWithLock request entity.
- buildQName(Node) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Builds a QName representing the qualified name conveyed by a node with text content.
- buildRequestEntity() - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
Builds a DOM Document node representing the entity body for a GetFeature request.
- buildRequestEntity() - Method in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
-
Builds a DOM Document node representing the entity body for a GetFeature request.
- buildRequestEntity() - Method in class org.opengis.cite.iso19142.basic.GetPropertyValueTests
-
Builds a DOM Document node representing the entity body for a GetPropertyValue request.
- buildRequestEntity() - Method in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
-
Builds a DOM Document node representing the request entity (/wfs:DescribeFeatureType).
- buildSchematronValidator(String, String) - Static method in class org.opengis.cite.iso19142.util.ValidationUtils
-
Constructs a SchematronValidator that will check an XML resource against the rules defined in a Schematron schema.
- buildSimpleLockFeatureRequest() - Method in class org.opengis.cite.iso19142.locking.LockFeatureTests
-
Builds a DOM Document representing a LockFeature request entity.
- buildTransactionRequest() - Method in class org.opengis.cite.iso19142.transaction.TransactionFixture
-
Builds a DOM Document representing a Transaction request entity.
- buildValidator() - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
Creates a special XML Schema validator that uses schema location hints specified in an XML instance document.
C
- CACHE_TIMEOUT - Static variable in class org.opengis.cite.iso19142.paging.ResponsePaging
- calculateRange(String[], QName) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
Calculates the range of the given values and returns the minimum and maximum values as valid string literals.
- capabilitiesDescribesLockingWFS() - Method in class org.opengis.cite.iso19142.locking.LockingCapabilitiesTests
-
[
Test
] Checks the content of the complete service metadata document for additional service endpoints and properties (constraints) that must be present. - capabilitiesDescribesTransactionalWFS() - Method in class org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests
-
[
Test
] Verifies that the content of the complete service metadata document (wfs:WFS_Capabilities) satisfies the requirements for "Transactional WFS" conformance. - capabilitiesDocCorrespondsToWfsSimple() - Method in class org.opengis.cite.iso19142.simple.ServiceMetadataTests
-
Checks that the content of the WFS capabilities document reflects the
Simple WFS
conformance class. - capabilitiesDocIsXmlSchemaValid() - Method in class org.opengis.cite.iso19142.simple.ServiceMetadataTests
-
Verifies that the WFS capabilities document is valid with respect to the official
wfs.xsd
schema. - CAPABILITY_NOT_TESTED - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- checkSuitePreconditions(ITestContext) - Method in class org.opengis.cite.iso19142.basic.BasicCapabilitiesTests
- checkSuitePreconditions(ITestContext) - Method in class org.opengis.cite.iso19142.locking.LockingCapabilitiesTests
- checkSuitePreconditions(ITestContext) - Method in class org.opengis.cite.iso19142.simple.SimpleCapabilitiesTests
- checkSuitePreconditions(ITestContext) - Method in class org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests
- clearQueryIdentifiers() - Method in class org.opengis.cite.iso19142.simple.DescribeStoredQueriesTests
- clearTypeNames() - Method in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
- client - Variable in class org.opengis.cite.iso19142.util.WFSClient
- CommandLineArguments - Class in org.opengis.cite.iso19142
-
Declares supported command line arguments that are parsed using the JCommander library.
- CommandLineArguments() - Constructor for class org.opengis.cite.iso19142.CommandLineArguments
- ComparisonOperatorTests - Class in org.opengis.cite.iso19142.basic.filter
-
Tests the response to a GetFeature request that includes a filter predicate containing one of the following comparison operators: PropertyIsLessThan PropertyIsGreaterThan PropertyIsLessThanOrEqualTo PropertyIsGreaterThanOrEqualTo
- ComparisonOperatorTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
- ConformanceClass - Enum Class in org.opengis.cite.iso19142
-
A WFS 2.0 conformance class.
- containsGetProtocolBinding(Object[]) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Checks the given list of objects for the presence of a
ProtocolBinding.GET
object. - COUNT_DEFAULT - Static variable in class org.opengis.cite.iso19142.paging.ResponsePaging
- COUNT_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- CREATE_STORED_QRY - Static variable in class org.opengis.cite.iso19142.WFS2
-
CreateStoredQuery request.
- createElement(QName) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Creates a new Element having the specified qualified name.
- createFeatureInstance(QName) - Method in class org.opengis.cite.iso19142.transaction.InsertTests
-
Creates a new representation of a feature instance.
- createGeometryBaseType() - Method in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
-
Creates an XSTypeDefinition object representing the gml:AbstractGeometryType definition.
- createGetFeatureByTypeName() - Method in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
-
[
Test
] Submits aCreateStoredQuery
request to retrieve features by type name. - createGMLEnvelope() - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Creates a GML envelope covering the area of use for the "WGS 84" CRS (srsName="urn:ogc:def:crs:EPSG::4326").
- createReplacementFeature(Element) - Method in class org.opengis.cite.iso19142.transaction.ReplaceTests
-
Creates a new feature representation by cloning and modifying the original instance.
- createRequestEntity(String, String) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Creates an XML request entity of the specified request type.
- createSchemaResolver(URI) - Static method in class org.opengis.cite.iso19142.util.ValidationUtils
-
Creates a resource resolver suitable for locating schemas using an entity catalog.
- CreateStoredQueryTests - Class in org.opengis.cite.iso19142.querymgmt
-
Provides test methods that verify the creation of stored queries.
- CreateStoredQueryTests() - Constructor for class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
- createStoredQueryWithUnsupportedQueryLanguage() - Method in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
-
[
Test
] Submits aCreateStoredQuery
request that contains a query expressed in an unsupported query language. - createValueReference(XSElementDeclaration) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Creates an Element node (fes:ValueReference) containing an XPath expression derived from a property element declaration.
- createWFSSchema() - Static method in class org.opengis.cite.iso19142.util.ValidationUtils
-
Creates a single Schema object representing the complete set of XML Schema constraints that apply to WFS 2.0 message entities.
D
- DATA_UNAVAILABLE - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- dataAreAvailable(ITestContext) - Method in class org.opengis.cite.iso19142.SuitePreconditions
-
[@Test] Confirms that the SUT can supply data for at least one advertised feature type.
- dataSampler - Variable in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
-
Acquires and saves sample data.
- dataSampler - Variable in class org.opengis.cite.iso19142.locking.LockingFixture
-
Acquires and saves sample feature data.
- dataSampler - Variable in class org.opengis.cite.iso19142.transaction.TransactionFixture
- DataSampler - Class in org.opengis.cite.iso19142.util
-
Obtains samples of the feature data available from the WFS under test.
- DataSampler(Document) - Constructor for class org.opengis.cite.iso19142.util.DataSampler
-
Constructs a new DataSampler for a particular WFS implementation.
- dateTimeFormatter - Variable in class org.opengis.cite.iso19142.basic.filter.ResourceId
- decodeSchema(Document) - Method in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
-
The body of a SOAP response contains a DescribeFeatureTypeResponse element.
- DELETE - Enum constant in enum class org.opengis.cite.iso19142.WFS2.Transaction
- DELETE - Static variable in class org.opengis.cite.iso19142.WFS2
-
Delete element (Transaction).
- deleteData() - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Deletes all saved data files.
- deletedFeatureIsRetired() - Method in class org.opengis.cite.iso19142.versioning.VersioningTests
-
[
Test
] Submits a request to delete a feature. - deleteFeature(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.transaction.DeleteTests
-
[
Test
] Submits a Transaction request to delete an existing feature instance. - deleteFeature(Document, String, QName) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request to delete a feature.
- deleteFeatures(Map<String, QName>, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request to delete a collection of features specified by identifier and type name.
- deleteInsertedFeatures() - Method in class org.opengis.cite.iso19142.transaction.InsertTests
-
Restores the WFS data store to its previous state by deleting all features that were successfully inserted by test methods in this class.
- deleteModifiedFeatures() - Method in class org.opengis.cite.iso19142.versioning.VersioningTests
- deleteQueriesAtEnd() - Method in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
-
This configuration method drops any stored queries that may have been created by a test method.
- deleteQueriesAtStart() - Method in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
-
This configuration method deletes specific stored queries that may already be known to the IUT; specifically: "urn:example:wfs2-query:GetFeatureByTypeName" "urn:example:wfs2-query:GetFeatureByName" "urn:example:wfs2-query:InvalidLang" The remaining tests are skipped if this fails because a precondition cannot be met.
- deleteStoredQuery(String) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request to delete a stored query.
- DeleteTests - Class in org.opengis.cite.iso19142.transaction
-
Tests the response to a Transaction request that includes one or more delete actions.
- DeleteTests() - Constructor for class org.opengis.cite.iso19142.transaction.DeleteTests
- DESC_STORED_QUERIES - Static variable in class org.opengis.cite.iso19142.WFS2
- DESCRIBE_FEATURE_TYPE - Static variable in class org.opengis.cite.iso19142.WFS2
- describeAllFeatureTypes(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
-
If the typeNames parameter is omitted, the complete application schema(s) supported by the server shall be returned in response.
- describeAllStoredQueries(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.DescribeStoredQueriesTests
-
If no stored query identifiers are supplied in the request then all stored queries offered by a server shall be described (one or more).
- DescribeFeatureTypeTests - Class in org.opengis.cite.iso19142.simple
-
Tests the service response to a DescribeFeatureType request.
- DescribeFeatureTypeTests() - Constructor for class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
- describesBasicWFS(ProtocolBinding) - Method in class org.opengis.cite.iso19142.basic.BasicCapabilitiesTests
-
Verifies that the content of the service metadata (wfs:WFS_Capabilities) document satisfies the requirements for "Basic WFS" conformance.
- DescribeStoredQueriesTests - Class in org.opengis.cite.iso19142.simple
-
Tests the service response to a DescribeStoredQueries request.
- DescribeStoredQueriesTests() - Constructor for class org.opengis.cite.iso19142.simple.DescribeStoredQueriesTests
- describeStoredQuery_GetFeatureById(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.DescribeStoredQueriesTests
-
A conforming service must implement at least the GetFeatureById stored query, which has the identifier "http://www.opengis.net/def/query/OGC-WFS/0/GetFeatureById".
- describeUnknownFeatureType(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
-
If the typeNames parameter specifies an unknown feature type, the resulting exception report must indicate an "InvalidParameterValue" error.
- discardResponseEntity() - Method in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
-
Discard previous response entity.
- docBuilder - Variable in class org.opengis.cite.iso19142.BaseFixture
-
A DOM parser.
- docBuilder - Variable in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
- doDeleteSubjectOnFinish() - Method in class org.opengis.cite.iso19142.CommandLineArguments
- doTestRun(Document) - Method in class org.opengis.cite.iso19142.TestNGController
- DROP_STORED_QRY - Static variable in class org.opengis.cite.iso19142.WFS2
-
DropStoredQuery request.
- dropNonexistentQuery() - Method in class org.opengis.cite.iso19142.querymgmt.DropStoredQueryTests
-
[
Test
] Submits aDropStoredQuery
request that identifies a nonexistent query. - dropStoredQuery() - Method in class org.opengis.cite.iso19142.querymgmt.DropStoredQueryTests
-
[
Test
] Submits aDropStoredQuery
request to remove an existing stored query. - DropStoredQueryTests - Class in org.opengis.cite.iso19142.querymgmt
-
Provides test methods that verify the deletion of stored queries.
- DropStoredQueryTests() - Constructor for class org.opengis.cite.iso19142.querymgmt.DropStoredQueryTests
- duplicateQuery() - Method in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
-
[
Test
] Submits aCreateStoredQuery
request containing a query definition that is identical to an existing one. - duringPeriod(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.DuringTests
-
[
Test
] Submits a GetFeature request containing a During temporal predicate with a gml:TimePeriod operand spanning some time interval. - DuringTests - Class in org.opengis.cite.iso19142.basic.filter.temporal
-
Tests the response to a GetFeature request that includes the temporal predicate During.
- DuringTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.temporal.DuringTests
E
- ENVELOPE_EXPANSION - Static variable in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
- envelopeAsGML(Envelope) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
-
Work around for Extents
BBOXTests.envelopeAsGML(Envelope)
only using 2 decimals - EPSG_4326 - Static variable in class org.opengis.cite.iso19142.WFS2
-
CRS: EPSG 4326 (see cl. 7.9.2.4.4)
- EQUAL - Static variable in class org.opengis.cite.iso19142.FES2
-
PropertyIsEqualTo operator.
- equals(Object) - Method in class org.opengis.cite.iso19142.util.FeatureProperty
- ErrorMessage - Class in org.opengis.cite.iso19142
-
Utility class for retrieving and formatting localized error messages that describe failed assertions.
- ErrorMessage() - Constructor for class org.opengis.cite.iso19142.ErrorMessage
- ErrorMessageKeys - Class in org.opengis.cite.iso19142
-
Defines keys used to access localized messages for assertion errors.
- ErrorMessageKeys() - Constructor for class org.opengis.cite.iso19142.ErrorMessageKeys
- ETS_PKG - Static variable in class org.opengis.cite.iso19142.BaseFixture
-
Root ETS package.
- ETSAssert - Class in org.opengis.cite.iso19142
-
Provides a set of custom assertion methods.
- evaluateXPath(Node, String, Map<String, String>) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Evaluates an XPath 1.0 expression using the given context and returns the result as a node set.
- evaluateXPath(Node, String, Map<String, String>, QName) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Evaluates an XPath expression using the given context and returns the result as the specified type.
- evaluateXPath2(Source, String, Map<String, String>) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
- evaluateXPathAgainstSampleData(String, Map<String, String>) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Evaluates the given XPath expression against all sample data sets.
- evaluateXPathToBoolean(String, Node, Map<String, String>) - Static method in class org.opengis.cite.iso19142.ETSAssert
-
The XPath is evaluated for given expr and context.
- ExceptionCode - Enum Class in org.opengis.cite.iso19142
-
An enumerated type defining OGC exception codes that appear in an exception report.
- executeTransaction(Document, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Executes a WFS transaction.
- expandReferencesInText(String) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Expands character entity (&name;) and numeric references ( &#xhhhh; or &dddd;) that occur within a given string value.
- extractBodyAsDocument(Response) - Method in class org.opengis.cite.iso19142.BaseFixture
-
Extracts the body of the response message as a DOM Document node.
- extractEndpoint(ITestContext) - Method in class org.opengis.cite.iso19142.simple.SimpleCapabilitiesTests
-
Extracts the GET request endpoint from the capabilities document.
- extractFeatureIdentifiers(Document, QName) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Returns the set of feature identifiers found in the given WFS response entity.
- extractFeatureIdentifiers(Document, WFS2.Transaction) - Static method in class org.opengis.cite.iso19142.transaction.InsertTests
-
Extracts a list of resource identifiers for features that were affected by a successful transaction request.
- extractFeatureTypeInfo(Document) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Extracts information about feature types from the service metadata document.
- extractSchemaReference(Source, String) - Static method in class org.opengis.cite.iso19142.util.ValidationUtils
-
Extracts an XML Schema reference from a source XML document.
- extractTemporalNodes(Document, XSElementDeclaration, XSModel) - Static method in class org.opengis.cite.iso19142.basic.filter.temporal.TemporalQuery
-
Extracts the values of the specified temporal property from the given XML document.
F
- FAILED_PRECONDITIONS - Enum constant in enum class org.opengis.cite.iso19142.SuiteAttribute
-
A List<String> of test suite preconditions that were not satisfied.
- FEATURE_AVAILABILITY - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- FEATURE_COLLECTION - Static variable in class org.opengis.cite.iso19142.WFS2
-
FeatureCollection element.
- FEATURE_INFO - Enum constant in enum class org.opengis.cite.iso19142.SuiteAttribute
-
A Map<QName, {@link FeatureTypeInfo}> containing one or more entries providing information about managed feature types.
- featureInfo - Variable in class org.opengis.cite.iso19142.BaseFixture
- FeatureProperty - Class in org.opengis.cite.iso19142.util
-
An immutable description of a feature property.
- FeatureProperty(QName, XSElementDeclaration) - Constructor for class org.opengis.cite.iso19142.util.FeatureProperty
-
Constructor specifying the feature type and property declaration.
- FeatureTypeInfo - Class in org.opengis.cite.iso19142
-
Provides information about a feature type managed by a WFS.
- FeatureTypeInfo() - Constructor for class org.opengis.cite.iso19142.FeatureTypeInfo
- featureTypes - Variable in class org.opengis.cite.iso19142.BaseFixture
- featureTypes - Variable in class org.opengis.cite.iso19142.util.WFSClient
-
The list of feature types recognized by the SUT.
- featureTypeWithAtLeastTwoFeatures(Map<QName, FeatureTypeInfo>) - Method in class org.opengis.cite.iso19142.paging.PagingTests
-
Returns the name of a feature type for which at least two features exist.
- FeatureVersioning - Class in org.opengis.cite.iso19142.versioning
-
Checks preconditions for running tests to verify that the IUT satisfies the requirements of the Feature versions conformance class.
- FeatureVersioning() - Constructor for class org.opengis.cite.iso19142.versioning.FeatureVersioning
- FES - Static variable in class org.opengis.cite.iso19142.Namespaces
-
ISO 19143:2010 (FES 2.0)
- FES2 - Class in org.opengis.cite.iso19142
-
Contains various constants pertaining to standard filter expressions specified in ISO 19143:2010.
- FES2.VersionAction - Enum Class in org.opengis.cite.iso19142
-
VersionAction is used to filter the version chain in ResourceId.
- FID - Enum constant in enum class org.opengis.cite.iso19142.TestRunArg
-
A string that identifies an available feature instance.
- FID_NOT_FOUND - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- findAllGeometryProperties() - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
Finds the geometry properties for all feature types recognized by the SUT.
- findFeaturePropertyValue(XSModel, QName, Set<XSTypeDefinition>) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
Inspects sample data retrieved from the SUT and determines the range of simple property values for the specified feature type.
- findGeometryProperties(String) - Method in class org.opengis.cite.iso19142.joins.SpatialJoinTests
-
Searches the application schema for geometry properties where the value is an instance of the given type.
- findMatchingElements(Document, XSElementDeclaration...) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Finds elements in a DOM Document that correspond to the given collection of element declarations.
- findMatchingPropertyValue(QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsEqualToOperatorTests
-
Inspects sample data retrieved from the SUT and finds a value that matches at least one simple property for the specified feature type.
- findTemporalProperties(QName) - Method in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
-
Finds the temporal properties defined for the specified feature type.
- findTemporalProperty(QName) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AbstractTemporalTest
- FIRST - Enum constant in enum class org.opengis.cite.iso19142.FES2.VersionAction
- firstVersionHasNoPredecessor() - Method in class org.opengis.cite.iso19142.versioning.VersioningTests
-
[
Test
] Submits a request to insert a feature. - format(String, Object...) - Static method in class org.opengis.cite.iso19142.ErrorMessage
-
Produces a formatted error message using the supplied substitution arguments and the current locale.
- FUTURE - Enum constant in enum class org.opengis.cite.iso19142.WFS2.VersionState
G
- generateMatchingStringPattern(QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsLikeOperatorTests
-
Inspects sample data retrieved from the SUT and generates a pattern that matches at least one simple property value (of type xsd:string) for the specified feature type.
- generateWords(int) - Static method in class org.opengis.cite.iso19142.util.Randomizer
-
Generates a sequence of of (space-separated) words, each of which contains a random sequence of letter characters in the range [A-Za-z].
- geometryOperands(NodeList) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Returns a set of geometry type names identified in the given list of geometry operands.
- get(String) - Static method in class org.opengis.cite.iso19142.ErrorMessage
-
Retrieves a simple message according to the current locale.
- GET - Enum constant in enum class org.opengis.cite.iso19142.ProtocolBinding
-
HTTP GET method
- GET_CAPABILITIES - Static variable in class org.opengis.cite.iso19142.WFS2
- GET_FEATURE - Static variable in class org.opengis.cite.iso19142.WFS2
- GET_FEATURE_MINIMAL - Variable in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
- GET_FEATURE_WITH_LOCK - Static variable in class org.opengis.cite.iso19142.WFS2
-
GetFeatureWithLock request element.
- GET_PROP_VALUE - Static variable in class org.opengis.cite.iso19142.WFS2
- getAllBindings() - Method in class org.opengis.cite.iso19142.util.NamespaceBindings
-
Returns an unmodifiable view of the declared namespace bindings.
- getAllFeatureProperties(XSModel, QName) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Produces a list of all properties for a specified feature type.
- getAnyTransactionBinding() - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Returns a protocol binding suitable for transaction requests.
- getBuiltInDatatype(XSElementDeclaration) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Determines the built-in XML Schema datatype from which the given element declaration is derived.
- getCapabilities() - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Retrieves a complete representation of the capabilities document from the WFS implementation described by the service metadata.
- getCapabilities_acceptVersions(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.SimpleCapabilitiesTests
-
Acceptable versions of the capabilities document are specified in order of preference (10.0.0, 2.0.0, 1.1.0).
- getCapabilities_missingServiceParam() - Method in class org.opengis.cite.iso19142.simple.SimpleCapabilitiesTests
-
A GET request that omits a mandatory query parameter must produce a response with status code 400 (Bad Request) and an exception report containing the exception code
MissingParameterValue
. - getClient() - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Returns the underlying JAX-RS client.
- getCode() - Method in class org.opengis.cite.iso19142.TestNGController
- getComplexPropertyValue(XSElementDeclaration) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Returns the expected value of the given (complex) property declaration.
- getConformanceClaims(Document) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Returns a set of conformance classes that the WFS under test claims to satisfy.
- getConstraintName() - Method in enum class org.opengis.cite.iso19142.ConformanceClass
- getConstraintName() - Method in enum class org.opengis.cite.iso19142.ProtocolBinding
- getConstraintValue(Document, String) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Gets the effective value of the specified service or operation constraint.
- getDataSamplerFromContext(ITestContext) - Method in class org.opengis.cite.iso19142.versioning.VersioningTests
- getDeclaration() - Method in class org.opengis.cite.iso19142.util.FeatureProperty
-
Gets the element declaration for this feature property.
- getDefaultCRS() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Gets the identifier of the default CRS for this feature type.
- getElementByNamespaceURIandLocalPart(Node, String, String) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Returns a descendant Element node having the specified [namespace name] and [local part] property.
- getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Returns a List of all descendant Element nodes having the specified [namespace name] property.
- getEnd() - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
- getExtent() - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AbstractTemporalTest.TemporalProperty
- getFeature(Source, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a GetFeature request.
- getFeatureById(String) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Returns a feature instance from the sample data.
- getFeatureByType(QName, int, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Retrieves feature representations by type name.
- getFeatureId() - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Returns the identifier (gml:id attribute value) for an existing feature instance.
- getFeatureIdNotOfType(QName) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Returns the identifier (gml:id attribute value) for an existing feature instance.
- getFeatureInOtherCRS() - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
[
Test
] Submits a request for geometry representations in some other (non-default) CRS that is supported by the IUT, as indicated by the value of the wfs:Query/@srsName attribute or srsName query parameter. - getFeatureInUnsupportedCRS() - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
[
Test
] Submits a request for geometry representations in a non-existent CRS, as indicated by the value of the wfs:Query/@srsName attribute or srsName parameter. - getFeaturePropertiesByType(XSModel, QName, XSTypeDefinition) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Produces a list of feature properties where the property value has a type derived from the given (simple or complex) type definition.
- getFeaturesByType(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
[
Test
] Submits a minimal GetFeature request (without a filter predicate) for feature types listed in the WFS the capabilities document. - getFeatureType() - Method in class org.opengis.cite.iso19142.util.FeatureProperty
-
Gets the qualified name of the feature type to which this property belongs.
- getFeatureTypeInfo() - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Returns a Map containing information about the feature types supported by the WFS.
- getFeatureTypes() - Method in class org.opengis.cite.iso19142.BaseFixture
-
A DataProvider that supplies the complete set of feature types recognized by the SUT.
- getFeatureTypes(Document) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Extracts the list of feature type names from a WFS capabilities document.
- getFeatureTypeWithInstanceData() - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
Gets the name of a feature type for which instances exist.
- GetFeatureVersion(ResourceId, QName) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request to retrieve one or more feature versions as specified by the given resource identifier.
- getFeatureWithHitsOnly() - Method in class org.opengis.cite.iso19142.paging.PagingTests
-
[
Test
] Submits a GetFeature request with a very small page size (count="1") and resultType="hits". - GetFeatureWithLockTests - Class in org.opengis.cite.iso19142.locking
-
Tests the response to a GetFeatureWithLock request that attempts to lock feature instances that belong to a set of query results.
- GetFeatureWithLockTests() - Constructor for class org.opengis.cite.iso19142.locking.GetFeatureWithLockTests
- getFullCapabilities() - Method in class org.opengis.cite.iso19142.simple.SimpleCapabilitiesTests
-
A minimally valid GetCapabilities request must produce a complete representation of the service capabilities document.
- getGlobalBindings(Document) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Discovers which protocol bindings are broadly implemented by a WFS.
- getInstantiatedFeatureTypes() - Method in class org.opengis.cite.iso19142.BaseFixture
-
A DataProvider that supplies feature type names for which instances exist.
- getModel() - Method in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
- getName() - Method in enum class org.opengis.cite.iso19142.SuiteAttribute
- getName() - Method in class org.opengis.cite.iso19142.util.FeatureProperty
-
Gets the qualified name of the feature property.
- getNamespaceURI(String) - Method in class org.opengis.cite.iso19142.util.NamespaceBindings
- getNillableProperties(XSModel, QName) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Produces a list of nillable properties for the specified feature type.
- getNillableProperties(XSModel, QName) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Determines a property which is nillable and contains nilled properties for the specified feature type in the sample data.
- getNumericDataTypes(XSModel) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
Returns a set of primitive numeric data type definitions (xsd:decimal, xsd:double, xsd:float).
- getOperationBindings(Document, String) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Determines which protocol bindings are supported for a given operation.
- getOperationEndpoint(Document, String, ProtocolBinding) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Extracts a request endpoint from a WFS capabilities document.
- getOutputDir() - Method in class org.opengis.cite.iso19142.CommandLineArguments
- getPagingConstraints(ITestContext) - Method in class org.opengis.cite.iso19142.paging.PagingTests
- getPrefix(String) - Method in class org.opengis.cite.iso19142.util.NamespaceBindings
- getPrefixes(String) - Method in class org.opengis.cite.iso19142.util.NamespaceBindings
- getPreviousRid() - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Get the identifier of the previous version.
- getPropertiesFile() - Method in class org.opengis.cite.iso19142.CommandLineArguments
- getProperty() - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AbstractTemporalTest.TemporalProperty
- getProperty_emptyValueRef(ProtocolBinding) - Method in class org.opengis.cite.iso19142.basic.GetPropertyValueTests
-
If the valueReference is an empty string, an ExceptionReport is expected to contain the error code "InvalidParameterValue".
- getProperty_gmlId(ProtocolBinding) - Method in class org.opengis.cite.iso19142.basic.GetPropertyValueTests
-
Submits a GetPropertyValue request for a known feature type with valueReference="@gml:id".
- GetPropertyValueTests - Class in org.opengis.cite.iso19142.basic
-
Tests the service response to a GetPropertyValue request.
- GetPropertyValueTests() - Constructor for class org.opengis.cite.iso19142.basic.GetPropertyValueTests
- getProtocolBindings(ITestContext) - Method in class org.opengis.cite.iso19142.BaseFixture
-
A DataProvider that supplies the set of application protocol bindings supported by the SUT.
- getQName(Node) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Returns the qualified name of a DOM node.
- getRequestEndpoints(Document, String) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Returns a Map containing the HTTP endpoints for a given service request.
- getRequiredProperties(XSModel, QName) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Produces a list of all required properties for a given feature type.
- getRid() - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Get the identifier for this resource version.
- getSampleData() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Returns a File containing sample data.
- getServiceDescription() - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Returns the WFS service description set for this client.
- getServiceTitle(Document) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Gets the title of the service.
- getSimpleFeatureProperties(XSModel, QName) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Produces a list of properties for a specified feature type that have either (a) a simple type definition or (b) a complex type definition with a simple content model.
- getSimplePropertyValues(QName, QName, String) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Returns a list containing the values (in document order) of the specified feature property in the sample data set.
- getSimpleTemporalDataTypes(XSModel) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Returns a set of primitive, non-recurring temporal data type definitions, including: xsd:dateTime ("yyyy-MM-dd'T'HH:mm:ssZ") xsd:date ("yyyy-MM-ddZ") xsd:gYearMonth ("yyyy-MM") xsd:gYear ("yyyy")
- getSpatialCapabilities(Document) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Gets the spatial capabilities supported by a WFS: specifically, the set of implemented spatial operators and their associated geometry operands (some of which may be common to all operators).
- getSpatialExtent() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Gets the geographic extent for the instances of this feature type.
- getSpatialExtent(XSModel, QName) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Determines the spatial extent of the feature instances in the sample data.
- getStart() - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
- getSupportedCRSIdentifiers() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Returns of list of supported CRS identifiers.
- getTemporalExtent() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Gets the temporal extent for the instances of this feature type.
- getTemporalExtentOfProperty(XSModel, QName, XSElementDeclaration) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Determines the temporal extent of all instances of the specified feature property in the sample data.
- getTemporalFeatureProperties(XSModel, QName) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Finds all simple and complex temporal properties defined for a particular feature type.
- getTitle() - Method in class org.opengis.cite.iso19142.TestNGController
- getType() - Method in enum class org.opengis.cite.iso19142.SuiteAttribute
- getTypeName() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Get the qualified name of the feature type.
- getTypeName(XSElementDeclaration) - Method in class org.opengis.cite.iso19142.util.FeatureProperty
-
Returns the qualified name of the property value type.
- getValidAreaOfCRS(String) - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Creates an envelope representing the valid area of use for the specified coordinate reference system (CRS).
- getValueType() - Method in class org.opengis.cite.iso19142.util.FeatureProperty
-
Gets the qualified name of the property value type.
- getVersion() - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Get the version designation for this resource version.
- getVersion() - Method in class org.opengis.cite.iso19142.TestNGController
- globalBindings - Variable in class org.opengis.cite.iso19142.util.WFSClient
-
The set of message bindings broadly implemented by the SUT.
- GML - Static variable in class org.opengis.cite.iso19142.Namespaces
-
ISO 19136:2007 (GML 3.2)
- gmlNameIsNull(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsNullOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsNull
predicate designating the gml:name property. - GREATER_THAN - Static variable in class org.opengis.cite.iso19142.FES2
-
PropertyIsGreaterThan operator.
- GREATER_THAN_OR_EQUAL - Static variable in class org.opengis.cite.iso19142.FES2
-
PropertyIsGreaterThanOrEqualTo operator.
H
- hashCode() - Method in class org.opengis.cite.iso19142.util.FeatureProperty
- hintsValidator - Variable in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
- HTTP_GET - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
KVP requests (A.1.5)
- HTTP_POST - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
XML requests (A.1.6)
I
- ICS - Enum constant in enum class org.opengis.cite.iso19142.TestRunArg
-
An implementation conformance statement: a comma-separated list indicating which conformance classes are supported.
- ID_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- IMPL_FEATURE_VERSIONING - Static variable in class org.opengis.cite.iso19142.versioning.FeatureVersioning
- IMPL_MIN_TEMPORAL_FILTER - Static variable in class org.opengis.cite.iso19142.basic.filter.temporal.TemporalFilter
- IMPL_RESULT_PAGING - Static variable in class org.opengis.cite.iso19142.paging.ResponsePaging
- IMPL_SPATIAL_FILTER - Static variable in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
- IMPL_SPATIAL_JOINS - Static variable in class org.opengis.cite.iso19142.joins.SpatialJoinTests
- IMPL_VERSION_NAV - Static variable in class org.opengis.cite.iso19142.versioning.FeatureVersioning
- implementsAfterOperator() - Method in class org.opengis.cite.iso19142.basic.filter.temporal.AfterTests
-
Checks if the temporal operator "After" is supported.
- implementsBasicWFS(ITestContext) - Method in class org.opengis.cite.iso19142.basic.BasicCapabilitiesTests
-
Run the tests for the "Basic WFS" conformance class only if the service constraint "ImplementsBasicWFS" has the value 'TRUE'.
- implementsBeforeOperator() - Method in class org.opengis.cite.iso19142.basic.filter.temporal.BeforeTests
-
Checks if the temporal operator "Before" is supported.
- implementsConformanceClass(Document, String) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Indicates whether or not the given service description claims that the specified WFS or FES conformance class has been implemented.
- implementsFeatureVersioning(ITestContext) - Method in class org.opengis.cite.iso19142.versioning.FeatureVersioning
-
This @BeforeTest configuration method checks the implementation status of the "ImplementsFeatureVersioning" and "ImplementsVersionNav" (FES) conformance classes.
- implementsIntersectsOp() - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
Checks if the spatial operator "Intersects" is implemented and which geometry operands are supported.
- implementsLockingWFS(ITestContext) - Method in class org.opengis.cite.iso19142.locking.LockingCapabilitiesTests
-
Confirms that the service constraint "ImplementsLockingWFS" has the value 'TRUE'.
- implementsManageStoredQueries(ITestContext) - Method in class org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
-
This @BeforeTest configuration method checks the implementation status of the "ManageStoredQueries" conformance class.
- implementsMinimumTemporalFilter(ITestContext) - Method in class org.opengis.cite.iso19142.basic.filter.temporal.TemporalFilter
-
This @BeforeTest configuration method checks the implementation status of the "ImplementsMinTemporalFilter" conformance class.
- implementsResponsePaging(ITestContext) - Method in class org.opengis.cite.iso19142.paging.ResponsePaging
-
This @BeforeTest configuration method checks the implementation status of the "ImplementsResultPaging" conformance class and looks up the values of the relevant operation constraints ("ResponseCacheTimeout", "PagingIsTransactionSafe", and , "CountDefault").
- implementsSpatialFilter(ITestContext) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
Checks the value of the filter constraint "ImplementsSpatialFilter" in the capabilities document.
- implementsSpatialJoins(ITestContext) - Method in class org.opengis.cite.iso19142.joins.SpatialJoinTests
-
Checks the value of the service constraint "ImplementsSpatialJoins" in the capabilities document.
- implementsSpatialOperator(Document, String) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Indicates whether or not the specified spatial operator is supported.
- implementsTemporalOperator(Document, String) - Static method in class org.opengis.cite.iso19142.util.ServiceMetadataUtils
-
Indicates whether or not the specified temporal operator is supported.
- implementsTransactionalWFS(ITestContext) - Method in class org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests
-
Run the tests for the "Transactional WFS" conformance class only if the service constraint "ImplementsTransactionalWFS" has the value 'TRUE'.
- inconsistentFeatureIdentifierAndType(QName) - Method in class org.opengis.cite.iso19142.basic.filter.ResourceIdFilterTests
-
[
Test
] If a feature instance identified by the RESOURCEID parameter is not of the type specified by the TYPENAMES parameter, the server shall raise an InvalidParameterValue exception where the "locator" attribute value shall be set to "RESOURCEID". - initBaseFixture(ITestContext) - Method in class org.opengis.cite.iso19142.BaseFixture
-
Sets up the base fixture.
- initClassFixture(ITestContext) - Method in class org.opengis.cite.iso19142.simple.StoredQueryTests
-
Initializes the test class fixture.
- initDataSample(ITestContext) - Method in class org.opengis.cite.iso19142.paging.PagingTests
- initFixture() - Method in class org.opengis.cite.iso19142.joins.SpatialJoinTests
-
Initializes the test class fixture.
- initLockingFixture(ITestContext) - Method in class org.opengis.cite.iso19142.locking.LockingFixture
-
Obtains a DataSampler object from the test run context (the value of the
SuiteAttribute.SAMPLER attribute
). - initParser() - Method in class org.opengis.cite.iso19142.BaseFixture
-
Initializes the (namespace-aware) DOM parser.
- initQueryFilterFixture(ITestContext) - Method in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
-
Obtains a DataSampler object from the test suite context (the value of the
SuiteAttribute.SAMPLER attribute
), or adds one if it's not found there. - initQueryFilterFixture(ITestContext) - Method in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
- initQueryFilterFixture(ITestContext) - Method in class org.opengis.cite.iso19142.querymgmt.DropStoredQueryTests
- initTransactionFixture(ITestContext) - Method in class org.opengis.cite.iso19142.transaction.TransactionFixture
-
Obtains a DataSampler object from the test run context (the value of the
SuiteAttribute.SAMPLER attribute
). - insert(List<Element>, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request to insert a collection of GML feature instances.
- INSERT - Enum constant in enum class org.opengis.cite.iso19142.WFS2.Transaction
- INSERT - Static variable in class org.opengis.cite.iso19142.WFS2
-
Insert element (Transaction).
- insertGMLProperty(Element, Element) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Inserts a standard GML property into a given feature instance.
- insertInvalidFeature() - Method in class org.opengis.cite.iso19142.transaction.InsertTests
-
[
Test
] Submits a Transaction request to insert a feature instance of a type not recognized by the SUT. - insertRandomIdentifier(Element) - Static method in class org.opengis.cite.iso19142.transaction.InsertTests
-
Inserts a user-assigned gml:identifier element having a random UUID value.
- insertSupportedFeature(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.transaction.InsertTests
-
[
Test
] Submits a Transaction request to insert a feature instance of a type supported by the SUT. - InsertTests - Class in org.opengis.cite.iso19142.transaction
-
Tests the response to a Transaction request that includes one or more insert actions.
- InsertTests() - Constructor for class org.opengis.cite.iso19142.transaction.InsertTests
- instantAsGML(Instant, ZoneOffset) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of a time instant with the specified time-zone offset.
- instantAsGMLSubtractOneDay(Instant, ZoneOffset) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of a time instant with the specified time-zone offset.
- intersectsCurve(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
[
Test
] Submits a GetFeature request containing an Intersects predicate with a gml:LineString or gml:Curve (LineStringSegment) operand. - intersectsPolygon(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
[
Test
] Submits a GetFeature request containing an Intersects predicate with a gml:Polygon operand. - IntersectsTests - Class in org.opengis.cite.iso19142.basic.filter.spatial
-
Tests the response to a GetFeature request that includes the spatial predicate Intersects.
- IntersectsTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
- intervalAsGML(ZonedDateTime, ZonedDateTime) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of a time interval delimited by the given time instants.
- INVALID_PARAM_VALUE - Enum constant in enum class org.opengis.cite.iso19142.ExceptionCode
-
OGC 06-121r3, Table 25.
- invalidGeometryOperand(QName) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
-
[
Test
] Submits a GetFeature request where the BBOX predicate refers to a feature property (gml:description) that is not geometry-valued. - invalidOperand_boundedBy(ProtocolBinding) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
[
Test
] Submits a GetFeature request containing a comparison filter predicate that refers to the complex feature property gml:boundedBy (with fes:Literal/gml:Envelope as the literal operand). - invalidPropertyReference(ProtocolBinding) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
[
Test
] Submits a GetFeature request containing a comparison filter predicate that refers to an invalid feature property. - invokeGetFeatureById(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.StoredQueryTests
-
[
Test
] Invoking theGetFeatureById
query with a known feature identifier shall produce the matching feature representation (@gml:id) as the response entity. - invokeGetFeatureByIdWithUnknownID(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.StoredQueryTests
-
[
Test
] Invoking theGetFeatureById
query with anid
parameter value that does not match any feature should produce an error response with status code 404 (Not Found). - invokeStoredQuery(String, Map<String, Object>) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Invokes a stored query using any supported protocol binding (request encoding).
- isInstantiated() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Indicates whether or not there are any instances of this feature type available in the data store.
- isLoggable(Level) - Static method in class org.opengis.cite.iso19142.util.TestSuiteLogger
-
Indicates if the logger is enabled at a given logging level.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.opengis.cite.iso19142.util.SOAPMessageConsumer
- IUT - Enum constant in enum class org.opengis.cite.iso19142.TestRunArg
-
An absolute URI that refers to a representation of the test subject or metadata about it.
J
- JoinQueryUtils - Class in org.opengis.cite.iso19142.joins
-
Utility methods for constructing join queries.
- JoinQueryUtils() - Constructor for class org.opengis.cite.iso19142.joins.JoinQueryUtils
- joinWithIntersects() - Method in class org.opengis.cite.iso19142.joins.SpatialJoinTests
-
[
Test
] Submits a basic join query that includes theIntersects
operator.
K
- KVP_ENC - Static variable in class org.opengis.cite.iso19142.WFS2
-
Service constraint indicating support for HTTP GET method bindings.
L
- LANG_WFS_QUERY - Static variable in class org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
- LAST - Enum constant in enum class org.opengis.cite.iso19142.FES2.VersionAction
- LESS_THAN - Static variable in class org.opengis.cite.iso19142.FES2
-
PropertyIsLessThan operator.
- LESS_THAN_OR_EQUAL - Static variable in class org.opengis.cite.iso19142.FES2
-
PropertyIsLessThanOrEqualTo operator.
- LIST_STORED_QUERIES - Static variable in class org.opengis.cite.iso19142.WFS2
- listStoredQueries() - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Requests a list of stored queries.
- listStoredQueries(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.ListStoredQueriesTests
-
The response to a ListStoredQueries request must include an XML entity having wfs:ListStoredQueriesResponse as the document element.
- ListStoredQueriesTests - Class in org.opengis.cite.iso19142.simple
-
Tests the service response to a ListStoredQueries request.
- ListStoredQueriesTests() - Constructor for class org.opengis.cite.iso19142.simple.ListStoredQueriesTests
- LOCAL_NAME - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- LOCK_FEATURE - Static variable in class org.opengis.cite.iso19142.WFS2
-
LockFeature request element.
- LOCK_FEATURE_RSP - Static variable in class org.opengis.cite.iso19142.WFS2
-
LockFeature response element.
- lockAllFeaturesByType(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.locking.LockFeatureTests
-
[
Test
] Locks all feature instances of a given type using default values for all locking options. - lockAllQueryResults_20Seconds() - Method in class org.opengis.cite.iso19142.locking.GetFeatureWithLockTests
-
[
Test
] Submits a request to lock all instances of a randomly selected feature type for 20 seconds. - lockFeatureAlreadyLocked() - Method in class org.opengis.cite.iso19142.locking.LockFeatureTests
-
[
Test
] A feature instance may be locked by only one lock. - lockFeatureAndAttemptDelete() - Method in class org.opengis.cite.iso19142.locking.LockFeatureTests
-
[
Test
] Submits a request to lock a feature instance; within this interval an attempt to delete the instance without the correct lock identifier should fail with exception codeMissingParameterValue
. - LockFeatureTests - Class in org.opengis.cite.iso19142.locking
-
Tests the response to a LockFeature request that attempts to lock feature instances identified using one or more query expressions.
- LockFeatureTests() - Constructor for class org.opengis.cite.iso19142.locking.LockFeatureTests
- lockFeatureWithLockIdAndQuery() - Method in class org.opengis.cite.iso19142.locking.LockFeatureTests
-
[
Test
] An attempt to reset a lock with locKId and fes:AbstractQueryExpression should produce a service exception with error code "OperationParsingFailed" and HTTP status code 400 (Bad Request). - LOCKING_WFS - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
Locking WFS (A.1.4)
- LOCKING_WFS - Static variable in class org.opengis.cite.iso19142.WFS2
-
Service constraint corresponding to the 'Locking WFS' conformance class.
- LOCKING_WFS_PHASE - Static variable in class org.opengis.cite.iso19142.locking.LockingCapabilitiesTests
- LockingCapabilitiesTests - Class in org.opengis.cite.iso19142.locking
-
Verifies that the content of the service description satisfies the requirements for "Locking WFS" conformance.
- LockingCapabilitiesTests() - Constructor for class org.opengis.cite.iso19142.locking.LockingCapabilitiesTests
- LockingFixture - Class in org.opengis.cite.iso19142.locking
-
Provides configuration methods that facilitate the testing of locking behavior specified for the "Locking WFS" conformance level.
- LockingFixture() - Constructor for class org.opengis.cite.iso19142.locking.LockingFixture
- lockQueryResults_hits() - Method in class org.opengis.cite.iso19142.locking.GetFeatureWithLockTests
-
[
Test
] The only valid value for the resultType attribute in a GetFeatureWithLock request is "results". - locks - Variable in class org.opengis.cite.iso19142.locking.LockingFixture
-
List containing lock identifiers
- lockSomeFeatures() - Method in class org.opengis.cite.iso19142.locking.GetFeatureWithLockTests
-
[
Test
] Verifies that a feature can be protected by only one lock at a time (i.e. a mutual exclusion lock). - log(Level, String) - Static method in class org.opengis.cite.iso19142.util.TestSuiteLogger
-
Logs a simple message at the specified logging level.
- log(Level, String, Exception) - Static method in class org.opengis.cite.iso19142.util.TestSuiteLogger
-
Logs a message at the specified logging level with the given Exception object that represents a noteworthy error condition.
- log(Level, String, Object[]) - Static method in class org.opengis.cite.iso19142.util.TestSuiteLogger
-
Logs a message at the specified logging level with the given message parameters.
M
- main(String[]) - Static method in class org.opengis.cite.iso19142.TestNGController
-
A convenience method for running the test suite using a command-line interface.
- MANAGE_STORED_QRY - Static variable in class org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
- MEMBER - Static variable in class org.opengis.cite.iso19142.WFS2
-
member element.
- MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- MISSING_XML_ENTITY - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- model - Variable in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
-
An XSModel object representing the application schema supported by the SUT.
- model - Variable in class org.opengis.cite.iso19142.transaction.TransactionFixture
-
An XSModel object representing the application schema supported by the SUT.
N
- NAMESPACE_NAME - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- NamespaceBindings - Class in org.opengis.cite.iso19142.util
-
Provides namespace bindings for evaluating XPath 1.0 expressions using the JAXP XPath API.
- NamespaceBindings() - Constructor for class org.opengis.cite.iso19142.util.NamespaceBindings
- Namespaces - Class in org.opengis.cite.iso19142
-
XML namespace names.
- NAMESPACES_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- NATIVE - Enum constant in enum class org.opengis.cite.iso19142.WFS2.Transaction
- NATIVE - Static variable in class org.opengis.cite.iso19142.WFS2
-
Native element (Transaction).
- newPropertyValue(XSElementDeclaration, List<String>) - Method in class org.opengis.cite.iso19142.transaction.Update
-
Returns a new property value that conforms to the applicable simple type definition.
- newResourceIdFilter(String) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Builds a filter predicate containing a fes:ResourceId element that identifies the feature instance to be modified.
- NEXT - Enum constant in enum class org.opengis.cite.iso19142.FES2.VersionAction
- NO_MEMBERS - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- nonSpecificBBOX(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
-
[
Test
] Submits a GetFeature request with a non-specific BBOX predicate. - NOT_EQUAL - Static variable in class org.opengis.cite.iso19142.FES2
-
PropertyIsNotEqualTo operator.
- NOT_IMPLEMENTED - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- NOT_SCHEMA_VALID - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- NS - Static variable in class org.opengis.cite.iso19142.FES2
-
Namespace name.
- NS_URI - Static variable in class org.opengis.cite.iso19142.WFS2
- NUM_MATCHED - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- NUM_RETURNED - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
O
- obtainWFSSchema(ITestContext) - Method in class org.opengis.cite.iso19142.simple.ServiceMetadataTests
-
Obtains the WFS 2.0 message schema from the test context.
- ogcCode() - Method in enum class org.opengis.cite.iso19142.ExceptionCode
- onFinish(ISuite) - Method in class org.opengis.cite.iso19142.SuiteFixtureListener
- onStart(ISuite) - Method in class org.opengis.cite.iso19142.SuiteFixtureListener
- org.opengis.cite.iso19142 - package org.opengis.cite.iso19142
-
This executable test suite (ETS) validates WFS 2.0 implementations in accord with ISO 19136:2007.
- org.opengis.cite.iso19142.basic - package org.opengis.cite.iso19142.basic
-
This package contains test classes that assess conformance of the SUT with respect to the "Basic WFS" conformance level.
- org.opengis.cite.iso19142.basic.filter - package org.opengis.cite.iso19142.basic.filter
-
This package includes tests covering the use of filter predicates in query expressions.
- org.opengis.cite.iso19142.basic.filter.spatial - package org.opengis.cite.iso19142.basic.filter.spatial
-
This package includes tests covering the use of spatial operators in query expressions.
- org.opengis.cite.iso19142.basic.filter.temporal - package org.opengis.cite.iso19142.basic.filter.temporal
-
This package includes tests covering the use of temporal operators in query expressions.
- org.opengis.cite.iso19142.joins - package org.opengis.cite.iso19142.joins
-
This package includes tests for join queries.
- org.opengis.cite.iso19142.locking - package org.opengis.cite.iso19142.locking
-
This package contains tests that assess behavior of the SUT with respect to the "Locking WFS" conformance level.
- org.opengis.cite.iso19142.paging - package org.opengis.cite.iso19142.paging
-
This package contains tests to verify that the IUT satisfies the requirements of the Response paging conformance class.
- org.opengis.cite.iso19142.querymgmt - package org.opengis.cite.iso19142.querymgmt
-
This package contains tests to verify that the IUT satisfies the requirements of the Manage stored queries conformance class.
- org.opengis.cite.iso19142.simple - package org.opengis.cite.iso19142.simple
-
This package contains test classes that assess conformance of the SUT with respect to the "Simple WFS" conformance class, which is the lowest level of WFS 2.0 conformance.
- org.opengis.cite.iso19142.transaction - package org.opengis.cite.iso19142.transaction
-
This package contains test classes that assess behavior of the SUT with respect to the "Transactional WFS" conformance level.
- org.opengis.cite.iso19142.util - package org.opengis.cite.iso19142.util
-
This package includes miscellaneous utility classes to support testing.
- org.opengis.cite.iso19142.versioning - package org.opengis.cite.iso19142.versioning
-
This package contains tests to verify that the IUT satisfies the requirements of the Feature versions conformance class.
- OWS - Static variable in class org.opengis.cite.iso19142.Namespaces
-
OGC 06-121r3 (OWS 1.1)
P
- PAGING_IS_CONSISTENT - Static variable in class org.opengis.cite.iso19142.paging.ResponsePaging
- PagingTests - Class in org.opengis.cite.iso19142.paging
-
Provides test methods that verify the pagination of search results.
- PagingTests() - Constructor for class org.opengis.cite.iso19142.paging.PagingTests
- PARAM_ELEM - Static variable in class org.opengis.cite.iso19142.WFS2
-
Local name of Parameter element in a StoredQuery.
- parseTemporalValue(String, XSTypeDefinition) - Static method in class org.opengis.cite.iso19142.basic.filter.temporal.TemporalQuery
-
Creates a primitive temporal object from the given temporal value and type definition.
- periodAsGML(Period) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of the given time period.
- periodAsGML(Period, ZoneOffset) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of the given time period.
- periodAsGMLAddOneDay(Period) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of the given time period.
- periodAsGMLSubtractOneDay(Period) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of the given time period.
- POST - Enum constant in enum class org.opengis.cite.iso19142.ProtocolBinding
-
HTTP POST method
- preconditionNotSatisfied(ITestResult) - Method in class org.opengis.cite.iso19142.SuitePreconditions
- PREDICATE_NOT_SATISFIED - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- PREVIOUS - Enum constant in enum class org.opengis.cite.iso19142.FES2.VersionAction
- processWfsParameter(ISuite) - Method in class org.opengis.cite.iso19142.SuiteFixtureListener
-
Processes the "wfs" test suite parameter that specifies a URI reference for the service description (capabilities document).
- propertyIsEqualTo_caseSensitive(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsEqualToOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsEqualTo
predicate that applies to some simple feature property. - PropertyIsEqualToOperatorTests - Class in org.opengis.cite.iso19142.basic.filter
-
Tests the response to a GetFeature request that includes a
PropertyIs[Not]EqualTo
filter that compares the value of a property against some specified value. - PropertyIsEqualToOperatorTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.PropertyIsEqualToOperatorTests
- propertyIsGreaterThan_matchAny(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsGreaterThan
predicate that applies to some simple (numeric or temporal) feature property. - propertyIsGreaterThanEqualTo_matchAny(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsGreaterThanOrEqualTo
predicate that applies to some simple (numeric or temporal) feature property. - propertyIsLessThan_matchAll(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsLessThan
predicate that applies to some simple (numeric or temporal) feature property. - propertyIsLessThan_matchAny(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsLessThan
predicate that applies to some simple (numeric or temporal) feature property. - propertyIsLessThanEqualTo_matchAny(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsLessThanOrEqualTo
predicate that applies to some simple (numeric or temporal) feature property. - propertyIsLike(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsLikeOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsLike
predicate that applies to some simple feature property (of type xsd:string). - PropertyIsLikeOperatorTests - Class in org.opengis.cite.iso19142.basic.filter
-
Tests the response to a GetFeature request that includes a
PropertyIsLike
filter that tests the value of a property using a specified pattern--a combination of regular characters and metacharacters. - PropertyIsLikeOperatorTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.PropertyIsLikeOperatorTests
- propertyIsNil(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsNilOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsNil
predicate designating a nillable feature property (one per feature type). - PropertyIsNilOperatorTests - Class in org.opengis.cite.iso19142.basic.filter
-
Tests the response to a GetFeature request that includes a
PropertyIsNil
filter predicate that tests the content of a specified property and evaluates if it is nil. - PropertyIsNilOperatorTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.PropertyIsNilOperatorTests
- propertyIsNotEqualTo_caseSensitive(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsEqualToOperatorTests
-
[
Test
] Submits a GetFeature request containing aPropertyIsNotEqualTo
predicate that applies to some simple feature property. - propertyIsNotLike(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsLikeOperatorTests
-
[
Test
] Submits a GetFeature request containing aNot/PropertyIsLike
predicate that applies to some simple feature property (of type xsd:string). - propertyIsNotNull(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.PropertyIsNullOperatorTests
-
[
Test
] Submits a GetFeature request containing aNot/PropertyIsNull
predicate designating some feature property (the last one in document order). - PropertyIsNullOperatorTests - Class in org.opengis.cite.iso19142.basic.filter
-
Tests the response to a GetFeature request that includes a
PropertyIsNull
filter predicate; this operator tests for the existence of a specified feature property. - PropertyIsNullOperatorTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.PropertyIsNullOperatorTests
- ProtocolBinding - Enum Class in org.opengis.cite.iso19142
-
An enumerated type that indicates how a request message is bound to an application protocol.
Q
- QNAME_WFS_CAPABILITIES - Static variable in class org.opengis.cite.iso19142.WFS2
-
Qualified name of document element in WFS capabilities document.
- QRY_GET_FEATURE_BY_ID - Static variable in class org.opengis.cite.iso19142.WFS2
-
Stored query identifier: GetFeatureById
- QRY_GET_FEATURE_BY_ID_URN - Static variable in class org.opengis.cite.iso19142.WFS2
-
Stored query identifier: GetFeatureById (deprecated in v2.0.2
- QRY_GET_FEATURE_BY_NAME - Static variable in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
- QRY_GET_FEATURE_BY_TYPE - Static variable in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
- QRY_INVALID_LANG - Static variable in class org.opengis.cite.iso19142.querymgmt.CreateStoredQueryTests
- QRY_LANG_NOT_SUPPORTED - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- QUERY_ELEM - Static variable in class org.opengis.cite.iso19142.WFS2
-
Local name of ad hoc Query element.
- QueryFilterFixture - Class in org.opengis.cite.iso19142.basic.filter
-
Provides configuration methods that facilitate the testing of query filters by inspecting the application schema and sample data in order to deduce appropriate property names and values to include in filter predicates.
- QueryFilterFixture() - Constructor for class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
R
- Randomizer - Class in org.opengis.cite.iso19142.util
-
Provides utility methods to randomly generate test inputs.
- Randomizer() - Constructor for class org.opengis.cite.iso19142.util.Randomizer
- randomlySelectFeatureInstance() - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Randomly selects a feature instance from the sample data obtained from the IUT.
- readFrom(Class<SOAPMessage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.opengis.cite.iso19142.util.SOAPMessageConsumer
- releaseAllLocks() - Method in class org.opengis.cite.iso19142.locking.LockingFixture
-
Releases all locks by submitting empty Transaction requests that include the lockId and releaseAction (="ALL") attributes.
- removeAllQueryIdentifiers(Document) - Method in class org.opengis.cite.iso19142.simple.DescribeStoredQueriesTests
-
Removes all wfs:StoredQueryId elements from the request entity.
- removeAllTypeNames(Document) - Method in class org.opengis.cite.iso19142.simple.DescribeFeatureTypeTests
-
Removes all child wfs:TypeName elements from the request entity.
- removeDeprecatedGMLElements(List<XSElementDeclaration>, XSModel) - Static method in class org.opengis.cite.iso19142.util.AppSchemaUtils
-
Removes deprecated GML feature properties from a given list of element declarations.
- REPL_PROPS - Static variable in class org.opengis.cite.iso19142.transaction.ReplaceTests
-
Identifier for the collection of replacement property values.
- REPLACE - Enum constant in enum class org.opengis.cite.iso19142.WFS2.Transaction
- REPLACE - Static variable in class org.opengis.cite.iso19142.WFS2
-
Replace element (Transaction).
- replaceFeature(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.transaction.ReplaceTests
-
[
Test
] Submits a Transaction request to replace an existing feature instance. - replacementVersionHasNoSuccessor() - Method in class org.opengis.cite.iso19142.versioning.VersioningTests
-
[
Test
] Submits a request to replace a feature version. - ReplaceTests - Class in org.opengis.cite.iso19142.transaction
-
Tests the response to a Transaction request that includes one or more replace actions.
- ReplaceTests() - Constructor for class org.opengis.cite.iso19142.transaction.ReplaceTests
- reqEntity - Variable in class org.opengis.cite.iso19142.BaseFixture
-
A Document representing the content of the request message.
- REQUEST_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- resetValidator() - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
Resets the validator to its original configuration.
- resolveRelativeURI(String, String) - Static method in class org.opengis.cite.iso19142.util.URIUtils
-
Constructs an absolute URI value from a relative reference and a base URI.
- resolveURIAsDocument(URI) - Static method in class org.opengis.cite.iso19142.util.URIUtils
-
Parses the content of the given URI as an XML document and returns a new DOM Document object.
- resolveURIAsFile(URI) - Static method in class org.opengis.cite.iso19142.util.URIUtils
-
Resolves the given URI and stores the resulting resource representation in a local file.
- RESOURCE_ID - Static variable in class org.opengis.cite.iso19142.FES2
-
ResourceId operator.
- ResourceId - Class in org.opengis.cite.iso19142.basic.filter
-
A resource identifier as defined in ISO 19143 (OGC Filter Encoding 2.0 Encoding Standard).
- ResourceId(String) - Constructor for class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Constructs a new identifier for the resource version.
- ResourceIdFilterTests - Class in org.opengis.cite.iso19142.basic.filter
-
Tests the response to a GetFeature request that includes a ResourceId filter predicate, which is used to identify a feature instance (or some version of it).
- ResourceIdFilterTests() - Constructor for class org.opengis.cite.iso19142.basic.filter.ResourceIdFilterTests
- ResponsePaging - Class in org.opengis.cite.iso19142.paging
-
Checks preconditions for running tests to verify that the IUT satisfies the requirements of the Response paging conformance class.
- ResponsePaging() - Constructor for class org.opengis.cite.iso19142.paging.ResponsePaging
- restoreDeletedFeatures() - Method in class org.opengis.cite.iso19142.transaction.DeleteTests
-
Restores the WFS data store to its previous state by replacing all deleted features with their previous representations.
- restoreModifiedFeatures() - Method in class org.opengis.cite.iso19142.transaction.ReplaceTests
-
Restores the WFS data store to its previous state by replacing all modified features with their original representations.
- restoreModifiedFeatures() - Method in class org.opengis.cite.iso19142.transaction.Update
-
Attempts to restore the WFS data store to its previous state by replacing all modified features with their original representations.
- resultToString(Result) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Writes the result of a transformation to a String.
- RETIRED - Enum constant in enum class org.opengis.cite.iso19142.WFS2.VersionState
- retrieveResource(String) - Method in class org.opengis.cite.iso19142.paging.PagingTests
-
Dereferences the given URI reference and returns the response message.
- retrieveXMLResponseEntity(Document, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits the given request entity and returns the response entity as a DOM Document.
- ROOT_PKG - Static variable in class org.opengis.cite.iso19142.simple.ServiceMetadataTests
- ROOT_PKG - Static variable in class org.opengis.cite.iso19142.util.ValidationUtils
- rspEntity - Variable in class org.opengis.cite.iso19142.BaseFixture
-
A Document representing the content of the response message.
S
- SAMPLER - Enum constant in enum class org.opengis.cite.iso19142.SuiteAttribute
-
A DataSampler object that obtains sample data from the WFS under test.
- SCH - Static variable in class org.opengis.cite.iso19142.Namespaces
-
Schematron (ISO 19757-3) namespace
- SCHEMA_URI - Static variable in class org.opengis.cite.iso19142.WFS2
- SCHEMATRON_METADATA - Static variable in class org.opengis.cite.iso19142.locking.LockingCapabilitiesTests
- SCHEMATRON_METADATA - Static variable in class org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests
- selectFeatureType() - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Sort alphabetically and selects first feature type name for which instances are available in the SUT.
- selectRandomFeatureIdentifiers(QName, int) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Returns a set of identifiers for available feature instances of a given type.
- selfJoinWithIntersects() - Method in class org.opengis.cite.iso19142.joins.SpatialJoinTests
- SERVICE_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- SERVICE_TYPE_CODE - Static variable in class org.opengis.cite.iso19142.WFS2
- serviceIsAvailable(ITestContext) - Method in class org.opengis.cite.iso19142.SuitePreconditions
-
[@Test] Confirms that the SUT is available and produces a service description in response to a basic GetCapabilities request.
- ServiceMetadataTests - Class in org.opengis.cite.iso19142.simple
-
Contains tests regarding service metadata resources, especially the content of the WFS capabilities document.
- ServiceMetadataTests() - Constructor for class org.opengis.cite.iso19142.simple.ServiceMetadataTests
- ServiceMetadataUtils - Class in org.opengis.cite.iso19142.util
-
Provides various utility methods for accessing service metadata.
- ServiceMetadataUtils() - Constructor for class org.opengis.cite.iso19142.util.ServiceMetadataUtils
- setAppSchemaParameter(ISuite) - Method in class org.opengis.cite.iso19142.SuiteFixtureListener
-
Sets the value of the "xsd" suite parameter, the value of which is the request URI used to retrieve the GML application schema(s) supported by the WFS under test.
- setEnd(String) - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Set the ending instant of a temporal interval for selecting resource versions.
- setFeatureAvailability(FeatureTypeInfo, Document) - Method in class org.opengis.cite.iso19142.basic.BasicGetFeatureTests
-
Sets the availability status of instances of a given feature type according to the content of a GetFeature response entity.
- setInstantiated(boolean) - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Sets the availability of this feature type.
- setMaxFeatures(int) - Method in class org.opengis.cite.iso19142.util.DataSampler
-
Sets the maximum number of features to include in the response entity.
- setModel(XSModel) - Method in class org.opengis.cite.iso19142.transaction.TransactionFixture
-
This is intended only to facilitate unit testing.
- setPreviousRid(String) - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Set identifier of the previous version.
- setReturnTypesAndTypeNamesAttribute(Document, QName) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Sets the attribute CreateStoredQuery/StoredQueryDefinition/QueryExpressionText/Query/@typeNames to the passed feature type name.
- setSampleData(File) - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Sets the location of a sample data file containing instances of this feature type.
- setServiceDescription(InputStream) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Sets the service description obtained using the given InputStream.
- setSpatialExtent(Envelope) - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Sets the geographic extent of the feature instances.
- setStart(String) - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Set the starting instant of a temporal interval for selecting resource versions.
- setTemporalExtent(Period) - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Sets the temporal extent of the feature instances.
- setTypeName(QName) - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
-
Sets the feature type name.
- setTypeName(Element, QName) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Sets the value of the typeName attribute on an action element (wfs:Update, wfs:Delete) contained in a Transaction request entity.
- setupClassFixture(ITestContext) - Method in class org.opengis.cite.iso19142.basic.GetPropertyValueTests
-
Retrieves the (pre-compiled) WFS schema from the suite fixture.
- setupClassFixture(ITestContext) - Method in class org.opengis.cite.iso19142.simple.DescribeStoredQueriesTests
-
Retrieves the (pre-compiled) WFS schema from the suite fixture and builds a DOM Document node representing the request entity.
- setupClassFixture(ITestContext) - Method in class org.opengis.cite.iso19142.simple.ListStoredQueriesTests
-
Retrieves the (pre-compiled) WFS schema from the suite fixture and builds the XML request entity.
- setValueReference(Document, String) - Method in class org.opengis.cite.iso19142.basic.GetPropertyValueTests
-
Sets the valueReference attribute on the request entity.
- setVersion(String) - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Set the version designation for this resource version.
- setWfsClient(WFSClient) - Method in class org.opengis.cite.iso19142.BaseFixture
- SIMPLE_WFS - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
Simple WFS (A.1.1)
- SIMPLE_WFS_PHASE - Static variable in class org.opengis.cite.iso19142.simple.ServiceMetadataTests
- SimpleCapabilitiesTests - Class in org.opengis.cite.iso19142.simple
-
Tests the service response to a GetCapabilities request for "Simple WFS" conformance.
- SimpleCapabilitiesTests() - Constructor for class org.opengis.cite.iso19142.simple.SimpleCapabilitiesTests
- SOAP - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
SOAP requests (A.1.7)
- SOAP - Enum constant in enum class org.opengis.cite.iso19142.ProtocolBinding
-
SOAP HTTP binding
- SOAP_ENC - Static variable in class org.opengis.cite.iso19142.WFS2
-
Service constraint indicating support for SOAP message bindings.
- SOAP_ENV - Static variable in class org.opengis.cite.iso19142.Namespaces
-
SOAP 1.2 message envelopes.
- SOAP_VERSION - Static variable in class org.opengis.cite.iso19142.WFS2
- SOAP_VERSION_1_2 - Static variable in class org.opengis.cite.iso19142.WFS2
- SOAP11 - Static variable in class org.opengis.cite.iso19142.Namespaces
-
Legacy SOAP 1.1 message envelopes.
- SOAPMessageConsumer - Class in org.opengis.cite.iso19142.util
-
A W3C SOAP message consumer that converts an input stream to a
SOAPMessage
object. - SOAPMessageConsumer() - Constructor for class org.opengis.cite.iso19142.util.SOAPMessageConsumer
- sortValues(String[]) - Method in class org.opengis.cite.iso19142.basic.filter.ComparisonOperatorTests
-
Sorts the given array into ascending order, assuming its elements represent either numeric (Double) or temporal (Calendar) values.
- SPATIAL_JOINS - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
Spatial joins (A.1.12)
- SpatialJoinTests - Class in org.opengis.cite.iso19142.joins
-
A spatial join includes a spatial predicate.
- SpatialJoinTests() - Constructor for class org.opengis.cite.iso19142.joins.SpatialJoinTests
- SRSNAME_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- StandardJoinTests - Class in org.opengis.cite.iso19142.joins
- StandardJoinTests() - Constructor for class org.opengis.cite.iso19142.joins.StandardJoinTests
- START_INDEX_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- statusCode() - Method in enum class org.opengis.cite.iso19142.ExceptionCode
- STORED_QRY_ELEM - Static variable in class org.opengis.cite.iso19142.WFS2
-
Local name of StoredQuery element.
- STORED_QRY_ID_ELEM - Static variable in class org.opengis.cite.iso19142.WFS2
-
Local name of StoredQueryId element.
- STOREDQUERY_ID_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- storedQueryId - Variable in class org.opengis.cite.iso19142.locking.LockingFixture
-
Identifier for GetFeatureById stored query
- StoredQueryManagement - Class in org.opengis.cite.iso19142.querymgmt
-
Checks preconditions for running tests to verify that the IUT satisfies the requirements of the Manage stored queries conformance class.
- StoredQueryManagement() - Constructor for class org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
- StoredQueryTests - Class in org.opengis.cite.iso19142.simple
-
Tests the service response to a GetFeature request that invokes a stored query.
- StoredQueryTests() - Constructor for class org.opengis.cite.iso19142.simple.StoredQueryTests
- submitRequest(Source, ProtocolBinding, URI) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits an HTTP request message.
- submitRequest(Document, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request using the specified message binding and the content of the given XML request entity.
- SuiteAttribute - Enum Class in org.opengis.cite.iso19142
-
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
- SuiteFixtureListener - Class in org.opengis.cite.iso19142
-
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.opengis.cite.iso19142.SuiteFixtureListener
- SuitePreconditions - Class in org.opengis.cite.iso19142
-
Includes tests to confirm the readiness of the SUT to undergo testing.
- SuitePreconditions() - Constructor for class org.opengis.cite.iso19142.SuitePreconditions
- SUPERSEDED - Enum constant in enum class org.opengis.cite.iso19142.WFS2.VersionState
- supportedBindings - Variable in class org.opengis.cite.iso19142.BaseFixture
- supportedStoredQueryLanguages(ITestContext) - Method in class org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
-
[
Test
] Confirms that the capabilities document advertises support for the (stored) query language "urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression" in the context ofCreateStoredQuery
. - surfaceToPolygon(Element) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.BBOXTests
-
Replaces gml:Surface elements having a single gml:PolygonPatch with a gml:Polygon element.
- sutImplementsGetFeatureWithLock(ITestContext) - Method in class org.opengis.cite.iso19142.locking.GetFeatureWithLockTests
-
Checks that the GetFeatureWithLock operation is implemented by the SUT.
T
- TemporalFilter - Class in org.opengis.cite.iso19142.basic.filter.temporal
-
Checks preconditions for running tests to verify that the IUT satisfies the requirements of the Minimum Temporal filter conformance class.
- TemporalFilter() - Constructor for class org.opengis.cite.iso19142.basic.filter.temporal.TemporalFilter
- TemporalJoinTests - Class in org.opengis.cite.iso19142.joins
- TemporalJoinTests() - Constructor for class org.opengis.cite.iso19142.joins.TemporalJoinTests
- temporalProperties - Variable in class org.opengis.cite.iso19142.basic.filter.QueryFilterFixture
- TemporalProperty(XSElementDeclaration, Period) - Constructor for class org.opengis.cite.iso19142.basic.filter.temporal.AbstractTemporalTest.TemporalProperty
- TemporalQuery - Class in org.opengis.cite.iso19142.basic.filter.temporal
-
Utility methods to facilitate the creation and verification of temporal queries.
- TemporalQuery() - Constructor for class org.opengis.cite.iso19142.basic.filter.temporal.TemporalQuery
- TEST_SUBJECT - Enum constant in enum class org.opengis.cite.iso19142.SuiteAttribute
-
A DOM Document describing the WFS under test.
- TestNGController - Class in org.opengis.cite.iso19142
-
Main test run controller oversees execution of TestNG test suites.
- TestNGController() - Constructor for class org.opengis.cite.iso19142.TestNGController
-
Default constructor uses the location given by the "java.io.tmpdir" system property as the root output directory.
- TestNGController(String) - Constructor for class org.opengis.cite.iso19142.TestNGController
-
Construct a controller that writes results to the given output directory.
- TestRunArg - Enum Class in org.opengis.cite.iso19142
-
An enumerated type defining all recognized test run arguments.
- TestSuiteLogger - Class in org.opengis.cite.iso19142.util
-
Logging utility class that provides simple access to the JDK Logging API.
- TimeUtils - Class in org.opengis.cite.iso19142.util
-
Provides various utility methods for working with representations of temporal values.
- TimeUtils() - Constructor for class org.opengis.cite.iso19142.util.TimeUtils
- TM_EXTENT_LEN - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- TNS_PREFIX - Static variable in class org.opengis.cite.iso19142.BaseFixture
- toElement() - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
-
Creates a DOM Element representing this resource identifier.
- toString() - Method in class org.opengis.cite.iso19142.basic.filter.ResourceId
- toString() - Method in class org.opengis.cite.iso19142.FeatureTypeInfo
- toString() - Method in enum class org.opengis.cite.iso19142.SuiteAttribute
- toString() - Method in enum class org.opengis.cite.iso19142.TestRunArg
- toString() - Method in class org.opengis.cite.iso19142.util.FeatureProperty
- toString() - Method in class org.opengis.cite.iso19142.util.NamespaceBindings
- toString() - Method in enum class org.opengis.cite.iso19142.WFS2.Transaction
- toString() - Method in enum class org.opengis.cite.iso19142.WFS2.VersionState
- TOTAL_DEL - Static variable in class org.opengis.cite.iso19142.WFS2
-
TransactionSummary/totalDeleted element.
- TOTAL_INS - Static variable in class org.opengis.cite.iso19142.WFS2
-
TransactionSummary/totalInserted element.
- TOTAL_REPL - Static variable in class org.opengis.cite.iso19142.WFS2
-
TransactionSummary/totalReplaced element.
- TOTAL_UPD - Static variable in class org.opengis.cite.iso19142.WFS2
-
TransactionSummary/totalUpdated element.
- TRANSACTION - Static variable in class org.opengis.cite.iso19142.WFS2
-
Transaction element.
- TRANSACTION_RSP - Static variable in class org.opengis.cite.iso19142.WFS2
-
TransactionResponse element.
- TRANSACTION_SUMMARY - Static variable in class org.opengis.cite.iso19142.WFS2
-
TransactionResponse/TransactionSummary element.
- TRANSACTIONAL_WFS - Enum constant in enum class org.opengis.cite.iso19142.ConformanceClass
-
Transactional WFS (A.1.3)
- TransactionCapabilitiesTests - Class in org.opengis.cite.iso19142.transaction
-
Tests the service response to a GetCapabilities request for "Transactional WFS" conformance.
- TransactionCapabilitiesTests() - Constructor for class org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests
- TransactionFixture - Class in org.opengis.cite.iso19142.transaction
-
Provides configuration methods that facilitate testing of transaction capabilities.
- TransactionFixture() - Constructor for class org.opengis.cite.iso19142.transaction.TransactionFixture
- transform(Source, Node, Map<String, String>) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Transforms the content of a DOM Node using a specified XSLT stylesheet.
- transformEntityToKVP(Source) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Transforms the XML representation of a WFS request entity to its corresponding KVP serialization format.
- traverseResultSetInBothDirections() - Method in class org.opengis.cite.iso19142.paging.PagingTests
-
[
Test
] Submits a GetFeature request with count = "4" and resultType = "results". - TRX_WFS - Static variable in class org.opengis.cite.iso19142.WFS2
-
Service constraint for 'Transactional WFS' conformance class.
- TRX_WFS_PHASE - Static variable in class org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests
- trxTestParameters(ITestContext) - Method in class org.opengis.cite.iso19142.transaction.TransactionFixture
-
A DataProvider that supplies a collection of parameter tuples where each tuple has two elements: ProtocolBinding - a supported transaction request binding QName - the name of a feature type for which data are available
- twoValidFeatureIdentifiers(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.ResourceIdFilterTests
-
[
Test
] Submits a GetFeature request containing a ResourceId predicate with two resource identifiers. - TYPENAME_ELEM - Static variable in class org.opengis.cite.iso19142.WFS2
-
Local name of TypeName element in DescribeFeatureType.
- TYPENAMES_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
U
- UNEXPECTED_ID - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- UNEXPECTED_STATUS - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- UNEXPECTED_VALUE - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- unknownFeatureIdentifier(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.basic.filter.ResourceIdFilterTests
-
[
Test
] Submits a GetFeature request containing a ResourceId predicate with an unknown feature identifier. - unknownStoredQuery(ProtocolBinding) - Method in class org.opengis.cite.iso19142.simple.StoredQueryTests
-
[
Test
] If no stored query matches the given identifier then an exception report with exception code "InvalidParameterValue" is expected. - Update - Class in org.opengis.cite.iso19142.transaction
-
Tests the response to a Transaction request that includes one or more update actions.
- Update() - Constructor for class org.opengis.cite.iso19142.transaction.Update
- UPDATE - Enum constant in enum class org.opengis.cite.iso19142.WFS2.Transaction
- UPDATE - Static variable in class org.opengis.cite.iso19142.WFS2
-
Update element (Transaction).
- updateBoundedByWithKMLPoint() - Method in class org.opengis.cite.iso19142.transaction.Update
-
[
Test
] Submits a Transaction request to update a property (gml:boundedBy) with an invalid value (kml:Point). - updatedVersionHasSupersededPredecessor() - Method in class org.opengis.cite.iso19142.versioning.VersioningTests
-
[
Test
] Submits a request to update a feature property (gml:name). - updateFeature(String, QName, Map<String, Object>) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request to update a feature using the POST protocol binding.
- updateFeature(Document, String, QName, Map<String, Object>, ProtocolBinding) - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Submits a request to update a feature.
- updateGMLName(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.transaction.Update
-
[
Test
] Submits a Transaction request to update the first name (gml:name[1]) of an existing feature instance. - updateSimplePropertyValue(ProtocolBinding, QName) - Method in class org.opengis.cite.iso19142.transaction.Update
-
[
Test
] Submits a request to update a simple property value, one that is based on a built-in XML Schema datatype (including enumerated types). - updateSupersededVersion() - Method in class org.opengis.cite.iso19142.versioning.VersioningTests
-
[
Test
] Submits a request to update a superseded version (whose state is NOT "valid"). - updateVersion(Document, String) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Sets the @version attribute in the root element of the doc to the specified version
- URIUtils - Class in org.opengis.cite.iso19142.util
-
Provides a collection of utility methods for manipulating or resolving URI references.
- URIUtils() - Constructor for class org.opengis.cite.iso19142.util.URIUtils
V
- V2_0_0 - Static variable in class org.opengis.cite.iso19142.WFS2
- VALID - Enum constant in enum class org.opengis.cite.iso19142.WFS2.VersionState
- validateTestRunArgs(Document) - Method in class org.opengis.cite.iso19142.TestNGController
-
Validates the given set of test run arguments.
- ValidationUtils - Class in org.opengis.cite.iso19142.util
-
A utility class that provides convenience methods to support schema validation.
- ValidationUtils() - Constructor for class org.opengis.cite.iso19142.util.ValidationUtils
- VALUE_COLLECTION - Static variable in class org.opengis.cite.iso19142.WFS2
-
ValueCollection element.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.ConformanceClass
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.ExceptionCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.FES2.VersionAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.ProtocolBinding
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.SuiteAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.TestRunArg
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.WFS2.Transaction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.iso19142.WFS2.VersionState
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opengis.cite.iso19142.ConformanceClass
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.iso19142.ExceptionCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.iso19142.FES2.VersionAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.iso19142.ProtocolBinding
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.iso19142.SuiteAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.iso19142.TestRunArg
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.iso19142.WFS2.Transaction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opengis.cite.iso19142.WFS2.VersionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyServiceDescription(ITestContext) - Method in class org.opengis.cite.iso19142.SuitePreconditions
-
[@Test] Verifies that the test subject is a WFS 2.0 service.
- VERSION - Static variable in class org.opengis.cite.iso19142.WFS2
- VERSION_PARAM - Static variable in class org.opengis.cite.iso19142.WFS2
- VERSION_STATE - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- VersioningTests - Class in org.opengis.cite.iso19142.versioning
-
Provides test methods that verify the behavior of the IUT with respect to creating and navigating feature versions.
- VersioningTests() - Constructor for class org.opengis.cite.iso19142.versioning.VersioningTests
W
- WFS - Enum constant in enum class org.opengis.cite.iso19142.TestRunArg
-
An absolute URI referring to metadata about the WFS implementation under test.
- WFS - Static variable in class org.opengis.cite.iso19142.Namespaces
-
ISO 19142:2010 (WFS 2.0)
- WFS_CAPABILITIES - Static variable in class org.opengis.cite.iso19142.WFS2
-
Local name of document element in WFS capabilities document.
- WFS_SCHEMA - Enum constant in enum class org.opengis.cite.iso19142.SuiteAttribute
-
An immutable Schema object representing the complete WFS 2.0 schema (wfs.xsd).
- WFS_VERSION - Enum constant in enum class org.opengis.cite.iso19142.SuiteAttribute
-
The highest specification version supported by the IUT.
- WFS2 - Class in org.opengis.cite.iso19142
-
Contains various constants pertaining to WFS 2.0 service interfaces as specified in ISO 19142:2010 and related standards.
- WFS2.Transaction - Enum Class in org.opengis.cite.iso19142
-
The action embodied by a transaction.
- WFS2.VersionState - Enum Class in org.opengis.cite.iso19142
-
VersionState indicates the state of a feature version.
- wfsClient - Variable in class org.opengis.cite.iso19142.BaseFixture
-
A client component for interacting with a WFS.
- WFSClient - Class in org.opengis.cite.iso19142.util
-
A WFS 2.0 client component.
- WFSClient() - Constructor for class org.opengis.cite.iso19142.util.WFSClient
-
Default client constructor.
- WFSClient(Document) - Constructor for class org.opengis.cite.iso19142.util.WFSClient
-
Constructs a client that is aware of the capabilities of a WFS implementation.
- WFSMessage - Class in org.opengis.cite.iso19142.util
-
Provides various utility methods for constructing, accessing, or manipulating the content of WFS request and response messages.
- WFSMessage() - Constructor for class org.opengis.cite.iso19142.util.WFSMessage
- wfsMetadata - Variable in class org.opengis.cite.iso19142.BaseFixture
-
A DOM document containing service metadata (OGC capabilities).
- wfsMetadata - Variable in class org.opengis.cite.iso19142.util.WFSClient
-
A Document that describes the service under test.
- wfsVersion - Variable in class org.opengis.cite.iso19142.BaseFixture
-
Highest version supported by the IUT.
- withStandardBindings() - Static method in class org.opengis.cite.iso19142.util.NamespaceBindings
-
Creates a NamespaceBindings object that declares the following namespace bindings: wfs: "http://www.opengis.net/wfs/2.0" fes: "http://www.opengis.net/fes/2.0" ows: "http://www.opengis.net/ows/1.1" xlink: "http://www.w3.org/1999/xlink" gml: "http://www.opengis.net/gml/3.2" soap: "http://www.w3.org/2003/05/soap-envelope" soap11: "http://schemas.xmlsoap.org/soap/envelope/" xsi: "http://www.w3.org/2001/XMLSchema-instance"
- wrapEntityInSOAPEnvelope(Source, String) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
Wraps the given XML request entity in the body of a SOAP envelope.
- writeNode(Node, OutputStream) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Writes the content of a DOM node to a byte stream.
- writeNodeToString(Node) - Static method in class org.opengis.cite.iso19142.util.XMLUtils
-
Writes the content of a DOM node to a String.
X
- XLINK - Static variable in class org.opengis.cite.iso19142.Namespaces
-
W3C XLink
- XML_ENC - Static variable in class org.opengis.cite.iso19142.WFS2
-
Service constraint indicating support for HTTP POST method bindings.
- XML_ERROR - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- XMLUtils - Class in org.opengis.cite.iso19142.util
-
Provides various utility methods for accessing or manipulating XML representations.
- XMLUtils() - Constructor for class org.opengis.cite.iso19142.util.XMLUtils
- XPATH_ERROR - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- XPATH_RESULT - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
- XSD - Static variable in class org.opengis.cite.iso19142.Namespaces
-
W3C XML Schema namespace
- XSI - Static variable in class org.opengis.cite.iso19142.Namespaces
-
XML Schema instance namespace
All Classes and Interfaces|All Packages|Constant Field Values