Uses of Interface
net.opengis.gml311.TimeEdgeType
-
Packages that use TimeEdgeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeEdgeType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeEdgeType Modifier and Type Method Description TimeEdgeType
Gml311Factory. createTimeEdgeType()
Returns a new object of class 'Time Edge Type'.TimeEdgeType
DocumentRoot. getTimeEdge()
Returns the value of the 'Time Edge' containment reference.TimeEdgeType
TimeEdgePropertyType. getTimeEdge()
Returns the value of the 'Time Edge' containment reference.Methods in net.opengis.gml311 with parameters of type TimeEdgeType Modifier and Type Method Description void
DocumentRoot. setTimeEdge(TimeEdgeType value)
Sets the value of the 'Time Edge
' containment reference.void
TimeEdgePropertyType. setTimeEdge(TimeEdgeType value)
Sets the value of the 'Time Edge
' containment reference. -
Uses of TimeEdgeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeEdgeType Modifier and Type Class Description class
TimeEdgeTypeImpl
An implementation of the model object 'Time Edge Type'.Fields in net.opengis.gml311.impl declared as TimeEdgeType Modifier and Type Field Description protected TimeEdgeType
TimeEdgePropertyTypeImpl. timeEdge
The cached value of the 'Time Edge
' containment reference.Methods in net.opengis.gml311.impl that return TimeEdgeType Modifier and Type Method Description TimeEdgeType
Gml311FactoryImpl. createTimeEdgeType()
TimeEdgeType
DocumentRootImpl. getTimeEdge()
TimeEdgeType
TimeEdgePropertyTypeImpl. getTimeEdge()
Methods in net.opengis.gml311.impl with parameters of type TimeEdgeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeEdge(TimeEdgeType newTimeEdge, NotificationChain msgs)
NotificationChain
TimeEdgePropertyTypeImpl. basicSetTimeEdge(TimeEdgeType newTimeEdge, NotificationChain msgs)
void
DocumentRootImpl. setTimeEdge(TimeEdgeType newTimeEdge)
void
TimeEdgePropertyTypeImpl. setTimeEdge(TimeEdgeType newTimeEdge)
-
Uses of TimeEdgeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeEdgeType Modifier and Type Method Description T
Gml311Switch. caseTimeEdgeType(TimeEdgeType object)
Returns the result of interpreting the object as an instance of 'Time Edge Type'.boolean
Gml311Validator. validateTimeEdgeType(TimeEdgeType timeEdgeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-