Uses of Class
uk.ac.rdg.resc.edal.dataset.FeatureIndexer.FeatureBounds
-
Packages that use FeatureIndexer.FeatureBounds Package Description uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations). -
-
Uses of FeatureIndexer.FeatureBounds in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return FeatureIndexer.FeatureBounds Modifier and Type Method Description static FeatureIndexer.FeatureBounds
FeatureIndexer.FeatureBounds. fromPointSeriesFeature(PointSeriesFeature feature)
Convenience method to generate aFeatureIndexer.FeatureBounds
object from aPointSeriesFeature
static FeatureIndexer.FeatureBounds
FeatureIndexer.FeatureBounds. fromProfileFeature(ProfileFeature feature)
Convenience method to generate aFeatureIndexer.FeatureBounds
object from aProfileFeature
static FeatureIndexer.FeatureBounds
FeatureIndexer.FeatureBounds. fromProfileFeature(TrajectoryFeature feature)
Convenience method to generate aFeatureIndexer.FeatureBounds
object from aTrajectoryFeature
Methods in uk.ac.rdg.resc.edal.dataset with parameters of type FeatureIndexer.FeatureBounds Modifier and Type Method Description double
PRTreeFeatureIndexer. getMax(int axis, FeatureIndexer.FeatureBounds bounds)
double
PRTreeFeatureIndexer. getMin(int axis, FeatureIndexer.FeatureBounds bounds)
Method parameters in uk.ac.rdg.resc.edal.dataset with type arguments of type FeatureIndexer.FeatureBounds Modifier and Type Method Description void
FeatureIndexer. addFeatures(List<FeatureIndexer.FeatureBounds> features)
Adds features to this indexer.void
PRTreeFeatureIndexer. addFeatures(List<FeatureIndexer.FeatureBounds> features)
-