Package org.apache.sis.internal.jaxb.gml
Class TimePeriod
java.lang.Object
org.apache.sis.internal.jaxb.gml.GMLAdapter
org.apache.sis.internal.jaxb.gml.TimePeriod
The adapter for
"TimePeriod"
. This is an attribute of TM_Primitive
.- Since:
- 0.3
- Version:
- 0.3
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) TimePeriodBound
The start time, which may be marshalled in a GML3 way or GML2 way.(package private) TimePeriodBound
The end time, which may be marshalled in a GML3 way or GML2 way. -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor used by JAXB.TimePeriod
(Period period) Creates a new Time Period bounded by the begin and end time specified in the given object. -
Method Summary
Methods inherited from class org.apache.sis.internal.jaxb.gml.GMLAdapter
copyIdTo
-
Field Details
-
begin
TimePeriodBound beginThe start time, which may be marshalled in a GML3 way or GML2 way. The GML2 way is more verbose. -
end
TimePeriodBound endThe end time, which may be marshalled in a GML3 way or GML2 way. The GML2 way is more verbose.
-
-
Constructor Details
-
TimePeriod
public TimePeriod()Empty constructor used by JAXB. -
TimePeriod
Creates a new Time Period bounded by the begin and end time specified in the given object.- Parameters:
period
- the period to use for initializing this object.
-
-
Method Details