Uses of Class
org.citygml4j.jaxb.gml._3_1_1.StyleVariationType

Packages that use StyleVariationType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of StyleVariationType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return StyleVariationType
 StyleVariationType ObjectFactory.createStyleVariationType()
          Create an instance of StyleVariationType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type StyleVariationType
 java.util.List<StyleVariationType> BaseStyleDescriptorType.getStyleVariation()
          Gets the value of the styleVariation property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type StyleVariationType
 void BaseStyleDescriptorType.setStyleVariation(java.util.List<StyleVariationType> styleVariation)
          Sets the value of the styleVariation property.