Uses of Interface
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.factory   
org.citygml4j.impl.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 Vegetation100Marshaller.marshalSolitaryVegetationObject(SolitaryVegetationObject src)
           
 SolitaryVegetationObjectType Vegetation040Marshaller.marshalSolitaryVegetationObject(SolitaryVegetationObject src)
           
 void Vegetation100Marshaller.marshalSolitaryVegetationObject(SolitaryVegetationObject src, SolitaryVegetationObjectType dest)
           
 void Vegetation040Marshaller.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 Vegetation100Unmarshaller.unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src)
           
 SolitaryVegetationObject Vegetation040Unmarshaller.unmarshalSolitaryVegetationObject(SolitaryVegetationObjectType src)
           
 

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

Uses of SolitaryVegetationObject in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return SolitaryVegetationObject
 SolitaryVegetationObject CityGMLFactory.createSolitaryVegetationObject()
           
 

Uses of SolitaryVegetationObject in org.citygml4j.impl.citygml.vegetation
 

Classes in org.citygml4j.impl.citygml.vegetation that implement SolitaryVegetationObject
 class SolitaryVegetationObjectImpl
           
 

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)