Class InterpolationMethodType

  • All Implemented Interfaces:
    Serializable, Enumerator

    public final class InterpolationMethodType
    extends AbstractEnumerator
    A representation of the literals of the enumeration 'Interpolation Method Type', and utility methods for working with them. Codes that identify interpolation methods. The meanings of these codes are defined in Annex B of ISO 19123: Geographic information Schema for coverage geometry and functions.
    See Also:
    Wcs10Package.getInterpolationMethodType(), Serialized Form
    • Field Detail

      • NEAREST_NEIGHBOR

        public static final int NEAREST_NEIGHBOR
        The 'Nearest Neighbor' literal value.

        If the meaning of 'Nearest Neighbor' literal object isn't clear, there really should be more of a description here...

        See Also:
        NEAREST_NEIGHBOR_LITERAL, Constant Field Values
      • BILINEAR

        public static final int BILINEAR
        The 'Bilinear' literal value.

        If the meaning of 'Bilinear' literal object isn't clear, there really should be more of a description here...

        See Also:
        BILINEAR_LITERAL, Constant Field Values
      • BICUBIC

        public static final int BICUBIC
        The 'Bicubic' literal value.

        If the meaning of 'Bicubic' literal object isn't clear, there really should be more of a description here...

        See Also:
        BICUBIC_LITERAL, Constant Field Values
      • LOST_AREA

        public static final int LOST_AREA
        The 'Lost Area' literal value.

        If the meaning of 'Lost Area' literal object isn't clear, there really should be more of a description here...

        See Also:
        LOST_AREA_LITERAL, Constant Field Values
      • BARYCENTRIC

        public static final int BARYCENTRIC
        The 'Barycentric' literal value.

        If the meaning of 'Barycentric' literal object isn't clear, there really should be more of a description here...

        See Also:
        BARYCENTRIC_LITERAL, Constant Field Values
      • VALUES

        public static final List VALUES
        A public read-only list of all the 'Interpolation Method Type' enumerators.
    • Method Detail

      • get

        public static InterpolationMethodType get​(String literal)
        Returns the 'Interpolation Method Type' literal with the specified literal value.
      • getByName

        public static InterpolationMethodType getByName​(String name)
        Returns the 'Interpolation Method Type' literal with the specified name.
      • get

        public static InterpolationMethodType get​(int value)
        Returns the 'Interpolation Method Type' literal with the specified integer value.