Uses of Interface
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.factory.geometry   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.common.visitor   
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 GMLFactory.createLineString()
           
 

Methods in org.citygml4j.factory with parameters of type LineString
 LineStringProperty GMLFactory.createLineStringProperty(LineString lineString)
           
 MultiLineString GMLFactory.createMultiLineString(LineString... lineStrings)
           
 

Method parameters in org.citygml4j.factory with type arguments of type LineString
 MultiLineString GMLFactory.createMultiLineString(java.util.List<LineString> lineStrings)
           
 

Uses of LineString in org.citygml4j.factory.geometry
 

Methods in org.citygml4j.factory.geometry 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.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement LineString
 class LineStringImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return LineString
 LineString LineStringPropertyImpl.getLineString()
           
 

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

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.primitives
 

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

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type LineString
 void LineStringProperty.setLineString(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)