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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return LineStringSegmentType
 LineStringSegmentType GMLMarshaller.marshalLineStringSegment(LineStringSegment src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type LineStringSegmentType
 LineStringSegment GMLUnmarshaller.unmarshalLineStringSegment(LineStringSegmentType src)
           
 

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type LineStringSegmentType
 javax.xml.bind.JAXBElement<LineStringSegmentType> ObjectFactory.createLineStringSegment(LineStringSegmentType value)
          Create an instance of JAXBElement<LineStringSegmentType>}
 java.util.List<LineStringSegmentType> LineStringSegmentArrayPropertyType.getLineStringSegment()
          Gets the value of the lineStringSegment property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type LineStringSegmentType
 void LineStringSegmentArrayPropertyType.setLineStringSegment(java.util.List<LineStringSegmentType> lineStringSegment)
          Sets the value of the lineStringSegment property.