Uses of Class
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.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.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type LineStringSegment
 java.lang.Class<LineStringSegment> LineStringSegmentArrayProperty.getAssociableClass()
           
 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)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type LineStringSegment
LineStringSegmentArrayProperty(LineStringSegment... lineStringSegment)
           
LineStringSegmentArrayProperty(LineStringSegment lineStringSegment)
           
 

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