Uses of Interface
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.factory   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.primitives   
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.factory
 

Methods in org.citygml4j.factory that return SolidArrayProperty
 SolidArrayProperty GMLFactory.createSolidArrayProperty()
           
 SolidArrayProperty GMLFactory.createSolidArrayProperty(AbstractSolid... abstractSolid)
           
 SolidArrayProperty GMLFactory.createSolidArrayProperty(java.util.List<AbstractSolid> abstractSolid)
           
 

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

Methods in org.citygml4j.impl.gml.geometry.aggregates that return SolidArrayProperty
 SolidArrayProperty MultiSolidImpl.getSolidMembers()
           
 

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

Uses of SolidArrayProperty in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement SolidArrayProperty
 class SolidArrayPropertyImpl
           
 

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)