Class TemporalExtent
java.lang.Object
org.opengis.cite.ogcapifeatures10.util.TemporalExtent
TemporalExtent class.
- Author:
- Lyn Goltz
-
Constructor Summary
ConstructorsConstructorDescriptionTemporalExtent(ZonedDateTime begin, ZonedDateTime end) Constructor for TemporalExtent. -
Method Summary
-
Constructor Details
-
TemporalExtent
Constructor for TemporalExtent.
- Parameters:
begin- aZonedDateTimeobjectend- aZonedDateTimeobject
-
-
Method Details
-
getBegin
Getter for the field
begin.- Returns:
- a
ZonedDateTimeobject
-
getEnd
Getter for the field
end.- Returns:
- a
ZonedDateTimeobject
-