Uses of Interface
org.geotools.api.temporal.Instant
-
Packages that use Instant Package Description org.geotools.api.temporal org.geotools.filter.temporal org.geotools.temporal.object -
-
Uses of Instant in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return Instant Modifier and Type Method 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.Methods in org.geotools.api.temporal with parameters of type Instant Modifier and Type Method Description Period
TemporalFactory. createPeriod(Instant begin, Instant end)
-
Uses of Instant in org.geotools.filter.temporal
Methods in org.geotools.filter.temporal that return Instant Modifier and Type Method Description protected Instant
BinaryTemporalOperatorImpl. toInstant(Object object, Expression e)
-
Uses of Instant in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement Instant Modifier and Type Class Description class
DefaultInstant
A zero-dimensional geometric primitive that represents position in time, equivalent to a point in space.Methods in org.geotools.temporal.object that return Instant Modifier and Type Method 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.Methods in org.geotools.temporal.object with parameters of type Instant Modifier and Type Method Description void
DefaultPeriod. setBegining(Instant begining)
void
DefaultPeriod. setEnding(Instant ending)
Constructors in org.geotools.temporal.object with parameters of type Instant Constructor Description DefaultPeriod(Instant begining, Instant ending)
-