Package elki.data.type
Interface FieldTypeInformation
-
- All Superinterfaces:
TypeInformation
- All Known Implementing Classes:
VectorFieldTypeInformation
public interface FieldTypeInformation extends TypeInformation
Types with a fixed dimensionality (e.g., vector fields, but also e.g., polygon types).- Since:
- 0.7.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDimensionality()
Get the dimensionality of the type.-
Methods inherited from interface elki.data.type.TypeInformation
isAssignableFrom, isAssignableFromType
-
-