Uses of Class
uk.ac.rdg.resc.edal.exceptions.InvalidCrsException
-
Packages that use InvalidCrsException Package Description uk.ac.rdg.resc.edal.geometry uk.ac.rdg.resc.edal.util -
-
Uses of InvalidCrsException in uk.ac.rdg.resc.edal.geometry
Constructors in uk.ac.rdg.resc.edal.geometry that throw InvalidCrsException Constructor Description LineString(String lineStringSpec, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Constructs aLineString
from a line string in the form. -
Uses of InvalidCrsException in uk.ac.rdg.resc.edal.util
Methods in uk.ac.rdg.resc.edal.util that throw InvalidCrsException Modifier and Type Method Description static org.opengis.referencing.crs.CoordinateReferenceSystem
GISUtils. getCrs(String crsCode)
Finds aCoordinateReferenceSystem
with the given code, forcing longitude-first axis order.
-