Uses of Interface
org.deegree.model.geometry.GM_MultiSurface

Packages that use GM_MultiSurface
org.deegree_impl.gml   
org.deegree_impl.graphics.displayelements   
org.deegree_impl.model.ct   
org.deegree_impl.model.feature   
org.deegree_impl.model.geometry   
 

Uses of GM_MultiSurface in org.deegree_impl.gml
 

Methods in org.deegree_impl.gml with parameters of type GM_MultiSurface
private static GMLMultiPolygon GMLFactory.createGMLMultiPolygon(GM_MultiSurface geo, GMLDocument_Impl doc)
          creates a GMLMultiPolygon from a GM_MultiSurface
 

Uses of GM_MultiSurface in org.deegree_impl.graphics.displayelements
 

Constructors in org.deegree_impl.graphics.displayelements with parameters of type GM_MultiSurface
PolygonDisplayElement_Impl(Feature feature, GM_MultiSurface geometry)
          Creates a new PolygonDisplayElement_Impl object.
PolygonDisplayElement_Impl(Feature feature, GM_MultiSurface geometry, PolygonSymbolizer symbolizer)
          Creates a new PolygonDisplayElement_Impl object.
 

Uses of GM_MultiSurface in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct with parameters of type GM_MultiSurface
private  GM_Object GeoTransformer.transformMultiSurface(GM_MultiSurface geo, MathTransform trans)
          transforms the submitted multi surface to the target coordinate reference system
 

Uses of GM_MultiSurface in org.deegree_impl.model.feature
 

Methods in org.deegree_impl.model.feature that return GM_MultiSurface
private static GM_MultiSurface GMLFeatureAdapter.createMultiSurface(org.w3c.dom.Element element)
          returns an instance of a multi point created from the passed
 

Uses of GM_MultiSurface in org.deegree_impl.model.geometry
 

Classes in org.deegree_impl.model.geometry that implement GM_MultiSurface
(package private)  class GM_MultiSurface_Impl
          default implementation of the GM_MultiSurface interface from package jago.model.
 

Methods in org.deegree_impl.model.geometry that return GM_MultiSurface
static GM_MultiSurface WKTAdapter.wrapMultiSurface(java.lang.String wkt, CS_CoordinateSystem crs)
          creates a GM_MultiSurface from a WKT
private static GM_MultiSurface SDEAdapter.wrapMultiSurface(SeShape shape)
          creates a GM_MultiSurface from a WKT
private static GM_MultiSurface PostGISAdapter.createMultiSurface(MultiPolygon mpolygon, CS_CoordinateSystem crs)
          creates a deegree multi surface from a PostGIS multi polygon
static GM_MultiSurface OracleAdapter.wrapMultiSurface(MultiPolygon multiPolygon, CS_CoordinateSystem crs, GM_SurfaceInterpolation si)
          creates a GM_MultiSurface from an oracle sdo MultiPolygon.
private static GM_MultiSurface GMLAdapter.wrap(GMLMultiPolygon multipolygon)
          creates a GM_MultiSurface
static GM_MultiSurface GeometryFactory.createGM_MultiSurface(GM_Surface[] surfaces)
          creates a GM_MultiSurface from a wkb
static GM_MultiSurface GeometryFactory.createGM_MultiSurface(byte[] wkb, CS_CoordinateSystem crs, GM_SurfaceInterpolation si)
          creates a GM_MultiSurface from a wkb
 

Methods in org.deegree_impl.model.geometry with parameters of type GM_MultiSurface
private static java.lang.StringBuffer WKTAdapter.export(GM_MultiSurface ms)
           
private static SeShape SDEAdapter.export(GM_MultiSurface ms, SeCoordinateReference crs)
           
private static MultiPolygon PostGISAdapter.export(GM_MultiSurface msurface)
          transforms the passed deegree GM_MultiSurface to a postgis MultiPolygon
private static MultiPolygon JTSAdapter.export(GM_MultiSurface msurface)
          Converts a GM_MultiSurface to a MultiPolygon.
private static java.lang.StringBuffer GMLAdapter.createMultiSurface(GM_MultiSurface mp)