Package org.geotools.stac.client
Class CollectionExtent.TemporalExtents
- Object
-
- AnyJSONObject
-
- TemporalExtents
-
- Enclosing class:
- CollectionExtent
public class CollectionExtent.TemporalExtents extends AnyJSONObject
Temporal extent intervals, each interval between two UTC times.
-
-
Constructor Summary
Constructors Constructor Description TemporalExtents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<Date>>
getInterval()
String
getTrs()
void
setInterval(List<List<Date>> interval)
void
setTrs(String trs)
-
Methods inherited from class AnyJSONObject
equals, hashCode, otherFields, setOtherField, toString
-
-