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

Packages that use TopoVolumeType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TopoVolumeType
 TopoVolumeType ObjectFactory.createTopoVolumeType()
          Create an instance of TopoVolumeType
 TopoVolumeType TopoVolumePropertyType.getTopoVolume()
          Ruft den Wert der topoVolume-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TopoVolumeType
 javax.xml.bind.JAXBElement<TopoVolumeType> ObjectFactory.createTopoVolume(TopoVolumeType value)
          Create an instance of JAXBElement<TopoVolumeType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TopoVolumeType
 javax.xml.bind.JAXBElement<TopoVolumeType> ObjectFactory.createTopoVolume(TopoVolumeType value)
          Create an instance of JAXBElement<TopoVolumeType>}
 void TopoVolumePropertyType.setTopoVolume(TopoVolumeType value)
          Legt den Wert der topoVolume-Eigenschaft fest.