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 creating
FeatureType 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.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.util.collection |
Addition to the collection framework.
|
org.apache.sis.util.logging |
Extensions to the JDK logging framework.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureFormat
Formats features or feature types in a tabular format.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociationRoleBuilder
Describes one association from the
FeatureType to be built by an FeatureTypeBuilder to another
FeatureType . |
class |
AttributeTypeBuilder<V>
Describes one
AttributeType which will be part of the feature type to be built by
a FeatureTypeBuilder . |
class |
CharacteristicTypeBuilder<V>
Describes one characteristic of the
AttributeType will will be built by a FeatureTypeBuilder . |
class |
FeatureTypeBuilder
Helper class for the creation of
FeatureType instances. |
class |
PropertyTypeBuilder
Describes one property of the
FeatureType to be built by an FeatureTypeBuilder . |
class |
TypeBuilder
Information common to all kind of types (feature, association, characteristics).
|
Modifier and Type | Class and Description |
---|---|
class |
CoordinateFormat
Formats spatiotemporal coordinates using number, angle and date formats inferred from the coordinate system.
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundFormat<T>
Base class of
Format implementations which delegate part of their work to other
Format instances. |
class |
TabularFormat<T>
Base class for parser and formatter of tabular data, providing control on line and column separators.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsFormat
Formats a
Statistics object. |
Modifier and Type | Class and Description |
---|---|
class |
AngleFormat
Parses and formats angles according a specified pattern.
|
class |
UnitFormat
Parses and formats units of measurement as SI symbols, URI in OGC namespace or other symbols.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterFormat
Formats parameter descriptors or
parameter values in a tabular format.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentifiedObjectSet<T extends IdentifiedObject>
A lazy set of
IdentifiedObject instances created from their authority codes only when first needed. |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
LocationFormat
Formats
Location instances in a tabular format. |
Modifier and Type | Class and Description |
---|---|
class |
DataStore
Manages a series of features, coverages or sensor data.
|
Modifier and Type | Class and Description |
---|---|
class |
LandsatStore
Parses Landsat metadata as ISO-19115 Metadata object.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoTiffStore
A data store backed by GeoTIFF files.
|
Modifier and Type | Class and Description |
---|---|
class |
NetcdfStore
A data store backed by netCDF files.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeTableFormat
A parser and formatter for
TreeTable instances. |
Modifier and Type | Class and Description |
---|---|
class |
WarningListeners<S>
Holds a list of
WarningListener instances and provides convenience methods for emitting warnings. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.