Class IdentifiedObjectFormat

java.lang.Object
java.text.Format
org.apache.sis.io.IdentifiedObjectFormat
All Implemented Interfaces:
Serializable, Cloneable

final class IdentifiedObjectFormat extends Format
Used by CompoundFormat for formatting the name of objects of type IdentifiedObject.
Since:
0.4
Version:
0.4
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
    • locale

      private final Locale locale
      The locale to use.
  • Constructor Details

    • IdentifiedObjectFormat

      IdentifiedObjectFormat(Locale locale)
      Creates an instance for the given locale.
  • Method Details