public interface IPointResamplerFactory
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. |
<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.TX
- The TX type.TY
- The TY type.xClass
- The TX type to handle.yClass
- The TY type to handle.IPointResampler
instance