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
DefaultFeatureTypes 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 TypeClassDescriptionclassA 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 classFormats 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 classDescribes one association from theFeatureTypeto be built by anFeatureTypeBuilderto anotherFeatureType.final classDescribes oneAttributeTypewhich will be part of the feature type to be built by aFeatureTypeBuilder.final classDescribes one characteristic of theAttributeTypewill will be built by aFeatureTypeBuilder.classHelper class for the creation ofFeatureTypeinstances.(package private) final classWraps an existing operation.classDescribes one property of theFeatureTypeto be built by anFeatureTypeBuilder.classInformation 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 TypeClassDescriptionclassFormats 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 classWarning and error messages that are specific to thesis-featuremodule. -
Uses of Localized in org.apache.sis.internal.gazetteer
Classes in org.apache.sis.internal.gazetteer that implement LocalizedModifier and TypeClassDescriptionfinal classWarning and error messages that are specific to thesis-referencing-by-identifiersmodule. -
Uses of Localized in org.apache.sis.internal.geotiff
Classes in org.apache.sis.internal.geotiff that implement LocalizedModifier and TypeClassDescriptionfinal classWarning and error messages that are specific to thesis-geotiffmodule. -
Uses of Localized in org.apache.sis.internal.metadata
Classes in org.apache.sis.internal.metadata that implement LocalizedModifier and TypeClassDescriptionfinal classWarning and error messages that are specific to thesis-metadatamodule. -
Uses of Localized in org.apache.sis.internal.referencing
Classes in org.apache.sis.internal.referencing that implement LocalizedModifier and TypeClassDescriptionfinal classWarning and error messages that are specific to thesis-referencingmodule. -
Uses of Localized in org.apache.sis.internal.sql.feature
Classes in org.apache.sis.internal.sql.feature that implement LocalizedModifier and TypeClassDescriptionclassA set of prepared statements to create when first needed and to reuse as long as the connection is in scope.final classWarning and error messages that are specific to thesis-sqlstoremodule.Methods in org.apache.sis.internal.sql.feature with parameters of type LocalizedModifier and TypeMethodDescription(package private) final voidColumn.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 classA 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 TypeClassDescriptionclassA data store for a file or URI accompanied by an auxiliary file of the same name with.prjextension.final classWarning and error messages that are specific to thesis-storagemodule.classA data store for a storage that may be represented by aURI.final classHelper classes for the management ofWritableGridCoverageResource.CommonOption.Methods in org.apache.sis.internal.storage with parameters of type LocalizedModifier and TypeMethodDescriptionstatic RangeArgumentValidate therangesargument 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 classA 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) classData store implementation for ESRI ASCII grid format.(package private) classBase class for the implementation of ASCII Grid or raw binary store.(package private) final classData store implementation for BIL, BIP, and BSQ raster files.(package private) final classAn 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) classA folder store acts as an aggregate of multiple files in a single store.(package private) final classWritable 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 TypeClassDescriptionclassA data store backed by GPX files.final classA 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 classA world file store exposing in the public API the fact that it is an aggregate.(package private) static final classThe writable variant ofMultiImageStore.(package private) classA world file store which is expected to contain exactly one image.(package private) static final classThe writable variant ofMultiImageStore.classA data store which creates grid coverages from Image I/O readers using World File convention.(package private) classA 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 classA data store which creates data objects from a WKT definition.final classHelper 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 classA 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 TypeClassDescriptionclassBase 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 TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassBase class ofFormatimplementations which delegate part of their work to otherFormatinstances.classBase 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 TypeClassDescriptionclassProvides support methods for formatting a Well Known Text (WKT).classThe set of symbols to use for Well Known Text (WKT) parsing and formatting.final classWarnings that occurred during a Well Known Text (WKT) parsing or formatting.classParser 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 TypeClassDescriptionclassParses and formats angles according a specified pattern.classParses and formatsRangeinstances according the given locale.classParses 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 classDefault format forAbstractMetadataobjects. -
Uses of Localized in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement LocalizedModifier and TypeClassDescriptionclassFormats 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 TypeClassDescriptionclassCommon abstraction for implementations that manage the display and user manipulation of spatial graphic elements.classA 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 TypeClassDescriptionclassIdentifiedObjectSet<T extends org.opengis.referencing.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 LocalizedModifier and TypeClassDescription(package private) final classA lazy set ofCoordinateOperationobjects to be returned by theEPSGDataAccess.createFromCoordinateReferenceSystemCodes(String, String)method.classData Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.classA 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 TypeClassDescriptionclassFormatsLocationinstances in a tabular format. -
Uses of Localized in org.apache.sis.setup
Classes in org.apache.sis.setup that implement LocalizedModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassManages 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 TypeClassDescriptionclassCascadedStoreEvent<E extends CascadedStoreEvent<E>>An event which, when occurring on a parent resource, is also fired by all children resources.classNotifies listeners that a resource or a data store is being closed and should no longer be used.classParent class of events happening in a data store resource.classHolds a list ofStoreListenerinstances and provides convenience methods for sending events.classDescribes 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 classRaster data obtained from a compressed GeoTIFF file in the domain requested by user.(package private) classRaster data obtained from a GeoTIFF file in the domain requested by user.classA 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassA parser and formatter forTreeTableinstances.private final classCreates 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 classLocale-dependent resources for error messages.classResourceBundleimplementation accepting integers instead of strings for resource keys.final classLocale-dependent resources for miscellaneous (often logging) messages.final classLocale-dependent resources for single words or short sentences.