Revision 852 org.gvsig.proj/branches/refactor2018/org.gvsig.proj/org.gvsig.proj.catalog/org.gvsig.proj.catalog.api/src/main/java/org/gvsig/proj/catalog/TextSerialization.java

View differences:

TextSerialization.java
21 21
		/**
22 22
		 * WKT representation of CRSs and coordinate operations as defined by
23 23
		 * OGC 01-009 Implementation Specification. This is the WKT version used to
24
		 * encode .prj files in Shapefiles.
24
		 * encode .prj files in Shapefiles. This format MUST be supported by any
25
		 * implementation of this API.
25 26
		 */
26 27
		WKT1,
27 28
		/**
28 29
		 * WKT representation of CRSs and coordinate operations as defined by
29
		 * OGC 12-063r5 and ISO 19162:2015. This is the WKT version u
30
		 * OGC 12-063r5 and ISO 19162:2015.
30 31
		 */
31 32
		WKT2,
32 33
		/**

Also available in: Unified diff