Uses of Class
uk.ac.rdg.resc.edal.feature.ProfileFeature
-
Packages that use ProfileFeature Package Description uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations).uk.ac.rdg.resc.edal.graphics Set of classes for rendering the data types in edal-common into images -
-
Uses of ProfileFeature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type ProfileFeature Modifier and Type Method Description List<? extends ProfileFeature>
AbstractContinuousDomainDataset. extractProfileFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, org.joda.time.DateTime targetTime)
List<? extends ProfileFeature>
Dataset. extractProfileFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, org.joda.time.DateTime targetTime)
ExtractsProfileFeature
(s) from theDataset
List<? extends ProfileFeature>
HorizontallyDiscreteDataset. extractProfileFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, org.joda.time.DateTime targetTime)
List<? extends ProfileFeature>
TrajectoryDataset. extractProfileFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, org.joda.time.DateTime targetTime)
Methods in uk.ac.rdg.resc.edal.dataset with parameters of type ProfileFeature Modifier and Type Method Description static PointFeature
PointDataset. convertProfileFeature(ProfileFeature feature, Double targetZ)
Convenience method to convert aProfileFeature
to aPointFeature
.static FeatureIndexer.FeatureBounds
FeatureIndexer.FeatureBounds. fromProfileFeature(ProfileFeature feature)
Convenience method to generate aFeatureIndexer.FeatureBounds
object from aProfileFeature
-
Uses of ProfileFeature in uk.ac.rdg.resc.edal.graphics
Method parameters in uk.ac.rdg.resc.edal.graphics with type arguments of type ProfileFeature Modifier and Type Method Description static org.jfree.chart.JFreeChart
Charting. createVerticalProfilePlot(Collection<? extends ProfileFeature> features, String plottedQuantity, HorizontalPosition hPos, String copyrightStatement)
static org.jfree.chart.JFreeChart
Charting. createVerticalSectionChart(List<ProfileFeature> features, LineString horizPath, ColourScheme colourScheme, Double zValue, Extent<Double> zExtent)
Plot a vertical section chart
-