Uses of Interface
org.deegree.gml.GMLMultiPoint

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

Uses of GMLMultiPoint in org.deegree_impl.gml
 

Classes in org.deegree_impl.gml that implement GMLMultiPoint
 class GMLMultiPoint_Impl
          ----------------------------------------------------------
 

Methods in org.deegree_impl.gml that return GMLMultiPoint
 GMLMultiPoint GML_Transformer.transformMultiPoint(GMLMultiPoint gmlgeo, java.lang.String target_srs)
           
static GMLMultiPoint GMLMultiPoint_Impl.createGMLMultiPoint(org.w3c.dom.Document doc)
          factory method to create a GMLMultiPoint. the collection that will be empty
private static GMLMultiPoint GMLFactory.createGMLMultiPoint(GM_MultiPoint geo, GMLDocument_Impl doc)
          creates a GMLMultiPoint from a GM_MultiPoint
 

Methods in org.deegree_impl.gml with parameters of type GMLMultiPoint
 GMLMultiPoint GML_Transformer.transformMultiPoint(GMLMultiPoint gmlgeo, java.lang.String target_srs)
           
 

Uses of GMLMultiPoint in org.deegree_impl.model.geometry
 

Methods in org.deegree_impl.model.geometry with parameters of type GMLMultiPoint
private static GM_MultiPoint GMLAdapter.wrap(GMLMultiPoint multipoint)
          creates a GM_MultiPoint from a GMLMultiPoint
 

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

Methods in org.deegree_impl.services.wfs.mysql with parameters of type GMLMultiPoint
private  java.lang.String CTransaction.addMultiPointProperty(GMLMultiPoint mpoint)
          adds a multipoint to the insert statement
 

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

Methods in org.deegree_impl.services.wfs.oracle with parameters of type GMLMultiPoint
private  java.lang.String CTransaction.addMultiPointProperty(GMLMultiPoint mpoint)
          adds a multipoint to the insert statement