Uses of Class
org.citygml4j.jaxb.citygml.core._1.AbstractSiteType

Packages that use AbstractSiteType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml.bldg._1   
org.citygml4j.jaxb.citygml.core._1   
 

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

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

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

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

Uses of AbstractSiteType in org.citygml4j.jaxb.citygml.bldg._1
 

Subclasses of AbstractSiteType in org.citygml4j.jaxb.citygml.bldg._1
 class AbstractBuildingType
          Type describing the thematic and geometric attributes and the associations of buildings.
 class BuildingPartType
          Java-Klasse für BuildingPartType complex type.
 class BuildingType
          Java-Klasse für BuildingType complex type.
 

Uses of AbstractSiteType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return types with arguments of type AbstractSiteType
 javax.xml.bind.JAXBElement<AbstractSiteType> ObjectFactory.create_Site(AbstractSiteType value)
          Create an instance of JAXBElement<AbstractSiteType>}
 

Methods in org.citygml4j.jaxb.citygml.core._1 with parameters of type AbstractSiteType
 javax.xml.bind.JAXBElement<AbstractSiteType> ObjectFactory.create_Site(AbstractSiteType value)
          Create an instance of JAXBElement<AbstractSiteType>}