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

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

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

Subclasses of GeodesicStringType in org.citygml4j.jaxb.gml._3_1_1
 class GeodesicType
          A Geodesic consists of two distinct positions joined by a geodesic curve.
 

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

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

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