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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return FeatureStyleType
 FeatureStyleType ObjectFactory.createFeatureStyleType()
          Create an instance of FeatureStyleType
 FeatureStyleType FeatureStylePropertyType.getFeatureStyle()
          Gets the value of the featureStyle property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type FeatureStyleType
 javax.xml.bind.JAXBElement<FeatureStyleType> ObjectFactory.createFeatureStyle(FeatureStyleType value)
          Create an instance of JAXBElement<FeatureStyleType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type FeatureStyleType
 javax.xml.bind.JAXBElement<FeatureStyleType> ObjectFactory.createFeatureStyle(FeatureStyleType value)
          Create an instance of JAXBElement<FeatureStyleType>}
 void FeatureStylePropertyType.setFeatureStyle(FeatureStyleType value)
          Sets the value of the featureStyle property.