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
- Author:
- Guilhem Legal (Geomatys), Martin Desruisseaux (Geomatys)
-
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
-
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