Uses of Class
org.apache.sis.util.resources.Errors
Packages that use Errors
Package
Description
Helper classes for creating
FeatureType
instances.A set of helper classes for the SIS implementation.
DataStore
implementation for Coma Separated Values (CSV) files.Simple data store implementations for some ESRI grid formats (ASCII and binary).
Bridges between Apache SIS data stores and Java Image I/O.
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Well Known Text (WKT) parsing and formatting.
Symbology and map representations, together with a rendering engine for display.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Localized resources for SIS.
-
Uses of Errors in org.apache.sis.feature.builder
Methods in org.apache.sis.feature.builder that return Errors -
Uses of Errors in org.apache.sis.internal.metadata
Methods in org.apache.sis.internal.metadata that return Errors -
Uses of Errors in org.apache.sis.internal.storage.csv
Methods in org.apache.sis.internal.storage.csv that return Errors -
Uses of Errors in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri that return Errors -
Uses of Errors in org.apache.sis.internal.storage.image
Methods in org.apache.sis.internal.storage.image that return Errors -
Uses of Errors in org.apache.sis.internal.storage.xml.stream
Methods in org.apache.sis.internal.storage.xml.stream that return Errors -
Uses of Errors in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that return ErrorsModifier and TypeMethodDescription(package private) final Errors
WKTFormat.errors()
Convenience methods for resources for error message in the locale given byCompoundFormat.getLocale()
. -
Uses of Errors in org.apache.sis.portrayal
Methods in org.apache.sis.portrayal that return Errors -
Uses of Errors in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return Errors -
Uses of Errors in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return Errors -
Uses of Errors in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat that return Errors -
Uses of Errors in org.apache.sis.util.resources
Methods in org.apache.sis.util.resources that return ErrorsModifier and TypeMethodDescriptionstatic Errors
Errors.getResources
(Locale locale) Returns resources in the given locale.static Errors
Errors.getResources
(Map<?, ?> properties) Returns resources in the locale specified in the given property map.