Package | Description |
---|---|
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 |
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 |
---|---|
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–2015 The Apache Software Foundation. All rights reserved.