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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GraphStylePropertyType
 GraphStyleRef ObjectFactory.createGraphStyleRef(GraphStylePropertyType value)
          Create an instance of GraphStyleRef}
 

Constructors in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GraphStylePropertyType
GraphStyleRef(GraphStylePropertyType value)