Uses of Interface
net.opengis.gml311.StyleVariationType
-
Packages that use StyleVariationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of StyleVariationType in net.opengis.gml311
Methods in net.opengis.gml311 that return StyleVariationType Modifier and Type Method Description StyleVariationTypeGml311Factory. createStyleVariationType()Returns a new object of class 'Style Variation Type'.Methods in net.opengis.gml311 that return types with arguments of type StyleVariationType Modifier and Type Method Description EList<StyleVariationType>BaseStyleDescriptorType. getStyleVariation()Returns the value of the 'Style Variation' containment reference list. -
Uses of StyleVariationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement StyleVariationType Modifier and Type Class Description classStyleVariationTypeImplAn implementation of the model object 'Style Variation Type'.Fields in net.opengis.gml311.impl with type parameters of type StyleVariationType Modifier and Type Field Description protected EList<StyleVariationType>BaseStyleDescriptorTypeImpl. styleVariationThe cached value of the 'Style Variation' containment reference list.Methods in net.opengis.gml311.impl that return StyleVariationType Modifier and Type Method Description StyleVariationTypeGml311FactoryImpl. createStyleVariationType()Methods in net.opengis.gml311.impl that return types with arguments of type StyleVariationType Modifier and Type Method Description EList<StyleVariationType>BaseStyleDescriptorTypeImpl. getStyleVariation() -
Uses of StyleVariationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type StyleVariationType Modifier and Type Method Description TGml311Switch. caseStyleVariationType(StyleVariationType object)Returns the result of interpreting the object as an instance of 'Style Variation Type'.booleanGml311Validator. validateStyleVariationType(StyleVariationType styleVariationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-