Uses of Class
org.opengis.cite.iso19136.data.DataFixture
Package
Description
Includes tests that apply to GML documents.
Contains tests that apply to GML geometry representations and envelopes.
-
Uses of DataFixture in org.opengis.cite.iso19136.data
Modifier and TypeClassDescriptionclass
Checks various property value constraints.class
Verifies that a GML instance document adheres to the constraints defined in Schematron schemas.class
Verifies that a GML instance document is valid with respect to an application schema. -
Uses of DataFixture in org.opengis.cite.iso19136.data.spatial
Modifier and TypeClassDescriptionclass
Validates the content of a gml:CompositeCurve element, which implements the GM_CompositeCurve class from ISO 19107.class
Validates the content of a gml:Curve element (or any element in its substitution group), which implements the GM_Curve class from ISO 19107.class
Validates the content of a gml:Envelope element, which implements the GM_Envelope class from ISO 19107.class
Validates the content of a gml:LineString element (or any element in its substitution group).class
Validates the content of a gml:Point element (or any element in its substitution group), which implements the GM_Point class from ISO 19107.class
Validates the content of a gml:Surface element (or any element in its substitution group), which implements the GM_Surface class from ISO 19107.