Revision 796 org.gvsig.proj/branches/refactor2018/org.gvsig.proj/org.gvsig.proj.catalog/org.gvsig.proj.catalog.api/src/main/java/org/gvsig/proj/catalogue/TransformationDefinition.java

View differences:

TransformationDefinition.java
119 119
     * is not defined
120 120
     */
121 121
    TransformationDefinition getInverse() throws NoninvertibleTransformException;
122
    
123
    /**
124
     * Returns a <cite>Well-Known Text</cite> (WKT) definition for this object.
125
     * Note that there are different versions of the WKT specification
126
     * (the older WKT defined by OGC 01-009 and the newer one, defined by OGC 12-063r5
127
     * and ISO 19162). Also note that ESRI uses different names to refer to CRSs, datums,
128
     * ellipsoids, etc. compared to OGC, so OGC and ESRI WKTs can be considered as different
129
     * dialects.
130
     * 
131
     * Whenever possible, this method will return a WKT following the same specification and
132
     * dialect that the one used to instantiate this CRSDefinition. If the original
133
     * specification or dialect are unknown, implementations are encouraged to format according
134
     * to the most recent standard and following OGC dialect.
135
     *
136
     * @return the Well-Known Text (WKT) definition for this object.
137
     * @throws UnsupportedOperationException if this object can not be formatted as WKT.
138
     */
139
	String toWKT() throws UnsupportedOperationException;
122 140
}

Also available in: Unified diff