Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
Modifier and Type | Class and Description |
---|---|
class |
UnparsableObjectException
Thrown when a Well Known Text (WKT) can not be parsed.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentReadException
Thrown when an operation can not be performed while a read operation is in progress.
|
class |
ConcurrentWriteException
Thrown when an operation can not be performed while a write operation is in progress.
|
class |
DataStoreClosedException
Thrown when a data store is closed and can no more return data.
|
class |
DataStoreContentException
Thrown when a store can not be read because the stream contains invalid data.
|
class |
DataStoreException
Thrown when a
DataStore can not complete a read or write operation. |
class |
DataStoreReferencingException
Thrown when a data store failed to construct the coordinate reference system (CRS)
or other positioning information.
|
class |
ForwardOnlyStorageException
Thrown when an operation would require to move the cursor back, but the underlying storage does not allow that.
|
class |
IllegalFeatureTypeException
Thrown when a store can not write the given feature because its type is not one of the supported types.
|
class |
IllegalNameException
Thrown when an invalid name is used for identifying a coverage, a feature or other kind of element in a data store.
|
class |
IllegalOpenParameterException
Thrown when a
DataStore can not be opened because of invalid parameters. |
class |
ReadOnlyStorageException
Thrown when a
DataStore can not perform a write operations. |
class |
UnsupportedQueryException
Thrown when a resources can not be filtered with a given query.
|
class |
UnsupportedStorageException
Thrown when no
DataStoreProvider is found for a given storage object. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.