Uses of Class
org.citygml4j.jaxb.gml._3_1_1.MultiSolidPropertyType

Packages that use MultiSolidPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.citygml.veg._1   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiSolidPropertyType
 MultiSolidPropertyType GMLMarshaller.marshalMultiSolidProperty(MultiSolidProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiSolidPropertyType
 MultiSolidProperty GMLUnmarshaller.unmarshalMultiSolidProperty(MultiSolidPropertyType src)
           
 

Uses of MultiSolidPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return MultiSolidPropertyType
 MultiSolidPropertyType PlantCoverType.getLod1MultiSolid()
          Gets the value of the lod1MultiSolid property.
 MultiSolidPropertyType PlantCoverType.getLod2MultiSolid()
          Gets the value of the lod2MultiSolid property.
 MultiSolidPropertyType PlantCoverType.getLod3MultiSolid()
          Gets the value of the lod3MultiSolid property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type MultiSolidPropertyType
 void PlantCoverType.setLod1MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod1MultiSolid property.
 void PlantCoverType.setLod2MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod2MultiSolid property.
 void PlantCoverType.setLod3MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod3MultiSolid property.
 

Uses of MultiSolidPropertyType in org.citygml4j.jaxb.citygml.veg._1
 

Methods in org.citygml4j.jaxb.citygml.veg._1 that return MultiSolidPropertyType
 MultiSolidPropertyType PlantCoverType.getLod1MultiSolid()
          Gets the value of the lod1MultiSolid property.
 MultiSolidPropertyType PlantCoverType.getLod2MultiSolid()
          Gets the value of the lod2MultiSolid property.
 MultiSolidPropertyType PlantCoverType.getLod3MultiSolid()
          Gets the value of the lod3MultiSolid property.
 

Methods in org.citygml4j.jaxb.citygml.veg._1 with parameters of type MultiSolidPropertyType
 void PlantCoverType.setLod1MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod1MultiSolid property.
 void PlantCoverType.setLod2MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod2MultiSolid property.
 void PlantCoverType.setLod3MultiSolid(MultiSolidPropertyType value)
          Sets the value of the lod3MultiSolid property.
 

Uses of MultiSolidPropertyType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiSolidPropertyType
 MultiSolidPropertyType ObjectFactory.createMultiSolidPropertyType()
          Create an instance of MultiSolidPropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type MultiSolidPropertyType
 javax.xml.bind.JAXBElement<MultiSolidPropertyType> ObjectFactory.createMultiSolidProperty(MultiSolidPropertyType value)
          Create an instance of JAXBElement<MultiSolidPropertyType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiSolidPropertyType
 javax.xml.bind.JAXBElement<MultiSolidPropertyType> ObjectFactory.createMultiSolidProperty(MultiSolidPropertyType value)
          Create an instance of JAXBElement<MultiSolidPropertyType>}