- 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 the
After
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 the
After
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 the
After
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
-
- allProtocolsAndFeatureTypes() - Method in class org.opengis.cite.iso19142.BaseFixture
-
A DataProvider that supplies parameters specifying a supported protocol
binding and a feature type.
- 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.
- 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 - 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 the
Before
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.
- 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
-
- checkEpsgDataSource(DataSource) - Method in class org.opengis.cite.iso19142.TestRunListener
-
Checks that the database represented by the given DataSource is
accessible and contains the EPSG geodetic parameter data.
- 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 in org.opengis.cite.iso19142
-
A WFS 2.0 conformance class.
- containsGetProtocolBinding(Object[]) - Static method in class org.opengis.cite.iso19142.util.WFSMessage
-
- 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 a CreateStoredQuery
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 a CreateStoredQuery
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.
- 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 - 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
-
- 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
-
- 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 a DropStoredQuery
request that
identifies a nonexistent query.
- dropStoredQuery() - Method in class org.opengis.cite.iso19142.querymgmt.DropStoredQueryTests
-
[Test
] Submits a DropStoredQuery
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 a CreateStoredQuery
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
-
- 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_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 org.opengis.cite.iso19142.ConformanceClass
-
- getConstraintName() - Method in enum 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.
- 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 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 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 a
PropertyIsNull
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.
- 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
-
- 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
-
- 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
-
- implementsResponsePaging(ITestContext) - Method in class org.opengis.cite.iso19142.paging.ResponsePaging
-
- implementsSpatialFilter(ITestContext) - Method in class org.opengis.cite.iso19142.basic.filter.spatial.IntersectsTests
-
- implementsSpatialJoins(ITestContext) - Method in class org.opengis.cite.iso19142.joins.SpatialJoinTests
-
- 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
-
- 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
-
- 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
-
- 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 - 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.
- 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 the GetFeatureById
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 the GetFeatureById
query with an
id
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
-
- LANG_WFS_QUERY - Static variable in class org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
-
- 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(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.
- listStoredQueries() - Method in class org.opengis.cite.iso19142.util.WFSClient
-
Requests a list of stored queries.
- 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 code MissingParameterValue
.
- 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 - 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.
- 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.
- 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) - Static method in class org.opengis.cite.iso19142.util.TestSuiteLogger
-
Logs a simple message at the specified logging level.
- 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.
- periodAsGMLSubtractOneDay(Period) - Static method in class org.opengis.cite.iso19142.util.TimeUtils
-
Builds a GML representation of the given time period.
- preconditionNotSatisfied(ITestResult) - Method in class org.opengis.cite.iso19142.SuitePreconditions
-
- PREDICATE_NOT_SATISFIED - Static variable in class org.opengis.cite.iso19142.ErrorMessageKeys
-
- 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 a
PropertyIsEqualTo
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 a
PropertyIsGreaterThan
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 a
PropertyIsGreaterThanOrEqualTo
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 a
PropertyIsLessThan
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 a
PropertyIsLessThan
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 a
PropertyIsLessThanOrEqualTo
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 a
PropertyIsLike
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 a PropertyIsNil
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 a
PropertyIsNotEqualTo
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 a
Not/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 a
Not/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 in org.opengis.cite.iso19142
-
An enumerated type that indicates how a request message is bound to an
application protocol.
- 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 - 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.
- 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.
- 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_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
-
- SOAP11 - Static variable in class org.opengis.cite.iso19142.Namespaces
-
Legacy SOAP 1.1 message envelopes.
- 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
-
- 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.
- 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 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 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
-
- supportedBindings - Variable in class org.opengis.cite.iso19142.BaseFixture
-
- supportedStoredQueryLanguages(ITestContext) - Method in class org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
-
- 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.
- 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
-
- 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 in org.opengis.cite.iso19142
-
An enumerated type defining all recognized test run arguments.
- TestRunListener - Class in org.opengis.cite.iso19142
-
A listener that is invoked before and after a test run.
- TestRunListener() - Constructor for class org.opengis.cite.iso19142.TestRunListener
-
- 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 org.opengis.cite.iso19142.SuiteAttribute
-
- toString() - Method in enum 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 org.opengis.cite.iso19142.WFS2.Transaction
-
- toString() - Method in enum 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.
- 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
-
- V2_0_0 - Static variable in class org.opengis.cite.iso19142.WFS2
-
- 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 org.opengis.cite.iso19142.ConformanceClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.iso19142.ExceptionCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.iso19142.FES2.VersionAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.iso19142.ProtocolBinding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.iso19142.SuiteAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.iso19142.TestRunArg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.iso19142.WFS2.Transaction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opengis.cite.iso19142.WFS2.VersionState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.opengis.cite.iso19142.ConformanceClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.iso19142.ExceptionCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.iso19142.FES2.VersionAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.iso19142.ProtocolBinding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.iso19142.SuiteAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.iso19142.TestRunArg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.iso19142.WFS2.Transaction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opengis.cite.iso19142.WFS2.VersionState
-
Returns an array containing the constants of this enum type, 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
-