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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TopoPointType
 TopoPointType ObjectFactory.createTopoPointType()
          Create an instance of TopoPointType
 TopoPointType TopoPointPropertyType.getTopoPoint()
          Gets the value of the topoPoint property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TopoPointType
 javax.xml.bind.JAXBElement<TopoPointType> ObjectFactory.createTopoPoint(TopoPointType value)
          Create an instance of JAXBElement<TopoPointType>}
 void TopoPointPropertyType.setTopoPoint(TopoPointType value)
          Sets the value of the topoPoint property.