Interface VerticalExtent


@UML(identifier="EX_VerticalExtent", specification=ISO_19115) public interface VerticalExtent
Vertical domain of resource.
Since:
1.0
Departure from OGC/ISO standard for closer integration with the Java environment ISO 19115 provides two ways to define a coordinate reference system, with the restriction that only one of those two ways can be used:
  1. verticalCRS of type VerticalCRS (from ISO 19111),
  2. verticalCRSId of type MD_ReferenceSystem (from ISO 19115).
GeoAPI provides only the first way, because the MD_ReferenceSystem type has been intentionally omitted in order to have a single CRS framework (the ISO 19111 one).