Uses of Class
org.citygml4j.model.gml.geometry.aggregates.MultiLineString

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiLineString
 MultiLineStringType GMLMarshaller.marshalMultiLineString(MultiLineString src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiLineString
 MultiLineString GMLUnmarshaller.unmarshalMultiLineString(MultiLineStringType src)
           
 

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

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

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

Methods in org.citygml4j.model.gml.geometry.aggregates that return MultiLineString
 MultiLineString MultiLineStringProperty.getMultiLineString()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return types with arguments of type MultiLineString
 java.lang.Class<MultiLineString> MultiLineStringProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type MultiLineString
 void MultiLineStringProperty.setMultiLineString(MultiLineString multiLineString)
           
 

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

Uses of MultiLineString in org.citygml4j.util.walker
 

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