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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.vegetation with parameters of type _VegetationObjectType
 void Vegetation040Marshaller.marshalVegetationObject(AbstractVegetationObject src, _VegetationObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation with parameters of type _VegetationObjectType
 void Vegetation040Unmarshaller.unmarshalVegetationObject(_VegetationObjectType src, AbstractVegetationObject dest)
           
 

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

Subclasses of _VegetationObjectType in org.citygml4j.jaxb.citygml._0_4
 class PlantCoverType
          Type describing Plant Covers resp.
 class SolitaryVegetationObjectType
          Type describing solitary vegetation objects, e.g., trees.
 

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

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