Uses of Class
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.model.citygml.bridge   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.tunnel   
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 Core200Marshaller.marshalAbstractSite(AbstractSite src, AbstractSiteType dest)
           
 void Core100Marshaller.marshalAbstractSite(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 Core200Unmarshaller.unmarshalAbstractSite(AbstractSiteType src, AbstractSite dest)
           
 void Core100Unmarshaller.unmarshalAbstractSite(AbstractSiteType src, AbstractSite dest)
           
 

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

Subclasses of AbstractSite in org.citygml4j.model.citygml.bridge
 class AbstractBridge
           
 class Bridge
           
 class BridgePart
           
 

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

Subclasses of AbstractSite in org.citygml4j.model.citygml.building
 class AbstractBuilding
           
 class Building
           
 class BuildingPart
           
 

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

Subclasses of AbstractSite in org.citygml4j.model.citygml.tunnel
 class AbstractTunnel
           
 class Tunnel
           
 class TunnelPart
           
 

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)