Uses of Interface
org.citygml4j.model.citygml.building.BuildingPart

Packages that use BuildingPart
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.model.citygml.building   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type BuildingPart
 BuildingPartType Building100Marshaller.marshalBuildingPart(BuildingPart src)
           
 BuildingPartType Building040Marshaller.marshalBuildingPart(BuildingPart src)
           
 void Building100Marshaller.marshalBuildingPart(BuildingPart src, BuildingPartType dest)
           
 void Building040Marshaller.marshalBuildingPart(BuildingPart src, BuildingPartType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return BuildingPart
 BuildingPart Building100Unmarshaller.unmarshalBuildingPart(BuildingPartType src)
           
 BuildingPart Building040Unmarshaller.unmarshalBuildingPart(BuildingPartType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type BuildingPart
 void Building100Unmarshaller.unmarshalBuildingPart(BuildingPartType src, BuildingPart dest)
           
 void Building040Unmarshaller.unmarshalBuildingPart(BuildingPartType src, BuildingPart dest)
           
 

Uses of BuildingPart in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BuildingPart
 BuildingPart CityGMLFactory.createBuildingPart()
           
 

Methods in org.citygml4j.factory with parameters of type BuildingPart
 BuildingPartProperty CityGMLFactory.createBuildingPartProperty(BuildingPart buildingPart)
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement BuildingPart
 class BuildingPartImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return BuildingPart
 BuildingPart BuildingPartPropertyImpl.getBuildingPart()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type BuildingPart
 void BuildingPartPropertyImpl.setBuildingPart(BuildingPart buildingPart)
           
 

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

Methods in org.citygml4j.model.citygml.building that return BuildingPart
 BuildingPart BuildingPartProperty.getBuildingPart()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type BuildingPart
 void BuildingPartProperty.setBuildingPart(BuildingPart buildingPart)
           
 

Uses of BuildingPart in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type BuildingPart
 T FeatureFunctor.apply(BuildingPart buildingPart)
           
 void FeatureVisitor.visit(BuildingPart buildingPart)
           
 

Uses of BuildingPart in org.citygml4j.util.walker
 

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