Uses of Interface
net.opengis.gml311.TimeCalendarType
-
Packages that use TimeCalendarType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeCalendarType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeCalendarType Modifier and Type Method Description TimeCalendarType
Gml311Factory. createTimeCalendarType()
Returns a new object of class 'Time Calendar Type'.TimeCalendarType
DocumentRoot. getTimeCalendar()
Returns the value of the 'Time Calendar' containment reference.TimeCalendarType
TimeCalendarPropertyType. getTimeCalendar()
Returns the value of the 'Time Calendar' containment reference.Methods in net.opengis.gml311 with parameters of type TimeCalendarType Modifier and Type Method Description void
DocumentRoot. setTimeCalendar(TimeCalendarType value)
Sets the value of the 'Time Calendar
' containment reference.void
TimeCalendarPropertyType. setTimeCalendar(TimeCalendarType value)
Sets the value of the 'Time Calendar
' containment reference. -
Uses of TimeCalendarType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeCalendarType Modifier and Type Class Description class
TimeCalendarTypeImpl
An implementation of the model object 'Time Calendar Type'.Fields in net.opengis.gml311.impl declared as TimeCalendarType Modifier and Type Field Description protected TimeCalendarType
TimeCalendarPropertyTypeImpl. timeCalendar
The cached value of the 'Time Calendar
' containment reference.Methods in net.opengis.gml311.impl that return TimeCalendarType Modifier and Type Method Description TimeCalendarType
Gml311FactoryImpl. createTimeCalendarType()
TimeCalendarType
DocumentRootImpl. getTimeCalendar()
TimeCalendarType
TimeCalendarPropertyTypeImpl. getTimeCalendar()
Methods in net.opengis.gml311.impl with parameters of type TimeCalendarType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeCalendar(TimeCalendarType newTimeCalendar, NotificationChain msgs)
NotificationChain
TimeCalendarPropertyTypeImpl. basicSetTimeCalendar(TimeCalendarType newTimeCalendar, NotificationChain msgs)
void
DocumentRootImpl. setTimeCalendar(TimeCalendarType newTimeCalendar)
void
TimeCalendarPropertyTypeImpl. setTimeCalendar(TimeCalendarType newTimeCalendar)
-
Uses of TimeCalendarType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeCalendarType Modifier and Type Method Description T
Gml311Switch. caseTimeCalendarType(TimeCalendarType object)
Returns the result of interpreting the object as an instance of 'Time Calendar Type'.boolean
Gml311Validator. validateTimeCalendarType(TimeCalendarType timeCalendarType, DiagnosticChain diagnostics, Map<Object,Object> context)
-