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 TimeEdgeTypeGml311Factory. createTimeEdgeType()Returns a new object of class 'Time Edge Type'.TimeEdgeTypeDocumentRoot. getTimeEdge()Returns the value of the 'Time Edge' containment reference.TimeEdgeTypeTimeEdgePropertyType. 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 voidDocumentRoot. setTimeEdge(TimeEdgeType value)Sets the value of the 'Time Edge' containment reference.voidTimeEdgePropertyType. 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 classTimeEdgeTypeImplAn implementation of the model object 'Time Edge Type'.Fields in net.opengis.gml311.impl declared as TimeEdgeType Modifier and Type Field Description protected TimeEdgeTypeTimeEdgePropertyTypeImpl. timeEdgeThe cached value of the 'Time Edge' containment reference.Methods in net.opengis.gml311.impl that return TimeEdgeType Modifier and Type Method Description TimeEdgeTypeGml311FactoryImpl. createTimeEdgeType()TimeEdgeTypeDocumentRootImpl. getTimeEdge()TimeEdgeTypeTimeEdgePropertyTypeImpl. getTimeEdge()Methods in net.opengis.gml311.impl with parameters of type TimeEdgeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeEdge(TimeEdgeType newTimeEdge, NotificationChain msgs)NotificationChainTimeEdgePropertyTypeImpl. basicSetTimeEdge(TimeEdgeType newTimeEdge, NotificationChain msgs)voidDocumentRootImpl. setTimeEdge(TimeEdgeType newTimeEdge)voidTimeEdgePropertyTypeImpl. 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 TGml311Switch. caseTimeEdgeType(TimeEdgeType object)Returns the result of interpreting the object as an instance of 'Time Edge Type'.booleanGml311Validator. validateTimeEdgeType(TimeEdgeType timeEdgeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-