Package | Description |
---|---|
org.geotools.filter.temporal | |
org.geotools.temporal.object | |
org.opengis.temporal |
Modifier and Type | Method and Description |
---|---|
protected Instant |
BinaryTemporalOperatorImpl.toInstant(Object object,
Expression e) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstant
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in
space.
|
Modifier and Type | Method and Description |
---|---|
Instant |
DefaultPeriod.getBeginning()
Links this period to the instant at which it starts.
|
Instant |
DefaultPeriod.getEnding()
Links this period to the instant at which it ends.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPeriod.setBegining(Instant begining) |
void |
DefaultPeriod.setEnding(Instant ending) |
Constructor and Description |
---|
DefaultPeriod(Instant begining,
Instant ending) |
Modifier and Type | Method and Description |
---|---|
Instant |
TemporalFactory.createInstant(Position instant) |
Instant |
Period.getBeginning()
Links this period to the instant at which it starts.
|
Instant |
Period.getEnding()
Links this period to the instant at which it ends.
|
Instant |
TemporalNode.getRealization()
An optional association that may link this temporal node to its corresponding instant.
|
Modifier and Type | Method and Description |
---|---|
Period |
TemporalFactory.createPeriod(Instant begin,
Instant end) |
Copyright © 1996–2019 Geotools. All rights reserved.