Uses of Class
org.citygml4j.model.gml.geometry.primitives.SolidProperty

Packages that use SolidProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.bridge   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.complexes   
 

Uses of SolidProperty in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SolidProperty
 SolidPropertyType GMLMarshaller.marshalSolidProperty(SolidProperty src)
           
 

Uses of SolidProperty in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SolidProperty
 SolidProperty GMLUnmarshaller.unmarshalSolidProperty(SolidPropertyType src)
           
 

Uses of SolidProperty in org.citygml4j.model.citygml.bridge
 

Methods in org.citygml4j.model.citygml.bridge that return SolidProperty
 SolidProperty AbstractBridge.getLod1Solid()
           
 SolidProperty AbstractBridge.getLod2Solid()
           
 SolidProperty AbstractBridge.getLod3Solid()
           
 SolidProperty BridgeRoom.getLod4Solid()
           
 SolidProperty AbstractBridge.getLod4Solid()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type SolidProperty
 void AbstractBridge.setLod1Solid(SolidProperty lod1Solid)
           
 void AbstractBridge.setLod2Solid(SolidProperty lod2Solid)
           
 void AbstractBridge.setLod3Solid(SolidProperty lod3Solid)
           
 void BridgeRoom.setLod4Solid(SolidProperty lod4Solid)
           
 void AbstractBridge.setLod4Solid(SolidProperty lod4Solid)
           
 

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

Methods in org.citygml4j.model.citygml.building that return SolidProperty
 SolidProperty AbstractBuilding.getLod1Solid()
           
 SolidProperty AbstractBuilding.getLod2Solid()
           
 SolidProperty AbstractBuilding.getLod3Solid()
           
 SolidProperty Room.getLod4Solid()
           
 SolidProperty AbstractBuilding.getLod4Solid()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type SolidProperty
 void AbstractBuilding.setLod1Solid(SolidProperty lod1Solid)
           
 void AbstractBuilding.setLod2Solid(SolidProperty lod2Solid)
           
 void AbstractBuilding.setLod3Solid(SolidProperty lod3Solid)
           
 void Room.setLod4Solid(SolidProperty lod4Solid)
           
 void AbstractBuilding.setLod4Solid(SolidProperty lod4Solid)
           
 

Uses of SolidProperty in org.citygml4j.model.citygml.tunnel
 

Methods in org.citygml4j.model.citygml.tunnel that return SolidProperty
 SolidProperty AbstractTunnel.getLod1Solid()
           
 SolidProperty AbstractTunnel.getLod2Solid()
           
 SolidProperty AbstractTunnel.getLod3Solid()
           
 SolidProperty HollowSpace.getLod4Solid()
           
 SolidProperty AbstractTunnel.getLod4Solid()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type SolidProperty
 void AbstractTunnel.setLod1Solid(SolidProperty lod1Solid)
           
 void AbstractTunnel.setLod2Solid(SolidProperty lod2Solid)
           
 void AbstractTunnel.setLod3Solid(SolidProperty lod3Solid)
           
 void HollowSpace.setLod4Solid(SolidProperty lod4Solid)
           
 void AbstractTunnel.setLod4Solid(SolidProperty lod4Solid)
           
 

Uses of SolidProperty in org.citygml4j.model.citygml.waterbody
 

Methods in org.citygml4j.model.citygml.waterbody that return SolidProperty
 SolidProperty WaterBody.getLod1Solid()
           
 SolidProperty WaterBody.getLod2Solid()
           
 SolidProperty WaterBody.getLod3Solid()
           
 SolidProperty WaterBody.getLod4Solid()
           
 

Methods in org.citygml4j.model.citygml.waterbody with parameters of type SolidProperty
 void WaterBody.setLod1Solid(SolidProperty lod1Solid)
           
 void WaterBody.setLod2Solid(SolidProperty lod2Solid)
           
 void WaterBody.setLod3Solid(SolidProperty lod3Solid)
           
 void WaterBody.setLod4Solid(SolidProperty lod4Solid)
           
 

Uses of SolidProperty in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return types with arguments of type SolidProperty
 java.util.List<SolidProperty> MultiSolid.getSolidMember()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type SolidProperty
 void MultiSolid.addSolidMember(SolidProperty solidMember)
           
 boolean MultiSolid.unsetSolidMember(SolidProperty solidMember)
           
 

Method parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type SolidProperty
 void MultiSolid.setSolidMember(java.util.List<SolidProperty> solidMember)
           
 

Uses of SolidProperty in org.citygml4j.model.gml.geometry.complexes
 

Methods in org.citygml4j.model.gml.geometry.complexes that return types with arguments of type SolidProperty
 java.util.List<SolidProperty> CompositeSolid.getSolidMember()
           
 

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type SolidProperty
 void CompositeSolid.addSolidMember(SolidProperty solidMember)
           
 boolean CompositeSolid.unsetSolidMember(SolidProperty solidMember)
           
 

Method parameters in org.citygml4j.model.gml.geometry.complexes with type arguments of type SolidProperty
 void CompositeSolid.setSolidMember(java.util.List<SolidProperty> solidMember)