Uses of Interface
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.factory   
org.citygml4j.impl.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 LandUse100Marshaller.marshalLandUse(LandUse src)
           
 LandUseType LandUse040Marshaller.marshalLandUse(LandUse src)
           
 void LandUse100Marshaller.marshalLandUse(LandUse src, LandUseType dest)
           
 void LandUse040Marshaller.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 LandUse100Unmarshaller.unmarshalLandUse(LandUseType src)
           
 LandUse LandUse040Unmarshaller.unmarshalLandUse(LandUseType src)
           
 

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

Uses of LandUse in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LandUse
 LandUse CityGMLFactory.createLandUse()
           
 

Uses of LandUse in org.citygml4j.impl.citygml.landuse
 

Classes in org.citygml4j.impl.citygml.landuse that implement LandUse
 class LandUseImpl
           
 

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)