Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addAllBindings(Map<String, String>) - Method in class org.opengis.cite.sensorml20.util.NamespaceBindings
-
Adds all of the supplied namespace bindings to the existing set of entries.
- addNamespaceBinding(String, String) - Method in class org.opengis.cite.sensorml20.util.NamespaceBindings
-
Adds a namespace binding that associates a namespace name with a prefix.
- AggregateData() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
AggregateData.
- AggregateProcess - Class in org.opengis.cite.sensorml20.level1
-
AggregateProcess class.
- AggregateProcess() - Constructor for class org.opengis.cite.sensorml20.level1.AggregateProcess
- AggregateProcessSchema - Class in org.opengis.cite.sensorml20.level2
-
AggregateProcessSchema class.
- AggregateProcessSchema() - Constructor for class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
- AggregateProcessSchemaValid() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
AggregateProcessSchemaValid.
- AggregateProcessSchemaValid() - Method in class org.opengis.cite.sensorml20.level2.ConfigurableProcessSchema
-
AggregateProcessSchemaValid.
- AggregateProcessSchemaValid() - Method in class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
-
AggregateProcessSchemaValid.
- AggregateProcessSchemaValid() - Method in class org.opengis.cite.sensorml20.level2.PhysicalSystemSchema
-
AggregateProcessSchemaValid.
- assertDescendantElementCount(Document, QName, int) - Static method in class org.opengis.cite.sensorml20.ETSAssert
-
Asserts that the given XML entity contains the expected number of descendant elements having the specified name.
- assertExceptionReport(ClientResponse, String, String) - Static method in class org.opengis.cite.sensorml20.ETSAssert
-
Asserts that the given response message contains an OGC exception report.
- assertQualifiedName(Node, QName) - Static method in class org.opengis.cite.sensorml20.ETSAssert
-
Asserts that the qualified name of a DOM Node matches the expected value.
- assertSchematronValid(URL, Source) - Static method in class org.opengis.cite.sensorml20.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.sensorml20.ETSAssert
-
Asserts that an XML resource is schema-valid.
- assertXPath(String, Node, Map<String, String>) - Static method in class org.opengis.cite.sensorml20.ETSAssert
-
Asserts that an XPath 1.0 expression holds true for the given evaluation context.
- AttachedToReference() - Method in class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
-
AttachedToReference.
- AttachedToTarget() - Method in class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
-
AttachedToTarget.
B
- BaseFixture - Class in org.opengis.cite.sensorml20
-
BaseFixture class.
- BaseFixture() - Constructor for class org.opengis.cite.sensorml20.BaseFixture
- buildClient() - Static method in class org.opengis.cite.sensorml20.util.ClientUtils
-
Builds a client component for interacting with HTTP endpoints.
- buildClientWithProxy(String, int) - Static method in class org.opengis.cite.sensorml20.util.ClientUtils
-
Constructs a client component that uses a specified web proxy.
- buildGetRequest(URI, Map<String, String>, MediaType...) - Static method in class org.opengis.cite.sensorml20.util.ClientUtils
-
Builds an HTTP request message that uses the GET method.
- buildSchematronValidator(String, String) - Static method in class org.opengis.cite.sensorml20.util.ValidationUtils
-
Constructs a SchematronValidator that will check an XML resource against the rules defined in a Schematron schema.
- ByPointOrLocation() - Method in class org.opengis.cite.sensorml20.level1.PhysicalComponent
-
ByPointOrLocation.
- ByPostion() - Method in class org.opengis.cite.sensorml20.level1.PhysicalComponent
-
ByPostion.
- ByProcess() - Method in class org.opengis.cite.sensorml20.level1.PhysicalComponent
-
ByProcess.
- ByTrajectory() - Method in class org.opengis.cite.sensorml20.level1.PhysicalComponent
-
ByTrajectory.
C
- checkAggregateProcessConstraints() - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
[
Test
] Verifies that a SensorML instance satisfies the additional Schematron constraints specified in the conformance classes of AggregateProcess. - checkCoreConstraints() - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
[
Test
] Verifies that a SensorML instance satisfies the additional Schematron constraints specified in the conformance classes of Core. - checkGMLSchematronConstraints() - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
[
Test
] Verifies that a GML instance satisfies the additional Schematron constraints specified in ISO 19136. - checkPhysicalComponentConstraints() - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
[
Test
] Verifies that a SensorML instance satisfies the additional Schematron constraints specified in the conformance classes of PhysicalComponent. - checkPhysicalSystemConstraints() - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
[
Test
] Verifies that a SensorML instance satisfies the additional Schematron constraints specified in the conformance classes of PhysicalComponent. - checkSchematronConstraints() - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
[
Test
] Validates a XML document against a set of Schematron constraints associated with it using either thexml-model
processing instruction or thesch
test run argument. - checkSimpleProcessConstraints() - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
[
Test
] Verifies that a SensorML instance satisfies the additional Schematron constraints specified in the conformance classes of SimpleProcess. - clearMessages() - Method in class org.opengis.cite.sensorml20.CommonFixture
-
clearMessages.
- client - Variable in class org.opengis.cite.sensorml20.CommonFixture
-
HTTP client component (JAX-RS Client API).
- CLIENT - Enum constant in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
A client component for interacting with HTTP endpoints.
- ClientUtils - Class in org.opengis.cite.sensorml20.util
-
Provides various utility methods for creating and configuring HTTP client components.
- ClientUtils() - Constructor for class org.opengis.cite.sensorml20.util.ClientUtils
- CommonFixture - Class in org.opengis.cite.sensorml20
-
A supporting base class that sets up a common test fixture.
- CommonFixture() - Constructor for class org.opengis.cite.sensorml20.CommonFixture
- ComponentReference() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
ComponentReference.
- Components() - Method in class org.opengis.cite.sensorml20.level1.AggregateProcess
-
Components.
- ConfigurableProcesses - Class in org.opengis.cite.sensorml20.level1
-
ConfigurableProcesses class.
- ConfigurableProcesses() - Constructor for class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
- ConfigurableProcessSchema - Class in org.opengis.cite.sensorml20.level2
-
ConfigurableProcessSchema class.
- ConfigurableProcessSchema() - Constructor for class org.opengis.cite.sensorml20.level2.ConfigurableProcessSchema
- Configuration() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
Configuration.
- ContactRole() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
ContactRole.
- CoreAbstractProcess - Class in org.opengis.cite.sensorml20.level1
-
CoreAbstractProcess class.
- CoreAbstractProcess() - Constructor for class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
- CoreAbstractProcessSchema - Class in org.opengis.cite.sensorml20.level2
-
CoreAbstractProcessSchema class.
- CoreAbstractProcessSchema() - Constructor for class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
- CoreConceptExecution() - Method in class org.opengis.cite.sensorml20.level1.CoreConcepts
-
CoreConceptExecution.
- CoreConceptMetadata() - Method in class org.opengis.cite.sensorml20.level1.CoreConcepts
-
CoreConceptMetadata.
- CoreConceptProcesses() - Method in class org.opengis.cite.sensorml20.level1.CoreConcepts
-
CoreConceptProcesses.
- CoreConcepts - Class in org.opengis.cite.sensorml20.level1
-
CoreConcepts class.
- CoreConcepts() - Constructor for class org.opengis.cite.sensorml20.level1.CoreConcepts
- CoreConceptUniqueId() - Method in class org.opengis.cite.sensorml20.level1.CoreConcepts
-
CoreConceptUniqueId.
- CoreConceptUsed() - Method in class org.opengis.cite.sensorml20.level1.CoreConcepts
-
CoreConceptUsed.
- CoreSchemaValid() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
CoreSchemaValid.
- createElement(QName) - Static method in class org.opengis.cite.sensorml20.util.XMLUtils
-
Creates a new Element having the specified qualified name.
- CreateSchema(String, String) - Static method in class org.opengis.cite.sensorml20.util.ValidationUtils
-
CreateSchema.
- createSchemaResolver(URI) - Static method in class org.opengis.cite.sensorml20.util.ValidationUtils
-
Creates a resource resolver suitable for locating schemas using an entity catalog.
- createSchematronValidator(ITestContext) - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
Attempts to construct a Schematron validator from a schema reference given in (a) the SML data file, or (b) a test run argument (in the ISuite context).
D
- dataFile - Variable in class org.opengis.cite.sensorml20.level1.DataFixture
-
A File containing GML data.
- DataFixture - Class in org.opengis.cite.sensorml20.level1
-
A supporting base class that provides a common fixture for validating data sets.
- DataFixture() - Constructor for class org.opengis.cite.sensorml20.level1.DataFixture
-
Constructor for DataFixture.
- DataRecord() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
DataRecord.
- DataStreamUrl() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
DataStreamUrl.
- Definition() - Method in class org.opengis.cite.sensorml20.level1.AggregateProcess
-
Definition.
- Definition() - Method in class org.opengis.cite.sensorml20.level1.PhysicalComponent
-
Definition.
- Definition() - Method in class org.opengis.cite.sensorml20.level1.PhysicalSystem
-
Definition.
- Definition() - Method in class org.opengis.cite.sensorml20.level1.SimpleProcess
-
Definition.
- DependencyCore() - Method in class org.opengis.cite.sensorml20.level1.AggregateProcess
-
DependencyCore.
- DependencyCore() - Method in class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
-
DependencyCore.
- DependencyCore() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
DependencyCore.
- DependencyCore() - Method in class org.opengis.cite.sensorml20.level1.PhysicalComponent
-
DependencyCore.
- DependencyCore() - Method in class org.opengis.cite.sensorml20.level1.PhysicalSystem
-
DependencyCore.
- DependencyCore() - Method in class org.opengis.cite.sensorml20.level1.ProcessesWithAdvancedDataTypes
-
DependencyCore.
- DependencyCore() - Method in class org.opengis.cite.sensorml20.level1.SimpleProcess
-
DependencyCore.
- dereferenceURI(URI) - Static method in class org.opengis.cite.sensorml20.util.URIUtils
-
Dereferences the given URI and stores the resulting resource representation in a local file.
- DesignatingLinkPaths() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
DesignatingLinkPaths.
- DocumentSecurityTags() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
DocumentSecurityTags.
- DocumentTools - Class in org.opengis.cite.sensorml20.util
-
DocumentTools class.
- DocumentTools() - Constructor for class org.opengis.cite.sensorml20.util.DocumentTools
- DocumentToString(Document) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
DocumentToString.
- doTestRun(Document) - Method in class org.opengis.cite.sensorml20.TestNGController
- DynamicState() - Method in class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
-
DynamicState.
E
- ElementToStream(Element, OutputStream) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
ElementToStream.
- EMPTY_STRING - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
EMPTY_STRING="EmptyString"
- ErrorMessage - Class in org.opengis.cite.sensorml20
-
Utility class for retrieving and formatting localized error messages that describe failed assertions.
- ErrorMessage() - Constructor for class org.opengis.cite.sensorml20.ErrorMessage
- ErrorMessageKeys - Class in org.opengis.cite.sensorml20
-
Defines keys used to access localized messages for assertion errors.
- ErrorMessageKeys() - Constructor for class org.opengis.cite.sensorml20.ErrorMessageKeys
- ETSAssert - Class in org.opengis.cite.sensorml20
-
Provides a set of custom assertion methods.
- evaluateXPath(Node, String, Map<String, String>) - Static method in class org.opengis.cite.sensorml20.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.sensorml20.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.sensorml20.util.XMLUtils
-
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
- expandReferencesInText(String) - Static method in class org.opengis.cite.sensorml20.util.XMLUtils
-
Expands character entity and numeric references that occur within a given string value.
- ExtensionCoherentWithCore() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
ExtensionCoherentWithCore.
- ExtensionIndependence() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
ExtensionIndependence.
- ExtensionNamespaceUnique() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
ExtensionNamespaceUnique.
- ExtensionProcessExecution() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
ExtensionProcessExecution.
- ExtensionRestrictions() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
ExtensionRestrictions.
- extractSchemaReferences(Source, String) - Static method in class org.opengis.cite.sensorml20.util.ValidationUtils
-
Extracts a set of XML Schema references from a source XML document.
F
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.opengis.cite.sensorml20.ReusableEntityFilter
- FoiArcroleAndTitle() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
FoiArcroleAndTitle.
- format(String, Object...) - Static method in class org.opengis.cite.sensorml20.ErrorMessage
-
Produces a formatted error message using the supplied substitution arguments and the current locale.
G
- generateXPathExpression(List<QName>, Map<String, String>) - Method in class org.opengis.cite.sensorml20.level1.DataFixture
-
Generates an XPath expression to find all instances of the given elements in the data being validated.
- get(String) - Static method in class org.opengis.cite.sensorml20.ErrorMessage
-
Retrieves a simple message according to the current locale.
- getAbsoluteUri(String, URI) - Static method in class org.opengis.cite.sensorml20.util.URIUtils
-
getAbsoluteUri.
- getAllBindings() - Method in class org.opengis.cite.sensorml20.util.NamespaceBindings
-
Returns an unmodifiable view of the declared namespace bindings.
- getAllNode(Node) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
getAllNode.
- getCode() - Method in class org.opengis.cite.sensorml20.TestNGController
- GetElementByLocalName(Node, String) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
GetElementByLocalName.
- getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.sensorml20.util.XMLUtils
-
Returns a List of all descendant Element nodes having the specified [namespace name] property.
- GetMasterParentNodeName(Node) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
GetMasterParentNodeName.
- getName() - Method in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
getName.
- getNamespaceURI(String) - Method in class org.opengis.cite.sensorml20.util.NamespaceBindings
- getPrefix(String) - Method in class org.opengis.cite.sensorml20.util.NamespaceBindings
- getPrefixes(String) - Method in class org.opengis.cite.sensorml20.util.NamespaceBindings
- getRequestMessageInfo(ClientRequest) - Method in class org.opengis.cite.sensorml20.TestFailureListener
-
Gets diagnostic information about a request message.
- getResponseEntityAsDocument(ClientResponse, String) - Method in class org.opengis.cite.sensorml20.CommonFixture
-
Obtains the (XML) response entity as a DOM Document.
- getResponseEntityAsDocument(ClientResponse, String) - Static method in class org.opengis.cite.sensorml20.util.ClientUtils
-
Obtains the (XML) response entity as a DOM Document and resets the entity input stream for subsequent reads.
- getResponseEntityAsSource(ClientResponse, String) - Static method in class org.opengis.cite.sensorml20.util.ClientUtils
-
Obtains the (XML) response entity as a JAXP Source object and resets the entity input stream for subsequent reads.
- getResponseMessageInfo(ClientResponse) - Method in class org.opengis.cite.sensorml20.TestFailureListener
-
Gets diagnostic information about a response message.
- getTitle() - Method in class org.opengis.cite.sensorml20.TestNGController
- getType() - Method in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
getType.
- getVersion() - Method in class org.opengis.cite.sensorml20.TestNGController
- getXmlModelPIData(File) - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
Extracts the data items from the
xml-model
processing instruction. - GloballyUniqueId() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
GloballyUniqueId.
- GML - Static variable in class org.opengis.cite.sensorml20.Namespaces
-
ISO 19136 (GML 3.2)
- GmlDependency() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
GmlDependency.
- GmlDependency() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
GmlDependency.
I
- IndividualSecurityTags() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
IndividualSecurityTags.
- initCommonFixture(ITestContext) - Method in class org.opengis.cite.sensorml20.CommonFixture
-
Initializes the common test fixture with a client component for interacting with HTTP endpoints.
- initDataFixture(ITestContext) - Method in class org.opengis.cite.sensorml20.level1.DataFixture
-
A configuration method (
BeforeClass
) that initializes the test fixture - InputConnectionRestrictions() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
InputConnectionRestrictions.
- isAbsoluteURL(String) - Static method in class org.opengis.cite.sensorml20.util.URIUtils
-
Check if a string is absolute URL
- isLoggable(Level) - Static method in class org.opengis.cite.sensorml20.util.TestSuiteLogger
-
Indicates if the logger is enabled at a given logging level.
- isSchematronReference(Map<String, String>) - Method in class org.opengis.cite.sensorml20.level2.SchematronTests
-
Indicates whether or not the given PI data includes a Schematron schema reference.
- isXMLSchema(File) - Static method in class org.opengis.cite.sensorml20.util.XMLUtils
-
Determines if the content of the given file represents an XML Schema.
- IUT - Enum constant in enum class org.opengis.cite.sensorml20.TestRunArg
-
An absolute URI that refers to a representation of the test subject or metadata about it.
L
- LOCAL_NAME - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
LOCAL_NAME="LocalName"
- log(Level, String) - Static method in class org.opengis.cite.sensorml20.util.TestSuiteLogger
-
Logs a simple message at the specified logging level.
- log(Level, String, Exception) - Static method in class org.opengis.cite.sensorml20.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.sensorml20.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.sensorml20.TestNGController
-
A convenience method to facilitate test development.
- MergeDocument(Document, Document) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
MergeDocument.
- MergeReference(Document, URI) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
MergeReference.
- Method() - Method in class org.opengis.cite.sensorml20.level1.SimpleProcess
-
Method.
- MISSING_ENTITY - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
MISSING_ENTITY="MissingEntity"
- MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
MISSING_INFOSET_ITEM="MissingInfosetItem"
- model - Variable in class org.opengis.cite.sensorml20.level1.DataFixture
-
An XSModel object representing a GML application schema.
- ModeRestriction() - Method in class org.opengis.cite.sensorml20.level2.ConfigurableProcessSchema
-
ModeRestriction.
- MultipleConnections() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
MultipleConnections.
- MultiplexedDataStream() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
MultiplexedDataStream.
N
- NAMESPACE_NAME - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
NAMESPACE_NAME="NamespaceName"
- NamespaceBindings - Class in org.opengis.cite.sensorml20.util
-
Provides namespace bindings for evaluating XPath 1.0 expressions using the JAXP XPath API.
- NamespaceBindings() - Constructor for class org.opengis.cite.sensorml20.util.NamespaceBindings
- Namespaces - Class in org.opengis.cite.sensorml20
-
XML namespace names.
- NOT_SCHEMA_VALID - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
NOT_SCHEMA_VALID="NotSchemaValid"
O
- ObservableDefinition() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
ObservableDefinition.
- obtainTestSubject(ITestContext) - Method in class org.opengis.cite.sensorml20.BaseFixture
-
obtainTestSubject.
- onExecutionFinish() - Method in class org.opengis.cite.sensorml20.TestRunListener
- onExecutionStart() - Method in class org.opengis.cite.sensorml20.TestRunListener
- onFinish(ISuite) - Method in class org.opengis.cite.sensorml20.SuiteFixtureListener
- onStart(ISuite) - Method in class org.opengis.cite.sensorml20.SuiteFixtureListener
- onTestFailure(ITestResult) - Method in class org.opengis.cite.sensorml20.TestFailureListener
-
Sets the "request" and "response" attributes of a test result.
- org.opengis.cite.sensorml20 - package org.opengis.cite.sensorml20
-
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
- org.opengis.cite.sensorml20.level1 - package org.opengis.cite.sensorml20.level1
-
Conformance Level 1 includes basic facilities.
- org.opengis.cite.sensorml20.level2 - package org.opengis.cite.sensorml20.level2
-
Conformance Level 2 extends Level 1.
- org.opengis.cite.sensorml20.util - package org.opengis.cite.sensorml20.util
-
This package includes miscellaneous utility classes to support testing.
- originalSubject - Variable in class org.opengis.cite.sensorml20.BaseFixture
- OutputConnectionRestrictions() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
OutputConnectionRestrictions.
- OWS - Static variable in class org.opengis.cite.sensorml20.Namespaces
-
OGC 06-121r3 (OWS 1.1)
P
- PackageFullyImplemented() - Method in class org.opengis.cite.sensorml20.level1.AggregateProcess
-
PackageFullyImplemented.
- PackageFullyImplemented() - Method in class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
-
PackageFullyImplemented.
- PackageFullyImplemented() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
PackageFullyImplemented.
- PackageFullyImplemented() - Method in class org.opengis.cite.sensorml20.level1.PhysicalComponent
-
PackageFullyImplemented.
- PackageFullyImplemented() - Method in class org.opengis.cite.sensorml20.level1.PhysicalSystem
-
PackageFullyImplemented.
- PackageFullyImplemented() - Method in class org.opengis.cite.sensorml20.level1.ProcessesWithAdvancedDataTypes
-
PackageFullyImplemented.
- PackageFullyImplemented() - Method in class org.opengis.cite.sensorml20.level1.SimpleProcess
-
PackageFullyImplemented.
- ParameterConnectionrestrictions() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
ParameterConnectionrestrictions.
- ParameterValues() - Method in class org.opengis.cite.sensorml20.level2.ConfigurableProcessSchema
-
ParameterValues.
- parseURI(URI) - Static method in class org.opengis.cite.sensorml20.util.URIUtils
-
Parses the content of the given URI as an XML document and returns a new DOM Document object.
- PhysicalComponent - Class in org.opengis.cite.sensorml20.level1
-
PhysicalComponent class.
- PhysicalComponent() - Constructor for class org.opengis.cite.sensorml20.level1.PhysicalComponent
- PhysicalComponentSchema - Class in org.opengis.cite.sensorml20.level2
-
PhysicalComponentSchema class.
- PhysicalComponentSchema() - Constructor for class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
- PhysicalSystem - Class in org.opengis.cite.sensorml20.level1
-
PhysicalSystem class.
- PhysicalSystem() - Constructor for class org.opengis.cite.sensorml20.level1.PhysicalSystem
- PhysicalSystemSchema - Class in org.opengis.cite.sensorml20.level2
-
PhysicalSystemSchema class.
- PhysicalSystemSchema() - Constructor for class org.opengis.cite.sensorml20.level2.PhysicalSystemSchema
- PositionByPosition() - Method in class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
-
PositionByPosition.
- PositionByProcess() - Method in class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
-
PositionByProcess.
- PositionByTrajectory() - Method in class org.opengis.cite.sensorml20.level2.PhysicalComponentSchema
-
PositionByTrajectory.
- ProcessesWithAdvancedDataTypes - Class in org.opengis.cite.sensorml20.level1
-
ProcessesWithAdvancedDataTypes class.
- ProcessesWithAdvancedDataTypes() - Constructor for class org.opengis.cite.sensorml20.level1.ProcessesWithAdvancedDataTypes
- processIUTParameter(ISuite) - Method in class org.opengis.cite.sensorml20.SuiteFixtureListener
-
Processes test suite arguments and sets suite attributes accordingly.
- processSchematronSchema(ISuite) - Method in class org.opengis.cite.sensorml20.SuiteFixtureListener
-
Adds a URI reference specifying the location of a Schematron schema.
- processXmlReference(ISuite) - Method in class org.opengis.cite.sensorml20.SuiteFixtureListener
-
Extracts schema references from the XML resource identified by the supplied test run argument.
- PropertyConnectionrestrictions() - Method in class org.opengis.cite.sensorml20.level2.AggregateProcessSchema
-
PropertyConnectionrestrictions.
R
- RefOrInlineValuePresent() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
RefOrInlineValuePresent.
- registerClientComponent(ISuite) - Method in class org.opengis.cite.sensorml20.SuiteFixtureListener
-
A client component is added to the suite fixture as the value of the
SuiteAttribute.CLIENT
attribute; it may be subsequently accessed via theITestContext.getSuite()
method. - removeParameters(MediaType) - Static method in class org.opengis.cite.sensorml20.util.ClientUtils
-
Creates a copy of the given MediaType object but without any parameters.
- request - Variable in class org.opengis.cite.sensorml20.CommonFixture
-
An HTTP request message.
- resolveRelativeURI(String, String) - Static method in class org.opengis.cite.sensorml20.util.URIUtils
-
Constructs an absolute URI from the given URI reference and a base URI.
- resolveURIAsFile(URI) - Static method in class org.opengis.cite.sensorml20.util.URIUtils
-
Resolves the given URI and stores the resulting resource representation in a local file.
- response - Variable in class org.opengis.cite.sensorml20.CommonFixture
-
An HTTP response message.
- ReusableEntityFilter - Class in org.opengis.cite.sensorml20
-
Buffers the (response) entity so it can be read multiple times.
- ReusableEntityFilter() - Constructor for class org.opengis.cite.sensorml20.ReusableEntityFilter
- ROOT_PKG - Static variable in class org.opengis.cite.sensorml20.BaseFixture
-
Constant
ROOT_PKG="/org/opengis/cite/sensorml20/"
- ROOT_PKG - Static variable in class org.opengis.cite.sensorml20.util.ValidationUtils
- ROOT_PKG_PATH - Static variable in class org.opengis.cite.sensorml20.CommonFixture
-
Root test suite package (absolute path).
S
- SCH - Enum constant in enum class org.opengis.cite.sensorml20.TestRunArg
-
An absolute URI referring to a Schematron schema (ISO 19757-3) that defines supplementary data constraints.
- SCH - Static variable in class org.opengis.cite.sensorml20.Namespaces
-
Schematron (ISO 19757-3) namespace
- SCHEMA_LOC_SET - Enum constant in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
A
Set<URI>
specifying the locations of XML Schema grammars. - SCHEMATRON - Enum constant in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
An absolute URI referring to a Schematron schema.
- SchematronTests - Class in org.opengis.cite.sensorml20.level2
-
Verifies that a SensorML instance document adheres to the constraints defined in Schematron schemas.
- SchematronTests() - Constructor for class org.opengis.cite.sensorml20.level2.SchematronTests
- SetArrayValueRestriction() - Method in class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
-
SetArrayValueRestriction.
- SetConstraintRestriction() - Method in class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
-
SetConstraintRestriction.
- setDataFile(File) - Method in class org.opengis.cite.sensorml20.level1.DataFixture
-
Sets the data file.
- setSchemaModel(XSModel) - Method in class org.opengis.cite.sensorml20.level1.DataFixture
-
Sets the schema model (for unit testing purposes).
- setTestSubject(Document) - Method in class org.opengis.cite.sensorml20.BaseFixture
-
Sets the test subject (intended only to facilitate unit testing).
- SettingsProperty() - Method in class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
-
SettingsProperty.
- SetValueRestriction() - Method in class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
-
SetValueRestriction.
- SimpleInheritance() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
SimpleInheritance.
- SimpleProcess - Class in org.opengis.cite.sensorml20.level1
-
SimpleProcess class.
- SimpleProcess() - Constructor for class org.opengis.cite.sensorml20.level1.SimpleProcess
- SimpleProcessSchema - Class in org.opengis.cite.sensorml20.level2
-
SimpleProcessSchema class.
- SimpleProcessSchema() - Constructor for class org.opengis.cite.sensorml20.level2.SimpleProcessSchema
- SimpleProcessSchemaValid() - Method in class org.opengis.cite.sensorml20.level2.SimpleProcessSchema
-
SimpleProcessSchemaValid.
- SML - Static variable in class org.opengis.cite.sensorml20.Namespaces
-
Sensorml 2.0
- SOAP_ENV - Static variable in class org.opengis.cite.sensorml20.Namespaces
-
SOAP 1.2 message envelopes.
- SuiteAttribute - Enum Class in org.opengis.cite.sensorml20
-
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
- SuiteFixtureListener - Class in org.opengis.cite.sensorml20
-
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.sensorml20.SuiteFixtureListener
- SweCommonDependency() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
SweCommonDependency.
- SweCommonDependency() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
SweCommonDependency.
- SWECommonDependency() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
SWECommonDependency.
T
- TEST_SUBJECT - Enum constant in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
A DOM Document representation of the test subject or metadata about it.
- TEST_SUBJECT_URI - Enum constant in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
An absolute URI referring to a DOM Document schema.
- TestFailureListener - Class in org.opengis.cite.sensorml20
-
A listener that augments a test result with diagnostic information in the event that a test method failed.
- TestFailureListener() - Constructor for class org.opengis.cite.sensorml20.TestFailureListener
- TestNGController - Class in org.opengis.cite.sensorml20
-
Main test run controller oversees execution of TestNG test suites.
- TestNGController() - Constructor for class org.opengis.cite.sensorml20.TestNGController
-
Default constructor uses the location given by the "user.home" system property as the root output directory.
- TestNGController(String) - Constructor for class org.opengis.cite.sensorml20.TestNGController
-
Construct a controller that writes results to the given output directory.
- TestRunArg - Enum Class in org.opengis.cite.sensorml20
-
An enumerated type defining all recognized test run arguments.
- TestRunListener - Class in org.opengis.cite.sensorml20
-
A listener that is invoked before and after a test run.
- TestRunListener() - Constructor for class org.opengis.cite.sensorml20.TestRunListener
- testSubject - Variable in class org.opengis.cite.sensorml20.BaseFixture
- testSubjectUri - Variable in class org.opengis.cite.sensorml20.BaseFixture
- TestSuiteLogger - Class in org.opengis.cite.sensorml20.util
-
Logging utility class that provides simple access to the JDK Logging API.
- toString() - Method in enum class org.opengis.cite.sensorml20.SuiteAttribute
- toString() - Method in enum class org.opengis.cite.sensorml20.TestRunArg
- toString() - Method in class org.opengis.cite.sensorml20.util.NamespaceBindings
- transform(Source, Node) - Static method in class org.opengis.cite.sensorml20.util.XMLUtils
-
Transforms the content of a DOM Node using a specified XSLT stylesheet.
- TwoModesRequired() - Method in class org.opengis.cite.sensorml20.level1.ConfigurableProcesses
-
TwoModesRequired.
- TypeOf() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
TypeOf.
- TypeOfReference() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
TypeOfReference.
U
- UNEXPECTED_MEDIA_TYPE - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
UNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"
- UNEXPECTED_STATUS - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
UNEXPECTED_STATUS="UnexpectedStatus"
- UniqueId() - Method in class org.opengis.cite.sensorml20.level1.CoreAbstractProcess
-
UniqueId.
- URIUtils - Class in org.opengis.cite.sensorml20.util
-
URIUtils class.
- URIUtils() - Constructor for class org.opengis.cite.sensorml20.util.URIUtils
- UrlValidate - Class in org.opengis.cite.sensorml20.util
-
UrlValidate class.
- UrlValidate() - Constructor for class org.opengis.cite.sensorml20.util.UrlValidate
V
- ValidateHttpUrl(String) - Static method in class org.opengis.cite.sensorml20.util.UrlValidate
-
ValidateHttpUrl.
- ValidateNewNameSpace(String) - Static method in class org.opengis.cite.sensorml20.util.DocumentTools
-
ValidateNewNameSpace.
- validateTestRunArgs(Document) - Method in class org.opengis.cite.sensorml20.TestNGController
-
Validates the test run arguments.
- ValidationUtils - Class in org.opengis.cite.sensorml20.util
-
A utility class that provides convenience methods to support schema validation.
- ValidationUtils() - Constructor for class org.opengis.cite.sensorml20.util.ValidationUtils
- valueOf(String) - Static method in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.sensorml20.TestRunArg
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opengis.cite.sensorml20.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.sensorml20.TestRunArg
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VectorUse() - Method in class org.opengis.cite.sensorml20.level2.CoreAbstractProcessSchema
-
VectorUse.
W
- withStandardBindings() - Static method in class org.opengis.cite.sensorml20.util.NamespaceBindings
-
Creates a NamespaceBindings object that declares the following namespace bindings: ows: "http://www.opengis.net/ows/1.1" xlink: "http://www.w3.org/1999/xlink" gml: "http://www.opengis.net/gml/3.2"
- writeNode(Node, OutputStream) - Static method in class org.opengis.cite.sensorml20.util.XMLUtils
-
Writes the content of a DOM Node to a byte stream.
- writeNodeToString(Node) - Static method in class org.opengis.cite.sensorml20.util.XMLUtils
-
Writes the content of a DOM Node to a string.
X
- XLINK - Static variable in class org.opengis.cite.sensorml20.Namespaces
-
W3C XLink
- XML - Enum constant in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
A File containing SensorML data.
- XML - Enum constant in enum class org.opengis.cite.sensorml20.TestRunArg
-
An absolute URI referring to a GML data resource.
- XML_ERROR - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
XML_ERROR="XMLError"
- XMLUtils - Class in org.opengis.cite.sensorml20.util
-
Provides various utility methods for accessing or manipulating XML representations.
- XMLUtils() - Constructor for class org.opengis.cite.sensorml20.util.XMLUtils
- XPATH_ERROR - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
XPATH_ERROR="XPathError"
- XPATH_RESULT - Static variable in class org.opengis.cite.sensorml20.ErrorMessageKeys
-
Constant
XPATH_RESULT="XPathResult"
- XSD - Enum constant in enum class org.opengis.cite.sensorml20.TestRunArg
-
An absolute URI referring to a GML application schema (XML Schema) resource.
- XSD - Static variable in class org.opengis.cite.sensorml20.Namespaces
-
W3C XML Schema namespace
- XSMODEL - Enum constant in enum class org.opengis.cite.sensorml20.SuiteAttribute
-
Contains the XML Schema components comprising an application schema.
All Classes and Interfaces|All Packages|Constant Field Values