Package | Description |
---|---|
org.apache.sis.metadata.sql |
An implementation of Metadata interfaces
fetching the data from an SQL database.
|
org.apache.sis.referencing |
Base classes for reference systems used for general positioning.
|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
org.apache.sis.util.logging |
Extensions to the JDK logging framework.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataSource.addWarningListener(WarningListener<? super MetadataSource> listener)
Adds a listener to be notified when a warning occurred while reading from or writing metadata.
|
void |
MetadataSource.removeWarningListener(WarningListener<? super MetadataSource> listener)
Removes a previously registered listener.
|
Modifier and Type | Method and Description |
---|---|
static CoordinateReferenceSystem |
CRS.fromAuthority(CoordinateReferenceSystem crs,
CRSAuthorityFactory factory,
WarningListener<?> listener)
Replaces the given coordinate reference system by an authoritative description, if one can be found.
|
Modifier and Type | Method and Description |
---|---|
void |
DataStore.addWarningListener(WarningListener<? super DataStore> listener)
Adds a listener to be notified when a warning occurred while reading from or writing to the storage.
|
void |
DataStore.removeWarningListener(WarningListener<? super DataStore> listener)
Removes a previously registered listener.
|
Modifier and Type | Method and Description |
---|---|
List<WarningListener<? super S>> |
WarningListeners.getListeners()
Returns all registered warning listeners, or an empty list if none.
|
Modifier and Type | Method and Description |
---|---|
void |
WarningListeners.addWarningListener(WarningListener<? super S> listener)
Adds a listener to be notified when a warning occurred.
|
void |
WarningListeners.removeWarningListener(WarningListener<? super S> listener)
Removes a previously registered listener.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.