L
- The type of Location
T
- The type of FeatureVector
public interface LocalFeatureVectorProvider<L extends Location,T extends FeatureVector> extends FeatureVectorProvider<T>, LocationProvider<L>
LocalFeatureVectorProvider
models an object with both a
Location
and a feature vector associated with it.getFeatureVector
getLocation