Uses of Interface
org.citygml4j.model.gml.geometry.primitives.LineStringSegment

Packages that use LineStringSegment
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 LineStringSegment in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type LineStringSegment
 LineStringSegmentType GMLMarshaller.marshalLineStringSegment(LineStringSegment src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return LineStringSegment
 LineStringSegment GMLUnmarshaller.unmarshalLineStringSegment(LineStringSegmentType src)
           
 

Uses of LineStringSegment in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LineStringSegment
 LineStringSegment GMLFactory.createLineStringSegment()
           
 

Methods in org.citygml4j.factory with parameters of type LineStringSegment
 LineStringSegmentArrayProperty GMLFactory.createLineStringSegmentArrayProperty(LineStringSegment... lineStringSegment)
           
 

Method parameters in org.citygml4j.factory with type arguments of type LineStringSegment
 LineStringSegmentArrayProperty GMLFactory.createLineStringSegmentArrayProperty(java.util.List<LineStringSegment> lineStringSegment)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement LineStringSegment
 class LineStringSegmentImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type LineStringSegment
 java.util.List<LineStringSegment> LineStringSegmentArrayPropertyImpl.getLineStringSegment()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type LineStringSegment
 void LineStringSegmentArrayPropertyImpl.addLineStringSegment(LineStringSegment lineStringSegment)
           
 boolean LineStringSegmentArrayPropertyImpl.unsetLineStringSegment(LineStringSegment lineStringSegment)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type LineStringSegment
 void LineStringSegmentArrayPropertyImpl.setLineStringSegment(java.util.List<LineStringSegment> lineStringSegment)
           
 

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

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

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type LineStringSegment
 void LineStringSegmentArrayProperty.addLineStringSegment(LineStringSegment lineStringSegment)
           
 boolean LineStringSegmentArrayProperty.unsetLineStringSegment(LineStringSegment lineStringSegment)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type LineStringSegment
 void LineStringSegmentArrayProperty.setLineStringSegment(java.util.List<LineStringSegment> lineStringSegment)