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 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.Fields in org.apache.sis.internal.jaxb.gml declared as TimePeriodBoundModifier and TypeFieldDescription(package private) TimePeriodBoundTimePeriod.beginThe start time, which may be marshalled in a GML3 way or GML2 way.(package private) TimePeriodBoundTimePeriod.endThe 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 DateTM_Primitive.toDate(Context context, TimePeriodBound bound) Returns the date of the given bounds, ornullif none.