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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TopoSurfaceType
 TopoSurfaceType ObjectFactory.createTopoSurfaceType()
          Create an instance of TopoSurfaceType
 TopoSurfaceType TopoSurfacePropertyType.getTopoSurface()
          Ruft den Wert der topoSurface-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TopoSurfaceType
 javax.xml.bind.JAXBElement<TopoSurfaceType> ObjectFactory.createTopoSurface(TopoSurfaceType value)
          Create an instance of JAXBElement<TopoSurfaceType>}
 void TopoSurfacePropertyType.setTopoSurface(TopoSurfaceType value)
          Legt den Wert der topoSurface-Eigenschaft fest.