Uses of Interface
org.citygml4j.model.gml.geometry.primitives.AbstractSolid

Packages that use AbstractSolid
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractSolid
 void GMLMarshaller.marshalAbstractSolid(AbstractSolid src, AbstractSolidType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractSolid
 void GMLUnmarshaller.unmarshalAbstractSolid(AbstractSolidType src, AbstractSolid dest)
           
 

Uses of AbstractSolid in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractSolid
 CompositeSolid GMLFactory.createCompositeSolid(AbstractSolid... abstractSolids)
           
 MultiSolid GMLFactory.createMultiSolid(AbstractSolid... abstractSolids)
           
 SolidArrayProperty GMLFactory.createSolidArrayProperty(AbstractSolid... abstractSolid)
           
 SolidProperty GMLFactory.createSolidProperty(AbstractSolid abstractSolid)
           
 

Method parameters in org.citygml4j.factory with type arguments of type AbstractSolid
 CompositeSolid GMLFactory.createCompositeSolid(java.util.List<AbstractSolid> abstractSolids)
           
 MultiSolid GMLFactory.createMultiSolid(java.util.List<AbstractSolid> abstractSolids)
           
 SolidArrayProperty GMLFactory.createSolidArrayProperty(java.util.List<AbstractSolid> abstractSolid)
           
 

Uses of AbstractSolid in org.citygml4j.impl.gml.geometry.complexes
 

Classes in org.citygml4j.impl.gml.geometry.complexes that implement AbstractSolid
 class CompositeSolidImpl
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement AbstractSolid
 class AbstractSolidImpl
           
 class SolidImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return AbstractSolid
 AbstractSolid SolidPropertyImpl.getSolid()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type AbstractSolid
 java.util.List<AbstractSolid> SolidArrayPropertyImpl.getSolid()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type AbstractSolid
 void SolidArrayPropertyImpl.addSolid(AbstractSolid abstractSolid)
           
 void SolidPropertyImpl.setSolid(AbstractSolid abstractSolid)
           
 boolean SolidArrayPropertyImpl.unsetSolid(AbstractSolid abstractSolid)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type AbstractSolid
 void SolidArrayPropertyImpl.setSolid(java.util.List<AbstractSolid> abstractSolid)
           
 

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

Subinterfaces of AbstractSolid in org.citygml4j.model.gml.geometry.complexes
 interface CompositeSolid
           
 

Uses of AbstractSolid in org.citygml4j.model.gml.geometry.primitives
 

Subinterfaces of AbstractSolid in org.citygml4j.model.gml.geometry.primitives
 interface Solid
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return AbstractSolid
 AbstractSolid SolidProperty.getSolid()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type AbstractSolid
 java.util.List<AbstractSolid> SolidArrayProperty.getSolid()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractSolid
 void SolidArrayProperty.addSolid(AbstractSolid abstractSolid)
           
 void SolidProperty.setSolid(AbstractSolid abstractSolid)
           
 boolean SolidArrayProperty.unsetSolid(AbstractSolid abstractSolid)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractSolid
 void SolidArrayProperty.setSolid(java.util.List<AbstractSolid> abstractSolid)
           
 

Uses of AbstractSolid in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractSolid
 T GMLFunctionWalker.apply(AbstractSolid abstractSolid)
           
 T GeometryFunctionWalker.apply(AbstractSolid abstractSolid)
           
 void GMLWalker.visit(AbstractSolid abstractSolid)
           
 void GeometryWalker.visit(AbstractSolid abstractSolid)