Uses of Interface
org.geotools.api.temporal.Position
-
Packages that use Position Package Description org.geotools.api.temporal org.geotools.temporal.object -
-
Uses of Position in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return Position Modifier and Type Method Description Position
TemporalFactory. createPosition(Date position)
Position
Instant. getPosition()
Get the position of this instant.Methods in org.geotools.api.temporal with parameters of type Position Modifier and Type Method Description Instant
TemporalFactory. createInstant(Position instant)
-
Uses of Position in org.geotools.temporal.object
Classes in org.geotools.temporal.object that implement Position Modifier and Type Class Description class
DefaultPosition
A union class that consists of one of the data types listed as its attributes.Methods in org.geotools.temporal.object that return Position Modifier and Type Method Description Position
DefaultInstant. getPosition()
Get the position of this instant.Methods in org.geotools.temporal.object with parameters of type Position Modifier and Type Method Description void
DefaultInstant. setPosition(Position position)
Constructors in org.geotools.temporal.object with parameters of type Position Constructor Description DefaultInstant(Position position)
-