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 SequenceRuleTypeGml311Factory. createSequenceRuleType()Returns a new object of class 'Sequence Rule Type'.SequenceRuleTypeGridFunctionType. 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 voidGridFunctionType. 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 classSequenceRuleTypeImplAn implementation of the model object 'Sequence Rule Type'.Fields in net.opengis.gml311.impl declared as SequenceRuleType Modifier and Type Field Description protected SequenceRuleTypeGridFunctionTypeImpl. sequenceRuleThe cached value of the 'Sequence Rule' containment reference.Methods in net.opengis.gml311.impl that return SequenceRuleType Modifier and Type Method Description SequenceRuleTypeGml311FactoryImpl. createSequenceRuleType()SequenceRuleTypeGridFunctionTypeImpl. getSequenceRule()Methods in net.opengis.gml311.impl with parameters of type SequenceRuleType Modifier and Type Method Description NotificationChainGridFunctionTypeImpl. basicSetSequenceRule(SequenceRuleType newSequenceRule, NotificationChain msgs)voidGridFunctionTypeImpl. 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 TGml311Switch. caseSequenceRuleType(SequenceRuleType object)Returns the result of interpreting the object as an instance of 'Sequence Rule Type'.booleanGml311Validator. validateSequenceRuleType(SequenceRuleType sequenceRuleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-