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

Packages that use SolidArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.geometry.aggregates   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SolidArrayProperty
 SolidArrayPropertyType GMLMarshaller.marshalSolidArrayProperty(SolidArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SolidArrayProperty
 SolidArrayProperty GMLUnmarshaller.unmarshalSolidArrayProperty(SolidArrayPropertyType src)
           
 

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

Methods in org.citygml4j.model.gml.geometry.aggregates that return SolidArrayProperty
 SolidArrayProperty MultiSolid.getSolidMembers()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type SolidArrayProperty
 void MultiSolid.setSolidMembers(SolidArrayProperty solidMembers)