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.FeatureBoundsFeatureIndexer.FeatureBounds. fromPointSeriesFeature(PointSeriesFeature feature)Convenience method to generate aFeatureIndexer.FeatureBoundsobject from aPointSeriesFeaturestatic FeatureIndexer.FeatureBoundsFeatureIndexer.FeatureBounds. fromProfileFeature(ProfileFeature feature)Convenience method to generate aFeatureIndexer.FeatureBoundsobject from aProfileFeaturestatic FeatureIndexer.FeatureBoundsFeatureIndexer.FeatureBounds. fromProfileFeature(TrajectoryFeature feature)Convenience method to generate aFeatureIndexer.FeatureBoundsobject from aTrajectoryFeatureMethods in uk.ac.rdg.resc.edal.dataset with parameters of type FeatureIndexer.FeatureBounds Modifier and Type Method Description doublePRTreeFeatureIndexer. getMax(int axis, FeatureIndexer.FeatureBounds bounds)doublePRTreeFeatureIndexer. 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 voidFeatureIndexer. addFeatures(List<FeatureIndexer.FeatureBounds> features)Adds features to this indexer.voidPRTreeFeatureIndexer. addFeatures(List<FeatureIndexer.FeatureBounds> features)
-