Uses of Interface
net.opengis.fes20.TemporalOperandsType
-
Packages that use TemporalOperandsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of TemporalOperandsType in net.opengis.fes20
Methods in net.opengis.fes20 that return TemporalOperandsType Modifier and Type Method Description TemporalOperandsTypeFes20Factory. createTemporalOperandsType()Returns a new object of class 'Temporal Operands Type'.TemporalOperandsTypeTemporalCapabilitiesType. getTemporalOperands()Returns the value of the 'Temporal Operands' containment reference.TemporalOperandsTypeTemporalOperatorType. getTemporalOperands()Returns the value of the 'Temporal Operands' containment reference.Methods in net.opengis.fes20 with parameters of type TemporalOperandsType Modifier and Type Method Description voidTemporalCapabilitiesType. setTemporalOperands(TemporalOperandsType value)Sets the value of the 'Temporal Operands' containment reference.voidTemporalOperatorType. setTemporalOperands(TemporalOperandsType value)Sets the value of the 'Temporal Operands' containment reference. -
Uses of TemporalOperandsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement TemporalOperandsType Modifier and Type Class Description classTemporalOperandsTypeImplAn implementation of the model object 'Temporal Operands Type'.Fields in net.opengis.fes20.impl declared as TemporalOperandsType Modifier and Type Field Description protected TemporalOperandsTypeTemporalCapabilitiesTypeImpl. temporalOperandsThe cached value of the 'Temporal Operands' containment reference.protected TemporalOperandsTypeTemporalOperatorTypeImpl. temporalOperandsThe cached value of the 'Temporal Operands' containment reference.Methods in net.opengis.fes20.impl that return TemporalOperandsType Modifier and Type Method Description TemporalOperandsTypeFes20FactoryImpl. createTemporalOperandsType()TemporalOperandsTypeTemporalCapabilitiesTypeImpl. getTemporalOperands()TemporalOperandsTypeTemporalOperatorTypeImpl. getTemporalOperands()Methods in net.opengis.fes20.impl with parameters of type TemporalOperandsType Modifier and Type Method Description NotificationChainTemporalCapabilitiesTypeImpl. basicSetTemporalOperands(TemporalOperandsType newTemporalOperands, NotificationChain msgs)NotificationChainTemporalOperatorTypeImpl. basicSetTemporalOperands(TemporalOperandsType newTemporalOperands, NotificationChain msgs)voidTemporalCapabilitiesTypeImpl. setTemporalOperands(TemporalOperandsType newTemporalOperands)voidTemporalOperatorTypeImpl. setTemporalOperands(TemporalOperandsType newTemporalOperands) -
Uses of TemporalOperandsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type TemporalOperandsType Modifier and Type Method Description TFes20Switch. caseTemporalOperandsType(TemporalOperandsType object)Returns the result of interpreting the object as an instance of 'Temporal Operands Type'.booleanFes20Validator. validateTemporalOperandsType(TemporalOperandsType temporalOperandsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-