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

Packages that use LineStringProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.aggregates   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type LineStringProperty
 LineStringPropertyType GMLMarshaller.marshalLineStringProperty(LineStringProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return LineStringProperty
 LineStringProperty GMLUnmarshaller.unmarshalLineStringProperty(LineStringPropertyType src)
           
 

Uses of LineStringProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LineStringProperty
 LineStringProperty GMLFactory.createLineStringProperty()
           
 LineStringProperty GMLFactory.createLineStringProperty(LineString lineString)
           
 LineStringProperty GMLFactory.createLineStringProperty(java.lang.String xlink)
           
 

Uses of LineStringProperty in org.citygml4j.impl.gml.geometry.aggregates
 

Methods in org.citygml4j.impl.gml.geometry.aggregates that return types with arguments of type LineStringProperty
 java.util.List<LineStringProperty> MultiLineStringImpl.getLineStringMember()
           
 

Methods in org.citygml4j.impl.gml.geometry.aggregates with parameters of type LineStringProperty
 void MultiLineStringImpl.addLineStringMember(LineStringProperty lineStringMember)
           
 boolean MultiLineStringImpl.unsetLineStringMember(LineStringProperty lineStringMember)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.aggregates with type arguments of type LineStringProperty
 void MultiLineStringImpl.setLineStringMember(java.util.List<LineStringProperty> lineStringMember)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement LineStringProperty
 class LineStringPropertyImpl
           
 

Uses of LineStringProperty in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return types with arguments of type LineStringProperty
 java.util.List<LineStringProperty> MultiLineString.getLineStringMember()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type LineStringProperty
 void MultiLineString.addLineStringMember(LineStringProperty lineStringMember)
           
 boolean MultiLineString.unsetLineStringMember(LineStringProperty lineStringMember)
           
 

Method parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type LineStringProperty
 void MultiLineString.setLineStringMember(java.util.List<LineStringProperty> lineStringMember)