L
- The type of Location
T
- The type of FeatureVector
public interface LocalFeature<L extends Location,T extends FeatureVector> extends ReadWriteable, LocalFeatureVectorProvider<L,T>
LocalFeature
models a feature that has a Location
associated with it. Local features are ReadWriteable
, and also
implement LocalFeatureVectorProvider
so that the Location
and
FeatureVector
can be easily obtained.asciiHeader, readASCII
binaryHeader, readBinary
asciiHeader, writeASCII
binaryHeader, writeBinary
getFeatureVector
getLocation