Class TemporalExtent
java.lang.Object
org.opengis.cite.ogcapiprocesses10.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
- aZonedDateTime
objectend
- aZonedDateTime
object
-
-
Method Details
-
getBegin
Getter for the field
begin
.- Returns:
- a
ZonedDateTime
object
-
getEnd
Getter for the field
end
.- Returns:
- a
ZonedDateTime
object
-