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

Packages that use RectangleType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of RectangleType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return RectangleType
 RectangleType GMLMarshaller.marshalRectangle(Rectangle src)
           
 

Uses of RectangleType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type RectangleType
 Rectangle GMLUnmarshaller.unmarshalRectangle(RectangleType src)
           
 

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type RectangleType
 javax.xml.bind.JAXBElement<RectangleType> ObjectFactory.createRectangle(RectangleType value)
          Create an instance of JAXBElement<RectangleType>}