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 theDatasetList<? 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 PointFeaturePointDataset. convertProfileFeature(ProfileFeature feature, Double targetZ)Convenience method to convert aProfileFeatureto aPointFeature.static FeatureIndexer.FeatureBoundsFeatureIndexer.FeatureBounds. fromProfileFeature(ProfileFeature feature)Convenience method to generate aFeatureIndexer.FeatureBoundsobject 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.JFreeChartCharting. createVerticalProfilePlot(Collection<? extends ProfileFeature> features, String plottedQuantity, HorizontalPosition hPos, String copyrightStatement)static org.jfree.chart.JFreeChartCharting. createVerticalSectionChart(List<ProfileFeature> features, LineString horizPath, ColourScheme colourScheme, Double zValue, Extent<Double> zExtent)Plot a vertical section chart
-