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

Packages that use GM_MultiPoint
org.deegree_impl.gml   
org.deegree_impl.graphics.displayelements   
org.deegree_impl.io.shpapi   
org.deegree_impl.model.ct   
org.deegree_impl.model.feature   
org.deegree_impl.model.geometry   
 

Uses of GM_MultiPoint in org.deegree_impl.gml
 

Methods in org.deegree_impl.gml with parameters of type GM_MultiPoint
private static GMLMultiPoint GMLFactory.createGMLMultiPoint(GM_MultiPoint geo, GMLDocument_Impl doc)
          creates a GMLMultiPoint from a GM_MultiPoint
 

Uses of GM_MultiPoint in org.deegree_impl.graphics.displayelements
 

Constructors in org.deegree_impl.graphics.displayelements with parameters of type GM_MultiPoint
PointDisplayElement_Impl(Feature feature, GM_MultiPoint geometry)
          Creates a new PointDisplayElement_Impl object.
PointDisplayElement_Impl(Feature feature, GM_MultiPoint geometry, PointSymbolizer symbolizer)
          Creates a new PointDisplayElement_Impl object.
MapDiagram_Impl(Feature feature, GM_MultiPoint locations, java.awt.Component renderableObject)
          Creates a new MapDiagram_Impl object.
LocalizedDisplayElement_Impl(Feature feature, GM_MultiPoint geometry, java.awt.Component renderbaleObject)
          Creates a new LocalizedDisplayElement_Impl object.
 

Uses of GM_MultiPoint in org.deegree_impl.io.shpapi
 

Constructors in org.deegree_impl.io.shpapi with parameters of type GM_MultiPoint
SHPMultiPoint(GM_MultiPoint multipoint)
          constructor: recieves an array of gm_points
 

Uses of GM_MultiPoint in org.deegree_impl.model.ct
 

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

Uses of GM_MultiPoint in org.deegree_impl.model.feature
 

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

Uses of GM_MultiPoint in org.deegree_impl.model.geometry
 

Classes in org.deegree_impl.model.geometry that implement GM_MultiPoint
(package private)  class GM_MultiPoint_Impl
          default implementierung of the GM_MultiPoint interface of package jago.model.
 

Methods in org.deegree_impl.model.geometry that return GM_MultiPoint
static GM_MultiPoint WKTAdapter.wrapMultiPoint(java.lang.String wkt, CS_CoordinateSystem crs)
          creates a GM_MultiPoint from a WKT
private static GM_MultiPoint SDEAdapter.wrapMultiPoint(SeShape shape)
          creates a GM_MultiPoint from a WKT
private static GM_MultiPoint PostGISAdapter.createMultiPoint(MultiPoint mpoint, CS_CoordinateSystem crs)
          creates a deegree multi point from a PostGIS multi point
static GM_MultiPoint OracleAdapter.wrapMultiPoint(MultiPoint multiPoint, CS_CoordinateSystem crs)
          creates a GM_MultiPoint from an oracle sdo MultiPoint.
private static GM_MultiPoint GMLAdapter.wrap(GMLMultiPoint multipoint)
          creates a GM_MultiPoint from a GMLMultiPoint
static GM_MultiPoint GeometryFactory.createGM_MultiPoint(GM_Point[] points)
          creates a GM_MultiPoint from an array of GM_Point.
static GM_MultiPoint GeometryFactory.createGM_MultiPoint(byte[] wkb, CS_CoordinateSystem crs)
          creates a GM_MultiPoint from a wkb.
 

Methods in org.deegree_impl.model.geometry with parameters of type GM_MultiPoint
private static java.lang.StringBuffer WKTAdapter.export(GM_MultiPoint mp)
           
private static SeShape SDEAdapter.export(GM_MultiPoint mp, SeCoordinateReference crs)
           
private static MultiPoint PostGISAdapter.export(GM_MultiPoint mpoint)
          transforms the passed deegree GM_MultiPoint to a postgis multipoint
private static MultiPoint JTSAdapter.export(GM_MultiPoint gmMultiPoint)
          Converts a GM_MultiPoint to a MultiPoint.
private static java.lang.StringBuffer GMLAdapter.createMultiPoint(GM_MultiPoint mp)