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 Detail

      • getDimensionality

        int getDimensionality()
        Get the dimensionality of the type.
        Returns:
        dimensionality