A C D E G H I L N O P Q R S T U V W 

A

addWarningListener(WarningListener<? super DataStore>) - Method in class DataStore
Adds a listener to be notified when a warning occurred while reading from or writing to the storage.

C

close() - Method in class DataStore
Closes this data store and releases any underlying resources.
closeAllExcept(Object) - Method in class StorageConnector
Closes all streams and connections created by this StorageConnector except the given view.

D

DataStore - Class in org.apache.sis.storage
Manages a series of features, coverages or sensor data.
DataStore() - Constructor for class DataStore
Creates a new instance with initially no listener.
DataStoreException - Exception in org.apache.sis.storage
Thrown when a DataStore can not complete a read or write operation.
DataStoreException() - Constructor for exception DataStoreException
Creates an exception with no cause and no details message.
DataStoreException(String) - Constructor for exception DataStoreException
Creates an exception with the specified details message.
DataStoreException(Throwable) - Constructor for exception DataStoreException
Creates an exception with the specified cause and no details message.
DataStoreException(String, Throwable) - Constructor for exception DataStoreException
Creates an exception with the specified details message and cause.
DataStoreProvider - Class in org.apache.sis.storage
Provides information about a specific DataStore implementation.
DataStoreProvider() - Constructor for class DataStoreProvider
Creates a new provider.
DataStores - Class in org.apache.sis.storage
Static convenience methods creating DataStore instances from a given storage object.
decode(String) - Method in class GeoHashCoder
Decodes the given geohash into a longitude and a latitude.

E

encode(double, double) - Method in class GeoHashCoder
Encodes the given longitude and latitude into a geohash.
encode(DirectPosition) - Method in class GeoHashCoder
Encodes the given position into a geohash.
equals(Object) - Method in class ProbeResult
Compares this ProbeResult with the given object for equality.

G

GeoHashCoder - Class in org.apache.sis.index
Encodes geographic coordinates as geohashes strings, and decode such strings back to coordinates.
GeoHashCoder() - Constructor for class GeoHashCoder
Creates a new geohash coder/decoder initialized to the default precision for GeoHashCoder.Format.BASE32.
GeoHashCoder.Format - Enum in org.apache.sis.index
The encoding format used by GeoHashCoder.
getCapacity() - Method in class QuadTree
Returns the capacity of node in the quad tree.
getDepth() - Method in class QuadTree
Returns the maximum depth of the quad tree.
getFileExtension() - Method in class StorageConnector
Returns the filename extension of the input/output object.
getFileName() - Method in interface QuadTreeData
Returns the name of the file where the entry's info is saved.
getFormat() - Method in class GeoHashCoder
Returns the current encoding/decoding format.
getLatLon() - Method in interface QuadTreeData
Returns the latitude/longitude pair.
getLocale() - Method in class DataStore
The locale to use for formatting warnings and other messages.
getMetadata() - Method in class DataStore
Returns information about the dataset as a whole.
getMimeType() - Method in class ProbeResult
Returns the MIME type of the storage file format, or null if unknown or not applicable.
getNodeSize() - Method in class QuadTree
Returns the node size of the quad tree.
getOption(OptionKey<T>) - Method in class StorageConnector
Returns the option value for the given key, or null if none.
getPrecision() - Method in class GeoHashCoder
Returns the length of geohashes strings to be encoded by the GeoHashCoder.encode(DirectPosition) method.
getSize() - Method in class QuadTree
Returns the size of the quad tree.
getStorage() - Method in class StorageConnector
Returns the input/output object given at construction time.
getStorageAs(Class<T>) - Method in class StorageConnector
Returns the storage as a view of the given type if possible, or null otherwise.
getStorageName() - Method in class StorageConnector
Returns a short name of the input/output object.
getVersion() - Method in class ProbeResult
Returns the version of file format or database schema used by the storage, or null if unknown or not applicable.
getX() - Method in interface QuadTreeData
Returns the Java 2D x-coordinate for the longitude.
getY() - Method in interface QuadTreeData
Returns the Java 2D y-coordinate for the latitude.

H

hashCode() - Method in class ProbeResult
Returns a hash code value for this instance.

I

insert(QuadTreeData) - Method in class QuadTree
Inserts the specified data into the quad tree.
INSUFFICIENT_BYTES - Static variable in class ProbeResult
The open capability can not be determined because the ByteBuffer contains an insufficient amount of bytes.
isSupported() - Method in class ProbeResult
Returns true if the storage is supported by the DataStoreProvider.

L

listeners - Variable in class DataStore
The set of registered WarningListeners for this data store.

N

