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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return FeatureStyleRef
 FeatureStyleRef ObjectFactory.createFeatureStyleRef(FeatureStylePropertyType value)
          Create an instance of FeatureStyleRef}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type FeatureStyleRef
 java.util.List<FeatureStyleRef> StyleType.getFeatureStyle()
          Gets the value of the featureStyle property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type FeatureStyleRef
 void StyleType.setFeatureStyle(java.util.List<FeatureStyleRef> featureStyle)
          Sets the value of the featureStyle property.