Uses of Interface
org.deegree.gml.GMLMultiPolygon

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

Uses of GMLMultiPolygon in org.deegree_impl.gml
 

Classes in org.deegree_impl.gml that implement GMLMultiPolygon
 class GMLMultiPolygon_Impl
          ----------------------------------------------------------
 

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

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

Uses of GMLMultiPolygon in org.deegree_impl.model.geometry
 

Methods in org.deegree_impl.model.geometry with parameters of type GMLMultiPolygon
private static GM_MultiSurface GMLAdapter.wrap(GMLMultiPolygon multipolygon)
          creates a GM_MultiSurface
 

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

Methods in org.deegree_impl.services.wfs.mysql with parameters of type GMLMultiPolygon
private  java.lang.String CTransaction.addMultiPolygonProperty(GMLMultiPolygon mpoly)
          adds a multipolygon to the insert statement
 

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

Methods in org.deegree_impl.services.wfs.oracle with parameters of type GMLMultiPolygon
private  java.lang.String CTransaction.addMultiPolygonProperty(GMLMultiPolygon mpoly)
          adds a multipolygon to the insert statement