Package org.apache.sis.internal.jaxb.gml
Class TimePeriodBound
java.lang.Object
org.apache.sis.internal.jaxb.gml.TimePeriodBound
- Direct Known Subclasses:
TimePeriodBound.GML2,TimePeriodBound.GML3
The begin or end position in
a
TimePeriod. This information is encoded in different way depending if we are
reading or formatting a GML2 or GML3 file.- Since:
- 0.3
- Version:
- 0.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe begin or end position in aTimePeriod, expressed in the GML 2 way.static final classThe begin or end position in aTimePeriod, expressed in the GML 3 way. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract XMLGregorianCalendarcalendar()Returns the XML calendar, ornullif none.toString()Returns a string representation of this bound for debugging purpose.
-
Constructor Details
-
TimePeriodBound
TimePeriodBound()Empty constructor for subclasses only.
-
-
Method Details
-
calendar
Returns the XML calendar, ornullif none. This information is encoded in different fields depending if we are reading/writing a GML2 or a GML3 file. -
toString
Returns a string representation of this bound for debugging purpose.
-