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

Packages that use AbstractSiteType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml.bldg._2   
org.citygml4j.jaxb.citygml.brid._2   
org.citygml4j.jaxb.citygml.core._2   
org.citygml4j.jaxb.citygml.tun._2   
 

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 Core200Marshaller.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 Core200Unmarshaller.unmarshalAbstractSite(AbstractSiteType src, AbstractSite dest)
           
 

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

Subclasses of AbstractSiteType in org.citygml4j.jaxb.citygml.bldg._2
 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.brid._2
 

Subclasses of AbstractSiteType in org.citygml4j.jaxb.citygml.brid._2
 class AbstractBridgeType
          Type describing the thematic and geometric attributes and the associations of bridges.
 class BridgePartType
          Java-Klasse für BridgePartType complex type.
 class BridgeType
          Java-Klasse für BridgeType complex type.
 

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

Methods in org.citygml4j.jaxb.citygml.core._2 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._2 with parameters of type AbstractSiteType
 javax.xml.bind.JAXBElement<AbstractSiteType> ObjectFactory.create_Site(AbstractSiteType value)
          Create an instance of JAXBElement<AbstractSiteType>}
 

Uses of AbstractSiteType in org.citygml4j.jaxb.citygml.tun._2
 

Subclasses of AbstractSiteType in org.citygml4j.jaxb.citygml.tun._2
 class AbstractTunnelType
          Abstract super class of the features Tunnel and TunnelPart Java-Klasse für AbstractTunnelType complex type.
 class TunnelPartType
          A Tunnel composed of structural segments differing in important geometrical or semantical properties can be separated into one Tunnel and additional TunnelParts.
 class TunnelType
          Horizontal or sloping underground or partly underground, enclosed way of some length (ISO 6707-1) Java-Klasse für TunnelType complex type.