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

Packages that use LineString
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type LineString
 LineStringType GMLMarshaller.marshalLineString(LineString src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return LineString
 LineString GMLUnmarshaller.unmarshalLineString(LineStringType src)
           
 

Uses of LineString in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LineString
 LineString GMLGeometryFactory.createLineString(double[] coordinates, int dim)
           
 LineString GMLGeometryFactory.createLineString(java.util.List<java.lang.Double> coordinates, int dim)
           
 

Uses of LineString in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type LineString
 T GeometryFunctor.apply(LineString lineString)
           
 void GeometryVisitor.visit(LineString lineString)
           
 

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

Constructors in org.citygml4j.model.gml.geometry.aggregates with parameters of type LineString
MultiLineString(LineString... lineStrings)
           
 

Constructor parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type LineString
MultiLineString(java.util.List<LineString> lineStrings)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives that return LineString
 LineString LineStringProperty.getLineString()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type LineString
 java.lang.Class<LineString> LineStringProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type LineString
 void LineStringProperty.setLineString(LineString lineString)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type LineString
LineStringProperty(LineString lineString)
           
 

Uses of LineString in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type LineString
 T GMLFunctionWalker.apply(LineString lineString)
           
 T GeometryFunctionWalker.apply(LineString lineString)
           
 void GMLWalker.visit(LineString lineString)
           
 void GeometryWalker.visit(LineString lineString)