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 creatingFeatureTypeinstances.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 classFeatureFormatFormats 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 classAssociationRoleBuilderDescribes one association from theFeatureTypeto be built by anFeatureTypeBuilderto anotherFeatureType.classAttributeTypeBuilder<V>Describes oneAttributeTypewhich will be part of the feature type to be built by aFeatureTypeBuilder.classCharacteristicTypeBuilder<V>Describes one characteristic of theAttributeTypewill will be built by aFeatureTypeBuilder.classFeatureTypeBuilderHelper class for the creation ofFeatureTypeinstances.classPropertyTypeBuilderDescribes one property of theFeatureTypeto be built by anFeatureTypeBuilder.classTypeBuilderInformation 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 classCoordinateFormatFormats 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 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.io.wkt
Classes in org.apache.sis.io.wkt that implement Localized Modifier and Type Class Description classFormatterProvides support methods for formatting a Well Known Text (WKT).classSymbolsThe set of symbols to use for Well Known Text (WKT) parsing and formatting.classWarningsWarnings that occurred during a Well Known Text (WKT) parsing or formatting.classWKTFormatParser 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 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.parameter
Classes in org.apache.sis.parameter that implement Localized Modifier and Type Class Description classParameterFormatFormats 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 classIdentifiedObjectSet<T extends IdentifiedObject>A lazy set ofIdentifiedObjectinstances 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 classEPSGDataAccessData Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.classEPSGFactoryA 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 classLocationFormatFormatsLocationinstances 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 classDataStoreManages 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 classLandsatStoreParses 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 classStoreEventParent class of events happening in a data store resource.classStoreListenersHolds a list ofStoreListenerinstances and provides convenience methods for sending events.classWarningEventDescribes 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 classGeoTiffStoreA 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 classNetcdfStoreA 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 classSQLStoreA 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 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 byStoreListeners.
-