public class SpatioTemporalAggregateQuery
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpatioTemporalAggregateQuery.AggregateQueryHandler
An HTTP handler that handles spatio-temporal queries sent by users.
|
static class |
SpatioTemporalAggregateQuery.TimeRange |
| Constructor and Description |
|---|
SpatioTemporalAggregateQuery() |
| Modifier and Type | Method and Description |
|---|---|
static AggregateQuadTree.Node |
aggregateQuery(Path inFile,
OperationsParams params)
Performs a spatio-temporal aggregate query on an indexed directory
|
static void |
main(java.lang.String[] args) |
static void |
printUsage()
Prints the usage of this operation.
|
public static AggregateQuadTree.Node aggregateQuery(Path inFile, OperationsParams params) throws java.text.ParseException, java.io.IOException
inFile - params - java.text.ParseExceptionjava.io.IOExceptionpublic static void printUsage()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - java.lang.Exception