Uses of Class
org.citygml4j.jaxb.citygml._0_4.SquareType

Packages that use SquareType
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of SquareType in org.citygml4j.builder.jaxb.marshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return SquareType
 SquareType Transportation040Marshaller.marshalSquare(Square src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type SquareType
 void Transportation040Marshaller.marshalSquare(Square src, SquareType dest)
           
 

Uses of SquareType in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type SquareType
 Square Transportation040Unmarshaller.unmarshalSquare(SquareType src)
           
 void Transportation040Unmarshaller.unmarshalSquare(SquareType src, Square dest)
           
 

Uses of SquareType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return SquareType
 SquareType ObjectFactory.createSquareType()
          Create an instance of SquareType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type SquareType
 javax.xml.bind.JAXBElement<SquareType> ObjectFactory.createSquare(SquareType value)
          Create an instance of JAXBElement<SquareType>}
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type SquareType
 javax.xml.bind.JAXBElement<SquareType> ObjectFactory.createSquare(SquareType value)
          Create an instance of JAXBElement<SquareType>}