Uses of Interface
org.apache.sis.util.Localized
Packages that use Localized
Package
Description
Command line interface for Apache SIS.
Functions that associates positions within a bounded space (its domain) to values (its range).
Defines the structure and content of views of real-world phenomenon.
Helper classes for creating
FeatureType
instances.Basic geometric objects (envelopes and direct positions).
A set of helper classes for the SIS implementation.
Utility classes for the implementation of GeoTIFF reader and writer.
A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
Build
DefaultFeatureType
s by inspection of database schemas.Specialization of
org.apache.sis.internal.sql.feature
for the PostGIS database.Utility classes for the implementation of SIS storage classes.
DataStore
implementation for Coma Separated Values (CSV) files.Simple data store implementations for some ESRI grid formats (ASCII and binary).
DataStore
implementation for a folder containing an arbitrary number of data files.Reads and writes data in GPS Exchange Format (GPX).
Bridges between Apache SIS data stores and Java Image I/O.
DataStore
implementation for Well Known Text.Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
A set of mathematical objects and algebraic utilities.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Root package for various metadata implementations.
Descriptions and values of parameters used by a coordinate operation or a process.
Symbology and map representations, together with a rendering engine for display.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
Provides information and some controls about SIS configuration.
Data store base types for retrieving and saving geospatial data
in various storage formats.
Provides interfaces and classes for dealing with different types of events fired by resources.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Data store capable to read and create features from a JDBC connection to a database.
Addition to the collection framework.
Localized resources for SIS.
-
Uses of Localized in org.apache.sis.console
Classes in org.apache.sis.console that implement LocalizedModifier and TypeClassDescriptionclass
A provider for data licensed under different terms of use than the Apache license. -
Uses of Localized in org.apache.sis.coverage
Classes in org.apache.sis.coverage that implement LocalizedModifier and TypeClassDescription(package private) final class
Formats the range of a category. -
Uses of Localized in org.apache.sis.feature
Classes in org.apache.sis.feature that implement Localized -
Uses of Localized in org.apache.sis.feature.builder
Classes in org.apache.sis.feature.builder that implement LocalizedModifier and TypeClassDescriptionfinal class
Describes one association from theFeatureType
to be built by anFeatureTypeBuilder
to anotherFeatureType
.final class
Describes oneAttributeType
which will be part of the feature type to be built by aFeatureTypeBuilder
.final class
Describes one characteristic of theAttributeType
will will be built by aFeatureTypeBuilder
.class
Helper class for the creation ofFeatureType
instances.(package private) final class
Wraps an existing operation.class
Describes one property of theFeatureType
to be built by anFeatureTypeBuilder
.class
Information common to all kind of types (feature, association, characteristics). -
Uses of Localized in org.apache.sis.geometry
Classes in org.apache.sis.geometry that implement LocalizedModifier and TypeClassDescriptionclass
Formats spatiotemporal coordinates using number, angle and date formats inferred from the coordinate system. -
Uses of Localized in org.apache.sis.internal.feature
Classes in org.apache.sis.internal.feature that implement LocalizedModifier and TypeClassDescriptionfinal class
Warning and error messages that are specific to thesis-feature
module. -
Uses of Localized in org.apache.sis.internal.gazetteer
Classes in org.apache.sis.internal.gazetteer that implement LocalizedModifier and TypeClassDescriptionfinal class
Warning and error messages that are specific to thesis-referencing-by-identifiers
module. -
Uses of Localized in org.apache.sis.internal.geotiff
Classes in org.apache.sis.internal.geotiff that implement LocalizedModifier and TypeClassDescriptionfinal class
Warning and error messages that are specific to thesis-geotiff
module. -
Uses of Localized in org.apache.sis.internal.metadata
Classes in org.apache.sis.internal.metadata that implement LocalizedModifier and TypeClassDescriptionfinal class
Warning and error messages that are specific to thesis-metadata
module. -
Uses of Localized in org.apache.sis.internal.referencing
Classes in org.apache.sis.internal.referencing that implement LocalizedModifier and TypeClassDescriptionfinal class
Warning and error messages that are specific to thesis-referencing
module. -
Uses of Localized in org.apache.sis.internal.sql.feature
Classes in org.apache.sis.internal.sql.feature that implement LocalizedModifier and TypeClassDescriptionclass
A set of prepared statements to create when first needed and to reuse as long as the connection is in scope.final class
Warning and error messages that are specific to thesis-sqlstore
module.Methods in org.apache.sis.internal.sql.feature with parameters of type LocalizedModifier and TypeMethodDescription(package private) final void
Column.makeSpatial
(Localized caller, GeometryType type, org.opengis.referencing.crs.CoordinateReferenceSystem crs) Modifies this column for declaring it as a geometry or raster column. -
Uses of Localized in org.apache.sis.internal.sql.postgis
Classes in org.apache.sis.internal.sql.postgis that implement LocalizedModifier and TypeClassDescription(package private) final class
A specialization for PostGIS database of prepared statements about spatial information. -
Uses of Localized in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement LocalizedModifier and TypeClassDescriptionclass
A data store for a file or URI accompanied by an auxiliary file of the same name with.prj
extension.final class
Warning and error messages that are specific to thesis-storage
module.class
A data store for a storage that may be represented by aURI
.final class
Helper classes for the management ofWritableGridCoverageResource.CommonOption
.Methods in org.apache.sis.internal.storage with parameters of type LocalizedModifier and TypeMethodDescriptionstatic RangeArgument
Validate theranges
argument given toGridCoverageResource.read(GridGeometry, int...)
. -
Uses of Localized in org.apache.sis.internal.storage.csv
Classes in org.apache.sis.internal.storage.csv that implement LocalizedModifier and TypeClassDescription(package private) final class
A data store which creates feature instances from a CSV file using the OGC Moving Features specification. -
Uses of Localized in org.apache.sis.internal.storage.esri
Classes in org.apache.sis.internal.storage.esri that implement LocalizedModifier and TypeClassDescription(package private) class
Data store implementation for ESRI ASCII grid format.(package private) class
Base class for the implementation of ASCII Grid or raw binary store.(package private) final class
Data store implementation for BIL, BIP, and BSQ raster files.(package private) final class
An ASCII Grid store with writing capabilities. -
Uses of Localized in org.apache.sis.internal.storage.folder
Classes in org.apache.sis.internal.storage.folder that implement LocalizedModifier and TypeClassDescription(package private) class
A folder store acts as an aggregate of multiple files in a single store.(package private) final class
Writable version of the store which rely on given datastore provider to create new types. -
Uses of Localized in org.apache.sis.internal.storage.gpx
Classes in org.apache.sis.internal.storage.gpx that implement LocalizedModifier and TypeClassDescriptionclass
A data store backed by GPX files.final class
A GPX store capable to write GPX file. -
Uses of Localized in org.apache.sis.internal.storage.image
Classes in org.apache.sis.internal.storage.image that implement LocalizedModifier and TypeClassDescription(package private) final class
A world file store exposing in the public API the fact that it is an aggregate.(package private) static final class
The writable variant ofMultiImageStore
.(package private) class
A world file store which is expected to contain exactly one image.(package private) static final class
The writable variant ofMultiImageStore
.class
A data store which creates grid coverages from Image I/O readers using World File convention.(package private) class
A data store which writes grid coverages using Image I/O writers completed by the World File convention. -
Uses of Localized in org.apache.sis.internal.storage.wkt
Classes in org.apache.sis.internal.storage.wkt that implement LocalizedModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a WKT definition.final class
Helper class for reading and writing WKT in the metadata of a data store. -
Uses of Localized in org.apache.sis.internal.storage.xml
Classes in org.apache.sis.internal.storage.xml that implement LocalizedModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a XML file. -
Uses of Localized in org.apache.sis.internal.storage.xml.stream
Classes in org.apache.sis.internal.storage.xml.stream that implement LocalizedModifier and TypeClassDescriptionclass
Base class of XML data stores based on the StAX framework. -
Uses of Localized in org.apache.sis.internal.util
Classes in org.apache.sis.internal.util that implement LocalizedModifier and TypeClassDescriptionclass
Creates string representation of property values of unknown type. -
Uses of Localized in org.apache.sis.io
Classes in org.apache.sis.io that implement LocalizedModifier and TypeClassDescriptionclass
Base class ofFormat
implementations which delegate part of their work to otherFormat
instances.class
Base class for parser and formatter of tabular data, providing control on line and column separators. -
Uses of Localized in org.apache.sis.io.wkt
Classes in org.apache.sis.io.wkt that implement LocalizedModifier and TypeClassDescriptionclass
Provides support methods for formatting a Well Known Text (WKT).class
The set of symbols to use for Well Known Text (WKT) parsing and formatting.final class
Warnings that occurred during a Well Known Text (WKT) parsing or formatting.class
Parser and formatter for Well Known Text (WKT) strings. -
Uses of Localized in org.apache.sis.math
Classes in org.apache.sis.math that implement Localized -
Uses of Localized in org.apache.sis.measure
Classes in org.apache.sis.measure that implement LocalizedModifier and TypeClassDescriptionclass
Parses and formats angles according a specified pattern.class
Parses and formatsRange
instances according the given locale.class
Parses and formats units of measurement as SI symbols, URI in OGC namespace or other symbols. -
Uses of Localized in org.apache.sis.metadata
Classes in org.apache.sis.metadata that implement LocalizedModifier and TypeClassDescription(package private) final class
Default format forAbstractMetadata
objects. -
Uses of Localized in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement LocalizedModifier and TypeClassDescriptionclass
Formats parameter descriptors or parameter values in a tabular format. -
Uses of Localized in org.apache.sis.portrayal
Classes in org.apache.sis.portrayal that implement LocalizedModifier and TypeClassDescriptionclass
Common abstraction for implementations that manage the display and user manipulation of spatial graphic elements.class
A canvas for two-dimensional display device using a Cartesian coordinate system. -
Uses of Localized in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement LocalizedModifier and TypeClassDescriptionclass
IdentifiedObjectSet<T extends org.opengis.referencing.IdentifiedObject>
A lazy set ofIdentifiedObject
instances created from their authority codes only when first needed. -
Uses of Localized in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement LocalizedModifier and TypeClassDescription(package private) final class
A lazy set ofCoordinateOperation
objects to be returned by theEPSGDataAccess.createFromCoordinateReferenceSystemCodes(String, String)
method.class
Data Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.class
A geodetic object factory backed by the EPSG database. -
Uses of Localized in org.apache.sis.referencing.gazetteer
Classes in org.apache.sis.referencing.gazetteer that implement LocalizedModifier and TypeClassDescriptionclass
FormatsLocation
instances in a tabular format. -
Uses of Localized in org.apache.sis.setup
Classes in org.apache.sis.setup that implement LocalizedModifier and TypeClassDescriptionclass
A predefined set of data important to Apache SIS but not redistributed for space or licensing reasons. -
Uses of Localized in org.apache.sis.storage
Classes in org.apache.sis.storage that implement LocalizedModifier and TypeClassDescriptionclass
Manages a series of features, coverages or sensor data. -
Uses of Localized in org.apache.sis.storage.event
Classes in org.apache.sis.storage.event that implement LocalizedModifier and TypeClassDescriptionclass
CascadedStoreEvent<E extends CascadedStoreEvent<E>>
An event which, when occurring on a parent resource, is also fired by all children resources.class
Notifies listeners that a resource or a data store is being closed and should no longer be used.class
Parent class of events happening in a data store resource.class
Holds a list ofStoreListener
instances and provides convenience methods for sending events.class
Describes non-fatal errors that occurred in a resource or a data store. -
Uses of Localized in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement LocalizedModifier and TypeClassDescription(package private) final class
Raster data obtained from a compressed GeoTIFF file in the domain requested by user.(package private) class
Raster data obtained from a GeoTIFF file in the domain requested by user.class
A data store backed by GeoTIFF files. -
Uses of Localized in org.apache.sis.storage.landsat
Classes in org.apache.sis.storage.landsat that implement Localized -
Uses of Localized in org.apache.sis.storage.sql
Classes in org.apache.sis.storage.sql that implement LocalizedModifier and TypeClassDescriptionclass
A data store capable to read and create features from a spatial database. -
Uses of Localized in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement LocalizedModifier and TypeClassDescriptionclass
A parser and formatter forTreeTable
instances.private final class
Creates string representation of the node values. -
Uses of Localized in org.apache.sis.util.resources
Classes in org.apache.sis.util.resources that implement LocalizedModifier and TypeClassDescriptionfinal class
Locale-dependent resources for error messages.class
ResourceBundle
implementation accepting integers instead of strings for resource keys.final class
Locale-dependent resources for miscellaneous (often logging) messages.final class
Locale-dependent resources for single words or short sentences.