Uses of Interface
org.deegree.gml.GMLMultiLineString

Packages that use GMLMultiLineString
org.deegree_impl.gml   
org.deegree_impl.model.geometry   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
 

Uses of GMLMultiLineString in org.deegree_impl.gml
 

Classes in org.deegree_impl.gml that implement GMLMultiLineString
 class GMLMultiLineString_Impl
          ----------------------------------------------------------
 

Methods in org.deegree_impl.gml that return GMLMultiLineString
 GMLMultiLineString GML_Transformer.transformMultiLineString(GMLMultiLineString gmlgeo, java.lang.String target_srs)
          Transforms the coords of a GMLMultiLineString-geometry
static GMLMultiLineString GMLMultiLineString_Impl.createGMLMultiLineString(org.w3c.dom.Document doc)
          factory method to create a GMLMultiLineString. the collection that will be empty
private static GMLMultiLineString GMLFactory.createGMLMultiLineString(GM_MultiCurve geo, GMLDocument_Impl doc)
          creates a GMLMultiLineString from a GM_MultiCurve
 

Methods in org.deegree_impl.gml with parameters of type GMLMultiLineString
 GMLMultiLineString GML_Transformer.transformMultiLineString(GMLMultiLineString gmlgeo, java.lang.String target_srs)
          Transforms the coords of a GMLMultiLineString-geometry
 

Uses of GMLMultiLineString in org.deegree_impl.model.geometry
 

Methods in org.deegree_impl.model.geometry with parameters of type GMLMultiLineString
private static GM_MultiCurve GMLAdapter.wrap(GMLMultiLineString multilinestring)
          creates a GM_MultiCurve from an GMLMultiLinestring.
 

Uses of GMLMultiLineString in org.deegree_impl.services.wfs.mysql
 

Methods in org.deegree_impl.services.wfs.mysql with parameters of type GMLMultiLineString
private  java.lang.String CTransaction.addMultiLineStringProperty(GMLMultiLineString mline)
          adds a multilinestring to the insert statement
 

Uses of GMLMultiLineString in org.deegree_impl.services.wfs.oracle
 

Methods in org.deegree_impl.services.wfs.oracle with parameters of type GMLMultiLineString
private  java.lang.String CTransaction.addMultiLineStringProperty(GMLMultiLineString mline)
          adds a multilinestring to the insert statement