Uses of Class
org.citygml4j.jaxb.citygml.veg._2.PlantCoverType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.vegetation with parameters of type PlantCoverType
 void Vegetation200Marshaller.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 Vegetation200Unmarshaller.unmarshalPlantCover(PlantCoverType src)
           
 void Vegetation200Unmarshaller.unmarshalPlantCover(PlantCoverType src, PlantCover dest)
           
 

Uses of PlantCoverType in org.citygml4j.jaxb.citygml.veg._2
 

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

Methods in org.citygml4j.jaxb.citygml.veg._2 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.veg._2 with parameters of type PlantCoverType
 javax.xml.bind.JAXBElement<PlantCoverType> ObjectFactory.createPlantCover(PlantCoverType value)
          Create an instance of JAXBElement<PlantCoverType>}