Uses of Class
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.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 Building200Marshaller.marshalBuildingPart(BuildingPart src)
           
 BuildingPartType Building100Marshaller.marshalBuildingPart(BuildingPart src)
           
 void Building200Marshaller.marshalBuildingPart(BuildingPart src, BuildingPartType dest)
           
 void Building100Marshaller.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 Building200Unmarshaller.unmarshalBuildingPart(BuildingPartType src)
           
 BuildingPart Building100Unmarshaller.unmarshalBuildingPart(BuildingPartType src)
           
 

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

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 that return types with arguments of type BuildingPart
 java.lang.Class<BuildingPart> BuildingPartProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.building with parameters of type BuildingPart
BuildingPartProperty(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)