Package org.opengis.test.wkt


package org.opengis.test.wkt
Tests Well-Known Text (WKT) parsing. Each *ParserTest class in this package tests a factory method implemented by the product to test. The factory method is given various WKT strings provided by the international standard defining the WKT format. The tests verify that the objects returned by the factory method have the expected values.

The methods tested by this package and the corresponding international standards are:

Methods for parsing WKT
Parsing method Standard defining the WKT format
CRSFactory.createFromWKT(String) OGC 12-063r5 — Well-known text representation of coordinate reference systems
Since:
3.1
  • Classes
    Class
    Description
    Tests the Well-Known Text (WKT) parser of Coordinate Reference System (CRS) objects.