Uses of Interface
net.opengis.gml311.TimeInstantType
-
Packages that use TimeInstantType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeInstantType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeInstantType Modifier and Type Method Description TimeInstantType
Gml311Factory. createTimeInstantType()
Returns a new object of class 'Time Instant Type'.TimeInstantType
DocumentRoot. getTimeInstant()
Returns the value of the 'Time Instant' containment reference.TimeInstantType
TimeInstantPropertyType. getTimeInstant()
Returns the value of the 'Time Instant' containment reference.Methods in net.opengis.gml311 with parameters of type TimeInstantType Modifier and Type Method Description void
DocumentRoot. setTimeInstant(TimeInstantType value)
Sets the value of the 'Time Instant
' containment reference.void
TimeInstantPropertyType. setTimeInstant(TimeInstantType value)
Sets the value of the 'Time Instant
' containment reference. -
Uses of TimeInstantType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeInstantType Modifier and Type Class Description class
TimeInstantTypeImpl
An implementation of the model object 'Time Instant Type'.Fields in net.opengis.gml311.impl declared as TimeInstantType Modifier and Type Field Description protected TimeInstantType
TimeInstantPropertyTypeImpl. timeInstant
The cached value of the 'Time Instant
' containment reference.Methods in net.opengis.gml311.impl that return TimeInstantType Modifier and Type Method Description TimeInstantType
Gml311FactoryImpl. createTimeInstantType()
TimeInstantType
DocumentRootImpl. getTimeInstant()
TimeInstantType
TimeInstantPropertyTypeImpl. getTimeInstant()
Methods in net.opengis.gml311.impl with parameters of type TimeInstantType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeInstant(TimeInstantType newTimeInstant, NotificationChain msgs)
NotificationChain
TimeInstantPropertyTypeImpl. basicSetTimeInstant(TimeInstantType newTimeInstant, NotificationChain msgs)
void
DocumentRootImpl. setTimeInstant(TimeInstantType newTimeInstant)
void
TimeInstantPropertyTypeImpl. setTimeInstant(TimeInstantType newTimeInstant)
-
Uses of TimeInstantType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeInstantType Modifier and Type Method Description T
Gml311Switch. caseTimeInstantType(TimeInstantType object)
Returns the result of interpreting the object as an instance of 'Time Instant Type'.boolean
Gml311Validator. validateTimeInstantType(TimeInstantType timeInstantType, DiagnosticChain diagnostics, Map<Object,Object> context)
-