Interface Localized

All Known Implementing Classes:
AngleFormat, AsciiGridStore, AssociationRoleBuilder, AttributeTypeBuilder, Canvas, CascadedStoreEvent, CharacteristicTypeBuilder, CloseEvent, CompoundFormat, CompressedSubset, CoordinateFormat, CoordinateOperationSet, DataStore, DataSubset, EPSGDataAccess, EPSGFactory, Errors, ExtendedInfo, FeatureFormat, FeatureTypeBuilder, Formatter, GeoTiffStore, IdentifiedObjectSet, IndexedResourceBundle, InfoStatements, LandsatStore, LocationFormat, Messages, MetadataFormat, MultiImageStore, MultiImageStore.Writable, OperationWrapper, OptionalInstallations, ParameterFormat, PlanarCanvas, PRJDataStore, PropertyFormat, PropertyTypeBuilder, RangeFormat, RasterStore, RawRasterStore, Resources, Resources, Resources, Resources, Resources, Resources, Resources, ResourcesDownloader, SampleRangeFormat, SingleImageStore, SingleImageStore.Writable, SQLStore, StatisticsFormat, StaxDataStore, Store, Store, Store, Store, Store, StoreEvent, StoreFormat, StoreListeners, Symbols, TabularFormat, TreeTableFormat, TreeTableFormat.Writer, TypeBuilder, UnitFormat, URIDataStore, Vocabulary, WarningEvent, Warnings, WKTFormat, WorldFileStore, WritableResourceSupport, WritableStore, WritableStore, WritableStore, WritableStore

public interface Localized
Interface of classes for which each instance is configured for a particular locale. Those classes are often parsers or formatters.
Since:
0.3
Version:
0.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the locale of the implemented service.
  • Method Details

    • getLocale

      Locale getLocale()
      Returns the locale of the implemented service. Some implementations may return null if no locale is explicitly defined. The meaning of null locale is implementation-dependent, but typical interpretations are: Implementations are encouraged to return a non-null value in every cases. Nevertheless client codes should be prepared to receive null values.
      Returns:
      the locale, or null if not explicitly defined.