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 TimeInstantTypeGml311Factory. createTimeInstantType()Returns a new object of class 'Time Instant Type'.TimeInstantTypeDocumentRoot. getTimeInstant()Returns the value of the 'Time Instant' containment reference.TimeInstantTypeTimeInstantPropertyType. 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 voidDocumentRoot. setTimeInstant(TimeInstantType value)Sets the value of the 'Time Instant' containment reference.voidTimeInstantPropertyType. 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 classTimeInstantTypeImplAn implementation of the model object 'Time Instant Type'.Fields in net.opengis.gml311.impl declared as TimeInstantType Modifier and Type Field Description protected TimeInstantTypeTimeInstantPropertyTypeImpl. timeInstantThe cached value of the 'Time Instant' containment reference.Methods in net.opengis.gml311.impl that return TimeInstantType Modifier and Type Method Description TimeInstantTypeGml311FactoryImpl. createTimeInstantType()TimeInstantTypeDocumentRootImpl. getTimeInstant()TimeInstantTypeTimeInstantPropertyTypeImpl. getTimeInstant()Methods in net.opengis.gml311.impl with parameters of type TimeInstantType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeInstant(TimeInstantType newTimeInstant, NotificationChain msgs)NotificationChainTimeInstantPropertyTypeImpl. basicSetTimeInstant(TimeInstantType newTimeInstant, NotificationChain msgs)voidDocumentRootImpl. setTimeInstant(TimeInstantType newTimeInstant)voidTimeInstantPropertyTypeImpl. 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 TGml311Switch. caseTimeInstantType(TimeInstantType object)Returns the result of interpreting the object as an instance of 'Time Instant Type'.booleanGml311Validator. validateTimeInstantType(TimeInstantType timeInstantType, DiagnosticChain diagnostics, Map<Object,Object> context)
-