Uses of Class
org.citygml4j.model.citygml.landuse.LandUse

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

Uses of LandUse in org.citygml4j.builder.jaxb.marshal.citygml.landuse
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.landuse with parameters of type LandUse
 LandUseType LandUse200Marshaller.marshalLandUse(LandUse src)
           
 LandUseType LandUse100Marshaller.marshalLandUse(LandUse src)
           
 void LandUse200Marshaller.marshalLandUse(LandUse src, LandUseType dest)
           
 void LandUse100Marshaller.marshalLandUse(LandUse src, LandUseType dest)
           
 

Uses of LandUse in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse that return LandUse
 LandUse LandUse200Unmarshaller.unmarshalLandUse(LandUseType src)
           
 LandUse LandUse100Unmarshaller.unmarshalLandUse(LandUseType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse with parameters of type LandUse
 void LandUse200Unmarshaller.unmarshalLandUse(LandUseType src, LandUse dest)
           
 void LandUse100Unmarshaller.unmarshalLandUse(LandUseType src, LandUse dest)
           
 

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

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

Uses of LandUse in org.citygml4j.util.walker
 

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