Uses of Interface
org.apache.sis.util.Localized
-
Packages that use Localized Package Description org.apache.sis.feature Defines the structure and content of views of real-world phenomenon.org.apache.sis.feature.builder Helper classes for creatingFeatureType
instances.org.apache.sis.geometry Basic geometric objects (envelopes and direct positions).org.apache.sis.io org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting.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.parameter Descriptions and values of parameters used by a coordinate operation or a process.org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes.org.apache.sis.referencing.factory.sql Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.org.apache.sis.referencing.gazetteer Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats.org.apache.sis.storage.earthobservation Metadata readers for some format used in Earth observation (Landsat, MODIS).org.apache.sis.storage.event Provides interfaces and classes for dealing with different types of events fired by resources.org.apache.sis.storage.geotiff Maps ISO metadata elements from/to the GeoTIFF tags.org.apache.sis.storage.netcdf Maps ISO metadata elements from/to the Climate and Forecast (CF) attributes in a netCDF file.org.apache.sis.storage.sql Data store capable to read and create features from a JDBC connection to a database.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.feature
Classes in org.apache.sis.feature that implement Localized Modifier and Type Class Description class
FeatureFormat
Formats features or feature types in a tabular format. -
Uses of Localized in org.apache.sis.feature.builder
Classes in org.apache.sis.feature.builder that implement Localized Modifier and Type Class Description class
AssociationRoleBuilder
Describes one association from theFeatureType
to be built by anFeatureTypeBuilder
to anotherFeatureType
.class
AttributeTypeBuilder<V>
Describes oneAttributeType
which will be part of the feature type to be built by aFeatureTypeBuilder
.class
CharacteristicTypeBuilder<V>
Describes one characteristic of theAttributeType
will will be built by aFeatureTypeBuilder
.class
FeatureTypeBuilder
Helper class for the creation ofFeatureType
instances.class
PropertyTypeBuilder
Describes one property of theFeatureType
to be built by anFeatureTypeBuilder
.class
TypeBuilder
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 Localized Modifier and Type Class Description class
CoordinateFormat
Formats spatiotemporal coordinates using number, angle and date formats inferred from the coordinate system. -
Uses of Localized in org.apache.sis.io
Classes in org.apache.sis.io that implement Localized Modifier and Type Class Description class
CompoundFormat<T>
Base class ofFormat
implementations which delegate part of their work to otherFormat
instances.class
TabularFormat<T>
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 Localized Modifier and Type Class Description class
Formatter
Provides support methods for formatting a Well Known Text (WKT).class
Symbols
The set of symbols to use for Well Known Text (WKT) parsing and formatting.class
Warnings
Warnings that occurred during a Well Known Text (WKT) parsing or formatting.class
WKTFormat
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 Modifier and Type Class Description class
StatisticsFormat
Formats aStatistics
object. -
Uses of Localized in org.apache.sis.measure
Classes in org.apache.sis.measure that implement Localized Modifier and Type Class Description class
AngleFormat
Parses and formats angles according a specified pattern.class
RangeFormat
Parses and formatsRange
instances according the given locale.class
UnitFormat
Parses and formats units of measurement as SI symbols, URI in OGC namespace or other symbols. -
Uses of Localized in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement Localized Modifier and Type Class Description class
ParameterFormat
Formats parameter descriptors or parameter values in a tabular format. -
Uses of Localized in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement Localized Modifier and Type Class Description class
IdentifiedObjectSet<T extends 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 Localized Modifier and Type Class Description class
EPSGDataAccess
Data Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.class
EPSGFactory
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 Localized Modifier and Type Class Description class
LocationFormat
FormatsLocation
instances in a tabular format. -
Uses of Localized in org.apache.sis.storage
Classes in org.apache.sis.storage that implement Localized Modifier and Type Class Description class
DataStore
Manages a series of features, coverages or sensor data. -
Uses of Localized in org.apache.sis.storage.earthobservation
Classes in org.apache.sis.storage.earthobservation that implement Localized Modifier and Type Class Description class
LandsatStore
Parses Landsat metadata as ISO 19115 Metadata object. -
Uses of Localized in org.apache.sis.storage.event
Classes in org.apache.sis.storage.event that implement Localized Modifier and Type Class Description class
StoreEvent
Parent class of events happening in a data store resource.class
StoreListeners
Holds a list ofStoreListener
instances and provides convenience methods for sending events.class
WarningEvent
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 Localized Modifier and Type Class Description class
GeoTiffStore
A data store backed by GeoTIFF files. -
Uses of Localized in org.apache.sis.storage.netcdf
Classes in org.apache.sis.storage.netcdf that implement Localized Modifier and Type Class Description class
NetcdfStore
A data store backed by netCDF files. -
Uses of Localized in org.apache.sis.storage.sql
Classes in org.apache.sis.storage.sql that implement Localized Modifier and Type Class Description class
SQLStore
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 Localized Modifier and Type Class Description class
TreeTableFormat
A parser and formatter forTreeTable
instances. -
Uses of Localized in org.apache.sis.util.logging
Classes in org.apache.sis.util.logging that implement Localized Modifier and Type Class Description class
WarningListeners<S>
Deprecated.Replaced byStoreListeners
.
-