public final class NativePointResamplerFactory extends java.lang.Object implements IPointResamplerFactory
IPointResamplerFactory
which uses native C++ code for resampling data.Modifier and Type | Method and Description |
---|---|
<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>> |
get(java.lang.Class<TX> xClass,
java.lang.Class<TY> yClass)
Gets the
IPointResampler instance to handle combination of TX and TY generic type parameters. |
static NativePointResamplerFactory |
instance()
Gets the
NativePointResamplerFactory singleton instance. |
public static NativePointResamplerFactory instance()
NativePointResamplerFactory
singleton instance.NativePointResamplerFactory
singleton instance.public <TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>> IPointResampler<TX,TY> get(java.lang.Class<TX> xClass, java.lang.Class<TY> yClass)
IPointResampler
instance to handle combination of TX and TY generic type parameters.get
in interface IPointResamplerFactory
TX
- The TX type.TY
- The TY type.xClass
- The TX type to handle.yClass
- The TY type to handle.IPointResampler
instance