Uses of Interface
net.opengis.gml311.TimeEdgePropertyType
-
Packages that use TimeEdgePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeEdgePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeEdgePropertyType Modifier and Type Method Description TimeEdgePropertyTypeGml311Factory. createTimeEdgePropertyType()Returns a new object of class 'Time Edge Property Type'.Methods in net.opengis.gml311 that return types with arguments of type TimeEdgePropertyType Modifier and Type Method Description EList<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 TimeEdgePropertyType Modifier and Type Class Description classTimeEdgePropertyTypeImplAn implementation of the model object 'Time Edge Property Type'.Fields in net.opengis.gml311.impl with type parameters of type TimeEdgePropertyType Modifier and Type Field Description protected EList<TimeEdgePropertyType>TimeNodeTypeImpl. nextEdgeThe cached value of the 'Next Edge' containment reference list.protected EList<TimeEdgePropertyType>TimeNodeTypeImpl. previousEdgeThe cached value of the 'Previous Edge' containment reference list.Methods in net.opengis.gml311.impl that return TimeEdgePropertyType Modifier and Type Method Description TimeEdgePropertyTypeGml311FactoryImpl. createTimeEdgePropertyType()Methods in net.opengis.gml311.impl that return types with arguments of type TimeEdgePropertyType Modifier and Type Method Description EList<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 TimeEdgePropertyType Modifier and Type Method Description TGml311Switch. caseTimeEdgePropertyType(TimeEdgePropertyType object)Returns the result of interpreting the object as an instance of 'Time Edge Property Type'.booleanGml311Validator. validateTimeEdgePropertyType(TimeEdgePropertyType timeEdgePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-