
V - Vector type.public class LatLngToECEFFilter<V extends NumberVector> extends AbstractStreamConversionFilter<V,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
LatLngToECEFFilter.Parameterizer<V extends NumberVector>
Parameterization class.
|
BundleStreamSource.Event| Modifier and Type | Field and Description |
|---|---|
private NumberVector.Factory<V> |
factory
Vector factory to use.
|
private EarthModel |
model
Earth model to use.
|
source| Constructor and Description |
|---|
LatLngToECEFFilter(EarthModel model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleTypeInformation<? super V> |
convertedType(SimpleTypeInformation<V> in)
Get the output type from the input type after conversion.
|
protected V |
filterSingleObject(V obj)
Normalize a single instance.
|
protected SimpleTypeInformation<? super V> |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
data, getMeta, nextEventasMultipleObjectsBundle, assignDBID, filter, hasDBIDs, initprivate NumberVector.Factory<V extends NumberVector> factory
private EarthModel model
public LatLngToECEFFilter(EarthModel model)
model - Earth modelprotected V filterSingleObject(V obj)
AbstractStreamConversionFilterfilterSingleObject in class AbstractStreamConversionFilter<V extends NumberVector,V extends NumberVector>obj - Database object to normalizeprotected SimpleTypeInformation<? super V> getInputTypeRestriction()
AbstractStreamConversionFiltergetInputTypeRestriction in class AbstractStreamConversionFilter<V extends NumberVector,V extends NumberVector>protected SimpleTypeInformation<? super V> convertedType(SimpleTypeInformation<V> in)
AbstractStreamConversionFilterconvertedType in class AbstractStreamConversionFilter<V extends NumberVector,V extends NumberVector>in - input type restrictionCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.