Uses of Class
uk.ac.rdg.resc.edal.exceptions.MismatchedCrsException
-
Packages that use MismatchedCrsException Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.graphics Set of classes for rendering the data types in edal-common into images -
-
Uses of MismatchedCrsException in uk.ac.rdg.resc.edal.domain
Constructors in uk.ac.rdg.resc.edal.domain that throw MismatchedCrsException Constructor Description PointCollectionDomain(List<HorizontalPosition> positions, VerticalPosition zPos, org.joda.time.DateTime time)TrajectoryDomain(List<GeoPosition> positions) -
Uses of MismatchedCrsException in uk.ac.rdg.resc.edal.graphics
Methods in uk.ac.rdg.resc.edal.graphics that throw MismatchedCrsException Modifier and Type Method Description static org.jfree.chart.JFreeChartCharting. createTimeSeriesPlot(Collection<? extends PointSeriesFeature> features, HorizontalPosition hPos, String copyrightStatement)static org.jfree.chart.JFreeChartCharting. createVerticalProfilePlot(Collection<? extends ProfileFeature> features, String plottedQuantity, HorizontalPosition hPos, String copyrightStatement)
-