Class MetadataTypeType

    • Field Detail

      • TC211

        public static final int TC211
        The 'TC211' literal value. This metadata uses a profile of ISO TC211's Geospatial Metadata Standard 19115.
        See Also:
        TC211_LITERAL, Constant Field Values
      • FGDC

        public static final int FGDC
        The 'FGDC' literal value. This metadata uses a profile of the US FGDC Content Standard for Digital Geospatial Metadata.
        See Also:
        FGDC_LITERAL, Constant Field Values
      • OTHER

        public static final int OTHER
        The 'Other' literal value. This metadata uses some other metadata standard(s) and/or no standard.
        See Also:
        OTHER_LITERAL, Constant Field Values
      • TC211_LITERAL

        public static final MetadataTypeType TC211_LITERAL
        The 'TC211' literal object.
        See Also:
        TC211
      • FGDC_LITERAL

        public static final MetadataTypeType FGDC_LITERAL
        The 'FGDC' literal object.
        See Also:
        FGDC
      • OTHER_LITERAL

        public static final MetadataTypeType OTHER_LITERAL
        The 'Other' literal object.
        See Also:
        OTHER
      • VALUES

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

      • get

        public static MetadataTypeType get​(String literal)
        Returns the 'Metadata Type Type' literal with the specified literal value.
      • getByName

        public static MetadataTypeType getByName​(String name)
        Returns the 'Metadata Type Type' literal with the specified name.
      • get

        public static MetadataTypeType get​(int value)
        Returns the 'Metadata Type Type' literal with the specified integer value.