All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.iso19136.data.spatial.package-info Maven / Gradle / Ivy

Go to download

Checks GML application schemas or data sets for conformance to ISO 19136:2007.

There is a newer version: 3.2.1-r18
Show newest version
/**
 * Contains tests that apply to GML geometry representations and envelopes. A 
 * geometry object is any element that substitutes for {@code gml:AbstractGeometry};
 * as a consequence its type definition must also be derived from {@code 
 * gml:AbstractGeometryType}.
 * 
 * 

* If a geometry element does not carry the srsName attribute (a reference to a * coordinate reference system), then it shall be inherited from a broader * context as follows: *

*
    *
  1. the nearest ancestor geometry (aggregate) that has the srsName attribute; or
  2. *
  3. the gml:boundedBy/gml:Envelope element in the containing feature instance.
  4. *
* *
Sources
*
    *
  • ISO 19136, cl. 10.1.3: Abstract geometry
  • *
  • ISO 19136, cl. 9.10: Spatial reference system used in a feature or * feature collection
  • *
  • ISO 19107, cl. 6: Geometry packages
  • *
* */ package org.opengis.cite.iso19136.data.spatial;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy