Uses of Interface
net.opengis.gml311.SequenceRuleType
-
Packages that use SequenceRuleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SequenceRuleType in net.opengis.gml311
Methods in net.opengis.gml311 that return SequenceRuleType Modifier and Type Method Description SequenceRuleType
Gml311Factory. createSequenceRuleType()
Returns a new object of class 'Sequence Rule Type'.SequenceRuleType
GridFunctionType. getSequenceRule()
Returns the value of the 'Sequence Rule' containment reference.Methods in net.opengis.gml311 with parameters of type SequenceRuleType Modifier and Type Method Description void
GridFunctionType. setSequenceRule(SequenceRuleType value)
Sets the value of the 'Sequence Rule
' containment reference. -
Uses of SequenceRuleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SequenceRuleType Modifier and Type Class Description class
SequenceRuleTypeImpl
An implementation of the model object 'Sequence Rule Type'.Fields in net.opengis.gml311.impl declared as SequenceRuleType Modifier and Type Field Description protected SequenceRuleType
GridFunctionTypeImpl. sequenceRule
The cached value of the 'Sequence Rule
' containment reference.Methods in net.opengis.gml311.impl that return SequenceRuleType Modifier and Type Method Description SequenceRuleType
Gml311FactoryImpl. createSequenceRuleType()
SequenceRuleType
GridFunctionTypeImpl. getSequenceRule()
Methods in net.opengis.gml311.impl with parameters of type SequenceRuleType Modifier and Type Method Description NotificationChain
GridFunctionTypeImpl. basicSetSequenceRule(SequenceRuleType newSequenceRule, NotificationChain msgs)
void
GridFunctionTypeImpl. setSequenceRule(SequenceRuleType newSequenceRule)
-
Uses of SequenceRuleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SequenceRuleType Modifier and Type Method Description T
Gml311Switch. caseSequenceRuleType(SequenceRuleType object)
Returns the result of interpreting the object as an instance of 'Sequence Rule Type'.boolean
Gml311Validator. validateSequenceRuleType(SequenceRuleType sequenceRuleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-