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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return LineStringType
 LineStringType GMLMarshaller.marshalLineString(LineString src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type LineStringType
 LineString GMLUnmarshaller.unmarshalLineString(LineStringType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return LineStringType
 LineStringType ObjectFactory.createLineStringType()
          Create an instance of LineStringType
 LineStringType LineStringPropertyType.getLineString()
          Gets the value of the lineString property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type LineStringType
 javax.xml.bind.JAXBElement<LineStringType> ObjectFactory.createLineString(LineStringType value)
          Create an instance of JAXBElement<LineStringType>}
 void LineStringPropertyType.setLineString(LineStringType value)
          Sets the value of the lineString property.