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

Packages that use PlantCoverType
org.citygml4j.builder.jaxb.marshal.citygml.vegetation   
org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of PlantCoverType in org.citygml4j.builder.jaxb.marshal.citygml.vegetation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.vegetation that return PlantCoverType
 PlantCoverType Vegetation040Marshaller.marshalPlantCover(PlantCover src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.vegetation with parameters of type PlantCoverType
 void Vegetation040Marshaller.marshalPlantCover(PlantCover src, PlantCoverType dest)
           
 

Uses of PlantCoverType in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation with parameters of type PlantCoverType
 PlantCover Vegetation040Unmarshaller.unmarshalPlantCover(PlantCoverType src)
           
 void Vegetation040Unmarshaller.unmarshalPlantCover(PlantCoverType src, PlantCover dest)
           
 

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

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

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

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