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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeometryStyleType
 GeometryStyleType ObjectFactory.createGeometryStyleType()
          Create an instance of GeometryStyleType
 GeometryStyleType GeometryStylePropertyType.getGeometryStyle()
          Gets the value of the geometryStyle property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GeometryStyleType
 javax.xml.bind.JAXBElement<GeometryStyleType> ObjectFactory.createGeometryStyle(GeometryStyleType value)
          Create an instance of JAXBElement<GeometryStyleType>}
 void GeometryStylePropertyType.setGeometryStyle(GeometryStyleType value)
          Sets the value of the geometryStyle property.