Uses of Interface
uk.ac.rdg.resc.edal.dataset.FeatureIndexer
-
Packages that use FeatureIndexer 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 in uk.ac.rdg.resc.edal.dataset
Classes in uk.ac.rdg.resc.edal.dataset that implement FeatureIndexer Modifier and Type Class Description class
PRTreeFeatureIndexer
This uses aPRTree
to index features spatially.Fields in uk.ac.rdg.resc.edal.dataset declared as FeatureIndexer Modifier and Type Field Description protected FeatureIndexer
AbstractContinuousDomainDataset. featureIndexer
Constructors in uk.ac.rdg.resc.edal.dataset with parameters of type FeatureIndexer Constructor Description AbstractContinuousDomainDataset(String id, Collection<? extends VariableMetadata> vars, FeatureIndexer featureIndexer)
PointDataset(String id, Collection<? extends VariableMetadata> vars, FeatureIndexer featureIndexer)
PointDataset(String id, Collection<? extends VariableMetadata> vars, FeatureIndexer featureIndexer, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent)
TrajectoryDataset(String id, List<VariableMetadata> vars, DiscreteFeatureReader<TrajectoryFeature> featureReader, FeatureIndexer indexer)
-