Uses of Class
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.model.gml.geometry.aggregates   
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.model.gml.geometry.aggregates
 

Constructors in org.citygml4j.model.gml.geometry.aggregates with parameters of type AbstractSolid
MultiSolid(AbstractSolid... abstractSolids)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type AbstractSolid
MultiSolid(java.util.List<? extends AbstractSolid> abstractSolids)
           
 

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

Subclasses of AbstractSolid in org.citygml4j.model.gml.geometry.complexes
 class CompositeSolid
           
 

Constructors in org.citygml4j.model.gml.geometry.complexes with parameters of type AbstractSolid
CompositeSolid(AbstractSolid... abstractSolids)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.complexes with type arguments of type AbstractSolid
CompositeSolid(java.util.List<? extends AbstractSolid> abstractSolids)
           
 

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

Subclasses of AbstractSolid in org.citygml4j.model.gml.geometry.primitives
 class 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.lang.Class<AbstractSolid> SolidProperty.getAssociableClass()
           
 java.lang.Class<AbstractSolid> SolidArrayProperty.getAssociableClass()
           
 java.util.List<? extends 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<? extends AbstractSolid> abstractSolid)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type AbstractSolid
SolidArrayProperty(AbstractSolid... abstractSolid)
           
SolidArrayProperty(AbstractSolid abstractSolid)
           
SolidProperty(AbstractSolid abstractSolid)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type AbstractSolid
SolidArrayProperty(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)