Uses of Interface
net.opengis.gml311.TimeEdgePropertyType
Packages that use TimeEdgePropertyType
-
Uses of TimeEdgePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeEdgePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createTimeEdgePropertyType()
Returns a new object of class 'Time Edge Property Type'.Methods in net.opengis.gml311 that return types with arguments of type TimeEdgePropertyTypeModifier and TypeMethodDescriptionEList<TimeEdgePropertyType>
TimeNodeType.getNextEdge()
Returns the value of the 'Next Edge' containment reference list.EList<TimeEdgePropertyType>
TimeNodeType.getPreviousEdge()
Returns the value of the 'Previous Edge' containment reference list. -
Uses of TimeEdgePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeEdgePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Edge Property Type'.Fields in net.opengis.gml311.impl with type parameters of type TimeEdgePropertyTypeModifier and TypeFieldDescriptionprotected EList<TimeEdgePropertyType>
TimeNodeTypeImpl.nextEdge
The cached value of the 'Next Edge
' containment reference list.protected EList<TimeEdgePropertyType>
TimeNodeTypeImpl.previousEdge
The cached value of the 'Previous Edge
' containment reference list.Methods in net.opengis.gml311.impl that return TimeEdgePropertyTypeMethods in net.opengis.gml311.impl that return types with arguments of type TimeEdgePropertyTypeModifier and TypeMethodDescriptionEList<TimeEdgePropertyType>
TimeNodeTypeImpl.getNextEdge()
EList<TimeEdgePropertyType>
TimeNodeTypeImpl.getPreviousEdge()
-
Uses of TimeEdgePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeEdgePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeEdgePropertyType
(TimeEdgePropertyType object) Returns the result of interpreting the object as an instance of 'Time Edge Property Type'.boolean
Gml311Validator.validateTimeEdgePropertyType
(TimeEdgePropertyType timeEdgePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)