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 TimeInstantPropertyType
Gml311Factory. createTimeInstantPropertyType()
Returns a new object of class 'Time Instant Property Type'.TimeInstantPropertyType
TimePeriodType. getBegin()
Returns the value of the 'Begin' containment reference.TimeInstantPropertyType
TimePeriodType. getEnd()
Returns the value of the 'End' containment reference.TimeInstantPropertyType
TimeCoordinateSystemType. getOrigin()
Returns the value of the 'Origin' containment reference.TimeInstantPropertyType
TimeNodeType. getPosition()
Returns the value of the 'Position' containment reference.Methods in net.opengis.gml311 with parameters of type TimeInstantPropertyType Modifier and Type Method Description void
TimePeriodType. setBegin(TimeInstantPropertyType value)
Sets the value of the 'Begin
' containment reference.void
TimePeriodType. setEnd(TimeInstantPropertyType value)
Sets the value of the 'End
' containment reference.void
TimeCoordinateSystemType. setOrigin(TimeInstantPropertyType value)
Sets the value of the 'Origin
' containment reference.void
TimeNodeType. 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 class
TimeInstantPropertyTypeImpl
An implementation of the model object 'Time Instant Property Type'.Fields in net.opengis.gml311.impl declared as TimeInstantPropertyType Modifier and Type Field Description protected TimeInstantPropertyType
TimePeriodTypeImpl. begin
The cached value of the 'Begin
' containment reference.protected TimeInstantPropertyType
TimePeriodTypeImpl. end
The cached value of the 'End
' containment reference.protected TimeInstantPropertyType
TimeCoordinateSystemTypeImpl. origin
The cached value of the 'Origin
' containment reference.protected TimeInstantPropertyType
TimeNodeTypeImpl. position
The cached value of the 'Position
' containment reference.Methods in net.opengis.gml311.impl that return TimeInstantPropertyType Modifier and Type Method Description TimeInstantPropertyType
Gml311FactoryImpl. createTimeInstantPropertyType()
TimeInstantPropertyType
TimePeriodTypeImpl. getBegin()
TimeInstantPropertyType
TimePeriodTypeImpl. getEnd()
TimeInstantPropertyType
TimeCoordinateSystemTypeImpl. getOrigin()
TimeInstantPropertyType
TimeNodeTypeImpl. getPosition()
Methods in net.opengis.gml311.impl with parameters of type TimeInstantPropertyType Modifier and Type Method Description NotificationChain
TimePeriodTypeImpl. basicSetBegin(TimeInstantPropertyType newBegin, NotificationChain msgs)
NotificationChain
TimePeriodTypeImpl. basicSetEnd(TimeInstantPropertyType newEnd, NotificationChain msgs)
NotificationChain
TimeCoordinateSystemTypeImpl. basicSetOrigin(TimeInstantPropertyType newOrigin, NotificationChain msgs)
NotificationChain
TimeNodeTypeImpl. basicSetPosition(TimeInstantPropertyType newPosition, NotificationChain msgs)
void
TimePeriodTypeImpl. setBegin(TimeInstantPropertyType newBegin)
void
TimePeriodTypeImpl. setEnd(TimeInstantPropertyType newEnd)
void
TimeCoordinateSystemTypeImpl. setOrigin(TimeInstantPropertyType newOrigin)
void
TimeNodeTypeImpl. 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 T
Gml311Switch. caseTimeInstantPropertyType(TimeInstantPropertyType object)
Returns the result of interpreting the object as an instance of 'Time Instant Property Type'.boolean
Gml311Validator. validateTimeInstantPropertyType(TimeInstantPropertyType timeInstantPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-