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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TopologyStyleRef
 TopologyStyleRef ObjectFactory.createTopologyStyleRef(TopologyStylePropertyType value)
          Create an instance of TopologyStyleRef}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TopologyStyleRef
 java.util.List<TopologyStyleRef> FeatureStyleType.getTopologyStyle()
          Gets the value of the topologyStyle property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type TopologyStyleRef
 void FeatureStyleType.setTopologyStyle(java.util.List<TopologyStyleRef> topologyStyle)
          Sets the value of the topologyStyle property.