Uses of Class
org.citygml4j.jaxb.citygml.tran._1.SquareType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type SquareType
 void Transportation100Marshaller.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 Transportation100Unmarshaller.unmarshalSquare(SquareType src)
           
 void Transportation100Unmarshaller.unmarshalSquare(SquareType src, Square dest)
           
 

Uses of SquareType in org.citygml4j.jaxb.citygml.tran._1
 

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

Methods in org.citygml4j.jaxb.citygml.tran._1 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.tran._1 with parameters of type SquareType
 javax.xml.bind.JAXBElement<SquareType> ObjectFactory.createSquare(SquareType value)
          Create an instance of JAXBElement<SquareType>}