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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return LineStringSegmentArrayPropertyType
 LineStringSegmentArrayPropertyType GMLMarshaller.marshalLineStringSegmentArrayProperty(LineStringSegmentArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type LineStringSegmentArrayPropertyType
 LineStringSegmentArrayProperty GMLUnmarshaller.unmarshalLineStringSegmentArrayProperty(LineStringSegmentArrayPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type LineStringSegmentArrayPropertyType
 java.util.List<LineStringSegmentArrayPropertyType> TinType.getBreakLines()
          Gets the value of the breakLines property.
 java.util.List<LineStringSegmentArrayPropertyType> TinType.getStopLines()
          Gets the value of the stopLines property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type LineStringSegmentArrayPropertyType
 void TinType.setBreakLines(java.util.List<LineStringSegmentArrayPropertyType> breakLines)
          Sets the value of the breakLines property.
 void TinType.setStopLines(java.util.List<LineStringSegmentArrayPropertyType> stopLines)
          Sets the value of the stopLines property.