public class GeometryComponentTests extends SchemaModelFixture
gml:AbstractGeometry; its content model must be derived from
gml:AbstractGeometryType. A geometry property type may restrict
gml:GeometryPropertyType or reflect the content model of
gml:AssociationRoleType.
Sources
gmlObjects, model, schemaInfo| Constructor and Description |
|---|
GeometryComponentTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
hasGeometryComponents(org.testng.ITestContext testContext)
Determines if the application schema includes any geometry-related
components (elements or type definitions).
|
void |
substitutesForGMLGeometry()
[
Test] All geometry types (elements) declared in an application
schema must substitute for gml:AbstractGeometry. |
void |
validateImplicitGeometryProperty()
[
Test] The value of a geometry property is an element
substitutable for gml:AbstractGeometry. |
initSchemaModelFixture, setSchemaModelpublic void hasGeometryComponents(org.testng.ITestContext testContext)
testContext - The test (set) context.public void substitutesForGMLGeometry()
Test] All geometry types (elements) declared in an application
schema must substitute for gml:AbstractGeometry.public void validateImplicitGeometryProperty()
Test] The value of a geometry property is an element
substitutable for gml:AbstractGeometry. Geometry properties may be
defined explicitly (based on a pre-defined GML geometry property type) or
implicitly by mimicking the property type content model.
Sources
Copyright © 2023 Open Geospatial Consortium. All rights reserved.