Uses of Class
uk.ac.rdg.resc.edal.geometry.LineString
-
Packages that use LineString Package Description uk.ac.rdg.resc.edal.graphics Set of classes for rendering the data types in edal-common into imagesuk.ac.rdg.resc.edal.util -
-
Uses of LineString in uk.ac.rdg.resc.edal.graphics
Methods in uk.ac.rdg.resc.edal.graphics with parameters of type LineString Modifier and Type Method Description static org.jfree.chart.JFreeChart
Charting. createTransectPlot(Map<PointCollectionFeature,String> pointCollectionFeatures2Labels, LineString transectDomain, boolean hasVerticalAxis, String copyrightStatement)
Creates a plot ofTrajectoryFeature
s which have been extracted along a transect.static org.jfree.chart.JFreeChart
Charting. createVerticalSectionChart(List<ProfileFeature> features, LineString horizPath, ColourScheme colourScheme, Double zValue, Extent<Double> zExtent)
Plot a vertical section chart -
Uses of LineString in uk.ac.rdg.resc.edal.util
Methods in uk.ac.rdg.resc.edal.util with parameters of type LineString Modifier and Type Method Description static List<HorizontalPosition>
GISUtils. getOptimalTransectPoints(HorizontalGrid hGrid, LineString transect)
Gets a HorizontalDomain that contains (near) the minimum necessary number of points to sample a layer's source grid of data.
-