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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeometryStyleRef
 GeometryStyleRef ObjectFactory.createGeometryStyleRef(GeometryStylePropertyType value)
          Create an instance of GeometryStyleRef}
 

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

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