Uses of Class
org.apache.sis.internal.jaxb.gml.TimePeriodBound
Packages that use TimePeriodBound
Package
Description
Miscellaneous objects and adapters defined in the
"gml"
namespace.-
Uses of TimePeriodBound in org.apache.sis.internal.jaxb.gml
Subclasses of TimePeriodBound in org.apache.sis.internal.jaxb.gmlModifier and TypeClassDescriptionstatic final class
The begin or end position in aTimePeriod
, expressed in the GML 2 way.static final class
The begin or end position in aTimePeriod
, expressed in the GML 3 way.Fields in org.apache.sis.internal.jaxb.gml declared as TimePeriodBoundModifier and TypeFieldDescription(package private) TimePeriodBound
TimePeriod.begin
The start time, which may be marshalled in a GML3 way or GML2 way.(package private) TimePeriodBound
TimePeriod.end
The end time, which may be marshalled in a GML3 way or GML2 way.Methods in org.apache.sis.internal.jaxb.gml with parameters of type TimePeriodBoundModifier and TypeMethodDescriptionprivate static Date
TM_Primitive.toDate
(Context context, TimePeriodBound bound) Returns the date of the given bounds, ornull
if none.