NodeType - Enum in org.apache.sis.index.tree
Enum to represent node type of quad tree.

O

open(StorageConnector) - Method in class DataStoreProvider
Returns a data store implementation associated with this provider.
open(Object) - Static method in class DataStores
Creates a DataStore for the given storage.
org.apache.sis.index - package org.apache.sis.index
Computes geohash strings from geographic coordinates, and conversely.
org.apache.sis.index.tree - package org.apache.sis.index.tree
 
org.apache.sis.storage - package org.apache.sis.storage
Data store base types for retrieving and saving geospatial data in various storage formats.

P

probeContent(StorageConnector) - Method in class DataStoreProvider
Indicates if the given storage appears to be supported by the DataStores created by this provider.
probeContentType(Object) - Static method in class DataStores
Returns the MIME type of the storage file format, or null if unknown or not applicable.
ProbeResult - Class in org.apache.sis.storage
Tells whether a storage (file, database) appears to be supported by a DataStore.
ProbeResult(boolean, String, Version) - Constructor for class ProbeResult
Creates a new ProbeResult with the given support status, MIME type and version number.

Q

QuadTree - Class in org.apache.sis.index.tree
Implementation of Quad Tree Index.
QuadTree(int, int) - Constructor for class QuadTree
Creates a quad tree.
QuadTree() - Constructor for class QuadTree
Creates a quad tree with 0 capacity and depth.
QuadTreeData - Interface in org.apache.sis.index.tree
Interface representing data stored in quad tree.
QuadTreeWriter - Class in org.apache.sis.index.tree
Class to save the quad tree index from file.
QuadTreeWriter() - Constructor for class QuadTreeWriter
 
queryByBoundingBox(Envelope2D) - Method in class QuadTree
Performs bounding box search.
queryByPointRadius(DirectPosition2D, double) - Method in class QuadTree
Performs point radius search.

R

removeWarningListener(WarningListener<? super DataStore>) - Method in class DataStore
Removes a previously registered listener.

S

setCapacity(int) - Method in class QuadTree
Sets the capacity of node in the quad tree.
setDepth(int) - Method in class QuadTree
Sets the maximum depth of the quad tree.
setFormat(GeoHashCoder.Format) - Method in class GeoHashCoder
Sets the encoding/decoding format.
setLocale(Locale) - Method in class DataStore
Sets the locale to use for formatting warnings and other messages.
setNodeSize(int) - Method in class QuadTree
Sets the node size of the quad tree.
setOption(OptionKey<T>, T) - Method in class StorageConnector
Sets the option value for the given key.
setPrecision(int) - Method in class GeoHashCoder
Sets the length of geohashes strings to be encoded by the GeoHashCoder.encode(DirectPosition) method.
setSize(int) - Method in class QuadTree
Sets the size of the quad tree.
size() - Method in class QuadTree
Returns the size of the quad tree.
StorageConnector - Class in org.apache.sis.storage
Information for creating a connection to a DataStore in read and/or write mode.
StorageConnector(Object) - Constructor for class StorageConnector
Creates a new data store connection wrapping the given input/output object.
SUPPORTED - Static variable in class ProbeResult
The DataStoreProvider recognizes the given storage, but has no additional information.

T

toString() - Method in class ProbeResult
Returns a string representation of this ProbeResult for debugging purpose.
toString() - Method in class StorageConnector
Returns a string representation of this StorageConnector for debugging purpose.

U

UNDETERMINED - Static variable in class ProbeResult
The open capability can not be determined.
UNSUPPORTED_STORAGE - Static variable in class ProbeResult
The DataStoreProvider does not recognize the given storage object, file format or database schema.
UnsupportedStorageException - Exception in org.apache.sis.storage
Thrown when no DataStoreProvider is found for a given storage object.
UnsupportedStorageException() - Constructor for exception UnsupportedStorageException
Creates an exception with no cause and no details message.
UnsupportedStorageException(String) - Constructor for exception UnsupportedStorageException
Creates an exception with the specified details message.
UnsupportedStorageException(Throwable) - Constructor for exception UnsupportedStorageException
Creates an exception with the specified cause and no details message.
UnsupportedStorageException(String, Throwable) - Constructor for exception UnsupportedStorageException
Creates an exception with the specified details message and cause.

V

valueOf(String) - Static method in enum GeoHashCoder.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum NodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum GeoHashCoder.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum NodeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTreeToFile(QuadTree, String) - Static method in class QuadTreeWriter
Writes the entire quad tree index to file with each node in saved in a separate file.
A C D E G H I L N O P Q R S T U V W 

Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.