Uses of Class
org.citygml4j.model.gml.geometry.primitives.LineStringSegmentArrayProperty

Packages that use LineStringSegmentArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type LineStringSegmentArrayProperty
 LineStringSegmentArrayPropertyType GMLMarshaller.marshalLineStringSegmentArrayProperty(LineStringSegmentArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return LineStringSegmentArrayProperty
 LineStringSegmentArrayProperty GMLUnmarshaller.unmarshalLineStringSegmentArrayProperty(LineStringSegmentArrayPropertyType src)
           
 

Uses of LineStringSegmentArrayProperty in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type LineStringSegmentArrayProperty
 java.util.List<LineStringSegmentArrayProperty> Tin.getBreakLines()
           
 java.util.List<LineStringSegmentArrayProperty> Tin.getStopLines()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type LineStringSegmentArrayProperty
 void Tin.addBreakLines(LineStringSegmentArrayProperty breakLines)
           
 void Tin.addStopLines(LineStringSegmentArrayProperty stopLines)
           
 boolean Tin.unsetBreakLines(LineStringSegmentArrayProperty breakLines)
           
 boolean Tin.unsetStopLines(LineStringSegmentArrayProperty stopLines)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type LineStringSegmentArrayProperty
 void Tin.setBreakLines(java.util.List<LineStringSegmentArrayProperty> breakLines)
           
 void Tin.setStopLines(java.util.List<LineStringSegmentArrayProperty> stopLines)