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

Packages that use LandUseType
org.citygml4j.builder.jaxb.marshal.citygml.landuse   
org.citygml4j.builder.jaxb.unmarshal.citygml.landuse   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of LandUseType in org.citygml4j.builder.jaxb.marshal.citygml.landuse
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.landuse that return LandUseType
 LandUseType LandUse040Marshaller.marshalLandUse(LandUse src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.landuse with parameters of type LandUseType
 void LandUse040Marshaller.marshalLandUse(LandUse src, LandUseType dest)
           
 

Uses of LandUseType in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse with parameters of type LandUseType
 LandUse LandUse040Unmarshaller.unmarshalLandUse(LandUseType src)
           
 void LandUse040Unmarshaller.unmarshalLandUse(LandUseType src, LandUse dest)
           
 

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

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

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

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