Uses of Interface
org.opengis.temporal.TemporalPosition
- 
Packages that use TemporalPosition Package Description org.opengis.feature Defines the structure and content of views of real-world phenomenon. - 
- 
Uses of TemporalPosition in org.opengis.feature
Methods in org.opengis.feature with parameters of type TemporalPosition Modifier and Type Method Description VDynamicAttribute. valueAt(TemporalPosition time)Returns the attribute value at the given time, ornullif none.Collection<V>DynamicAttribute. valuesAt(TemporalPosition time)Returns all attribute values at the given time, or an empty collection if none. 
 -