Uses of Interface
org.apache.sis.util.Localized
-
Packages that use Localized Package Description org.apache.sis.io org.apache.sis.math A set of mathematical objects and algebraic utilities.org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters.org.apache.sis.util.collection Addition to the collection framework.org.apache.sis.util.logging Extensions to the JDK logging framework. -
-
Uses of Localized in org.apache.sis.io
Classes in org.apache.sis.io that implement Localized Modifier and Type Class Description classCompoundFormat<T>Base class ofFormatimplementations which delegate part of their work to otherFormatinstances.classTabularFormat<T>Base class for parser and formatter of tabular data, providing control on line and column separators. -
Uses of Localized in org.apache.sis.math
Classes in org.apache.sis.math that implement Localized Modifier and Type Class Description classStatisticsFormatFormats aStatisticsobject. -
Uses of Localized in org.apache.sis.measure
Classes in org.apache.sis.measure that implement Localized Modifier and Type Class Description classAngleFormatParses and formats angles according a specified pattern.classRangeFormatParses and formatsRangeinstances according the given locale.classUnitFormatParses and formats units of measurement as SI symbols, URI in OGC namespace or other symbols. -
Uses of Localized in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement Localized Modifier and Type Class Description classTreeTableFormatA parser and formatter forTreeTableinstances. -
Uses of Localized in org.apache.sis.util.logging
Classes in org.apache.sis.util.logging that implement Localized Modifier and Type Class Description classWarningListeners<S>Deprecated.Replaced byorg.apache.sis.storage.event.StoreListeners.
-