public class CurveTests extends DataFixture
A curve is composed of one or more curve segments, each of which may be defined using a different interpolation method. The curve segments are connected to one another, with the end point of each segment (except the last) being the start point of the next segment.
Sources
| Modifier and Type | Field and Description |
|---|---|
(package private) List<QName> |
curveElems |
(package private) NodeList |
curveNodes |
dataFile, model| Constructor and Description |
|---|
CurveTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
curveHasValidCRS()
[
Test] Verifies that a gml:Curve element has a valid CRS
reference. |
void |
findCurves()
A configuration method (
BeforeClass) that looks for gml:Curve
elements in the GML document under test. |
void |
validCurveSegments()
[
Test] Verifies the segments of a gml:Curve element. |
generateXPathExpression, initDataFixture, setDataFile, setSchemaModelpublic void findCurves()
BeforeClass) that looks for gml:Curve
elements in the GML document under test. If none are found all test
methods defined in the class will be skipped.public void curveHasValidCRS()
Test] Verifies that a gml:Curve element has a valid CRS
reference.
Sources
public void validCurveSegments()
Test] Verifies the segments of a gml:Curve element. All of the
following constraints must be satisfied:
Sources
Copyright © 2023 Open Geospatial Consortium. All rights reserved.