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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return TinType
 TinType GMLMarshaller.marshalTin(Tin src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type TinType
 Tin GMLUnmarshaller.unmarshalTin(TinType src)
           
 

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

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

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

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