Uses of Interface
net.opengis.gml311.TimeInstantPropertyType
-
Packages that use TimeInstantPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeInstantPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeInstantPropertyType Modifier and Type Method Description TimeInstantPropertyTypeGml311Factory. createTimeInstantPropertyType()Returns a new object of class 'Time Instant Property Type'.TimeInstantPropertyTypeTimePeriodType. getBegin()Returns the value of the 'Begin' containment reference.TimeInstantPropertyTypeTimePeriodType. getEnd()Returns the value of the 'End' containment reference.TimeInstantPropertyTypeTimeCoordinateSystemType. getOrigin()Returns the value of the 'Origin' containment reference.TimeInstantPropertyTypeTimeNodeType. getPosition()Returns the value of the 'Position' containment reference.Methods in net.opengis.gml311 with parameters of type TimeInstantPropertyType Modifier and Type Method Description voidTimePeriodType. setBegin(TimeInstantPropertyType value)Sets the value of the 'Begin' containment reference.voidTimePeriodType. setEnd(TimeInstantPropertyType value)Sets the value of the 'End' containment reference.voidTimeCoordinateSystemType. setOrigin(TimeInstantPropertyType value)Sets the value of the 'Origin' containment reference.voidTimeNodeType. setPosition(TimeInstantPropertyType value)Sets the value of the 'Position' containment reference. -
Uses of TimeInstantPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeInstantPropertyType Modifier and Type Class Description classTimeInstantPropertyTypeImplAn implementation of the model object 'Time Instant Property Type'.Fields in net.opengis.gml311.impl declared as TimeInstantPropertyType Modifier and Type Field Description protected TimeInstantPropertyTypeTimePeriodTypeImpl. beginThe cached value of the 'Begin' containment reference.protected TimeInstantPropertyTypeTimePeriodTypeImpl. endThe cached value of the 'End' containment reference.protected TimeInstantPropertyTypeTimeCoordinateSystemTypeImpl. originThe cached value of the 'Origin' containment reference.protected TimeInstantPropertyTypeTimeNodeTypeImpl. positionThe cached value of the 'Position' containment reference.Methods in net.opengis.gml311.impl that return TimeInstantPropertyType Modifier and Type Method Description TimeInstantPropertyTypeGml311FactoryImpl. createTimeInstantPropertyType()TimeInstantPropertyTypeTimePeriodTypeImpl. getBegin()TimeInstantPropertyTypeTimePeriodTypeImpl. getEnd()TimeInstantPropertyTypeTimeCoordinateSystemTypeImpl. getOrigin()TimeInstantPropertyTypeTimeNodeTypeImpl. getPosition()Methods in net.opengis.gml311.impl with parameters of type TimeInstantPropertyType Modifier and Type Method Description NotificationChainTimePeriodTypeImpl. basicSetBegin(TimeInstantPropertyType newBegin, NotificationChain msgs)NotificationChainTimePeriodTypeImpl. basicSetEnd(TimeInstantPropertyType newEnd, NotificationChain msgs)NotificationChainTimeCoordinateSystemTypeImpl. basicSetOrigin(TimeInstantPropertyType newOrigin, NotificationChain msgs)NotificationChainTimeNodeTypeImpl. basicSetPosition(TimeInstantPropertyType newPosition, NotificationChain msgs)voidTimePeriodTypeImpl. setBegin(TimeInstantPropertyType newBegin)voidTimePeriodTypeImpl. setEnd(TimeInstantPropertyType newEnd)voidTimeCoordinateSystemTypeImpl. setOrigin(TimeInstantPropertyType newOrigin)voidTimeNodeTypeImpl. setPosition(TimeInstantPropertyType newPosition) -
Uses of TimeInstantPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeInstantPropertyType Modifier and Type Method Description TGml311Switch. caseTimeInstantPropertyType(TimeInstantPropertyType object)Returns the result of interpreting the object as an instance of 'Time Instant Property Type'.booleanGml311Validator. validateTimeInstantPropertyType(TimeInstantPropertyType timeInstantPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-