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/CRSDefinition.java

View differences:

CRSDefinition.java
32 32
import org.gvsig.proj.catalog.datum.Datum;
33 33
import org.gvsig.proj.catalog.exception.CoordinateReferenceSystemException;
34 34
import org.gvsig.proj.catalog.exception.UnsupportedCoordinateReferenceSystemException;
35
import org.gvsig.proj.catalog.ref.Extent;
35
import org.gvsig.proj.catalog.extent.Extent;
36 36

  
37 37
/**
38 38
 * Definition of a Coordinate Reference System (CRS).
......
145 145
     * Returns a text serialization of this definition (such as a WKT string), using the
146 146
     * specified {@link TextSerialization.Format} and trying to convert names to the
147 147
     * specified {@link TextSerialization.WKTConvention}.
148
     * {@link TextSerialization.Format#WKT1} format MUST be supported by any implementation
149
     * of this API. This method must throw an UnsupportedOperationException if the requested format is not
150
     * supported by a particular implementation
148 151
     *
149 152
     * @param format The {@link TextSerialization.Format} used to serialize this definition.
150
     * This method must fail if the requested format is not supported by a particular
151
     * implementation
152 153
     * 
153 154
     * @return A serialized version of this definition.
154 155
     * @throws UnsupportedOperationException if the requested format is not supported
......
161 162
     * Returns a text serialization of this definition (such as a WKT string), using the
162 163
     * specified {@link TextSerialization.Format} and trying to convert names to the
163 164
     * specified {@link TextSerialization.WKTConvention}.
165
     * {@link TextSerialization.Format#WKT1} format MUST be supported by any implementation
166
     * of this API. This method must throw an UnsupportedOperationException if the requested format is not
167
     * supported by a particular implementation
164 168
     *
165 169
     * @param format The {@link TextSerialization.Format} used to serialize this definition.
166
     * This method must fail if the requested format is not supported by a particular
167
     * implementation
168 170
     * @param convention The preferred {@link TextSerialization.WKTConvention} used to
169 171
     * encode projection names, datum names, units, etc. This is only a hint, 
170 172
     * implementations can ignore this hint if they are not able to convert this object

Also available in: Unified diff