Uses of Interface
org.citygml4j.model.citygml.core.AbstractSite

Packages that use AbstractSite
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.core   
org.citygml4j.model.citygml.building   
org.citygml4j.util.walker   
 

Uses of AbstractSite in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type AbstractSite
 void Core040Marshaller.marshalSite(AbstractSite src, _SiteType dest)
           
 void Core100Marshaller.marshalSite(AbstractSite src, AbstractSiteType dest)
           
 

Uses of AbstractSite in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type AbstractSite
 void Core040Unmarshaller.unmarshalSite(_SiteType src, AbstractSite dest)
           
 void Core100Unmarshaller.unmarshalSite(AbstractSiteType src, AbstractSite dest)
           
 

Uses of AbstractSite in org.citygml4j.impl.citygml.building
 

Classes in org.citygml4j.impl.citygml.building that implement AbstractSite
 class AbstractBuildingImpl
           
 class BuildingImpl
           
 class BuildingPartImpl
           
 

Uses of AbstractSite in org.citygml4j.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement AbstractSite
 class AbstractSiteImpl
           
 

Uses of AbstractSite in org.citygml4j.model.citygml.building
 

Subinterfaces of AbstractSite in org.citygml4j.model.citygml.building
 interface AbstractBuilding
           
 interface Building
           
 interface BuildingPart
           
 

Uses of AbstractSite in org.citygml4j.util.walker
 

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