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

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

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

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

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

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

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

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