Revision 829 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
30 30
import javax.measure.quantity.Length;
31 31

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

  
......
270 271
     * {@linkplain #getBaseCRS() base CRS} to this CRS.
271 272
     *
272 273
     * @return the conversion from the base CRS or null if the CRS is not derived
274
     * @throws CoordinateReferenceSystemException 
273 275
     *
274 276
     * @see CRSType#isDerived()
275 277
     * @see CRSType#ProjectedCRSType
276 278
     * @see CRSType#OtherDerivedCRSType
277 279
     */
278
	TransformationDefinition getConversionFromBase();
280
	TransformationDefinition getConversionFromBase() throws CoordinateReferenceSystemException;
279 281
}

Also available in: Unified diff