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

Packages that use AbstractSolidType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

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

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

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

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

Subclasses of AbstractSolidType in org.citygml4j.jaxb.gml._3_1_1
 class CompositeSolidType
          A composite solid is a geometry type with all the geometric properties of a (primitive) solid.
 class SolidType
          A solid is the basis for 3-dimensional geometry.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractSolidType
 javax.xml.bind.JAXBElement<AbstractSolidType> ObjectFactory.create_Solid(AbstractSolidType value)
          Create an instance of JAXBElement<AbstractSolidType>}
 javax.xml.bind.JAXBElement<? extends AbstractSolidType> SolidPropertyType.get_Solid()
          Gets the value of the _Solid property.
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>> SolidArrayPropertyType.get_Solid()
          Gets the value of the solid property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractSolidType
 void SolidPropertyType.set_Solid(javax.xml.bind.JAXBElement<? extends AbstractSolidType> value)
          Sets the value of the _Solid property.
 void SolidArrayPropertyType.set_Solid(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractSolidType>> solid)
          Sets the value of the _Solid property.