Uses of Class
org.citygml4j.model.citygml.vegetation.SolitaryVegetationObject

Packages that use SolitaryVegetationObject
org.citygml4j.builder.jaxb.marshal.citygml.vegetation   
org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.vegetation with parameters of type SolitaryVegetationObject
 SolitaryVegetationObjectType Vegetation200Marshaller.marshalSolitaryVegetationObject(SolitaryVegetationObject src)
           
 SolitaryVegetationObjectType Vegetation100Marshaller.marshalSolitaryVegetationObject(SolitaryVegetationObject src)
           
 void Vegetation200Marshaller.marshalSolitaryVegetationObject(SolitaryVegetationObject src, SolitaryVegetationObjectType dest)
           
 void Vegetation100Marshaller.marshalSolitaryVegetationObject(SolitaryVegetationObject src, SolitaryVegetationObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation that return SolitaryVegetationObject
 SolitaryVegetationObject Vegetation200Unmarshaller.unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src)
           
 SolitaryVegetationObject Vegetation100Unmarshaller.unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation with parameters of type SolitaryVegetationObject
 void Vegetation200Unmarshaller.unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, SolitaryVegetationObject dest)
           
 void Vegetation100Unmarshaller.unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src, SolitaryVegetationObject dest)
           
 

Uses of SolitaryVegetationObject in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type SolitaryVegetationObject
 T FeatureFunctor.apply(SolitaryVegetationObject solitaryVegetationObject)
           
 void FeatureVisitor.visit(SolitaryVegetationObject solitaryVegetationObject)
           
 

Uses of SolitaryVegetationObject in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type SolitaryVegetationObject
 T GMLFunctionWalker.apply(SolitaryVegetationObject solitaryVegetationObject)
           
 T FeatureFunctionWalker.apply(SolitaryVegetationObject solitaryVegetationObject)
           
 void GMLWalker.visit(SolitaryVegetationObject solitaryVegetationObject)
           
 void FeatureWalker.visit(SolitaryVegetationObject solitaryVegetationObject)