Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.AbstractBuildingType

Packages that use AbstractBuildingType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._1   
 

Uses of AbstractBuildingType in org.citygml4j.builder.jaxb.marshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type AbstractBuildingType
 void Building100Marshaller.marshalAbstractBuilding(AbstractBuilding src, AbstractBuildingType dest)
           
 

Uses of AbstractBuildingType in org.citygml4j.builder.jaxb.unmarshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type AbstractBuildingType
 void Building100Unmarshaller.unmarshalAbstractBuilding(AbstractBuildingType src, AbstractBuilding dest)
           
 

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

Subclasses of AbstractBuildingType in org.citygml4j.jaxb.citygml.bldg._1
 class BuildingPartType
          Java-Klasse für BuildingPartType complex type.
 class BuildingType
          Java-Klasse für BuildingType complex type.
 

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

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