Uses of Interface
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.factory   
org.citygml4j.impl.gml.geometry.primitives   
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.factory
 

Methods in org.citygml4j.factory that return LineStringSegmentArrayProperty
 LineStringSegmentArrayProperty GMLFactory.createLineStringSegmentArrayProperty()
           
 LineStringSegmentArrayProperty GMLFactory.createLineStringSegmentArrayProperty(LineStringSegment... lineStringSegment)
           
 LineStringSegmentArrayProperty GMLFactory.createLineStringSegmentArrayProperty(java.util.List<LineStringSegment> lineStringSegment)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement LineStringSegmentArrayProperty
 class LineStringSegmentArrayPropertyImpl
           
 

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

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

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

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)