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 StyleVariationType
Gml311Factory. 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 class
StyleVariationTypeImpl
An 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. styleVariation
The cached value of the 'Style Variation
' containment reference list.Methods in net.opengis.gml311.impl that return StyleVariationType Modifier and Type Method Description StyleVariationType
Gml311FactoryImpl. 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 T
Gml311Switch. caseStyleVariationType(StyleVariationType object)
Returns the result of interpreting the object as an instance of 'Style Variation Type'.boolean
Gml311Validator. validateStyleVariationType(StyleVariationType styleVariationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-