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

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

Uses of GM_MultiCurve in org.deegree_impl.gml
 

Methods in org.deegree_impl.gml with parameters of type GM_MultiCurve
private static GMLMultiLineString GMLFactory.createGMLMultiLineString(GM_MultiCurve geo, GMLDocument_Impl doc)
          creates a GMLMultiLineString from a GM_MultiCurve
 

Uses of GM_MultiCurve in org.deegree_impl.graphics.displayelements
 

Methods in org.deegree_impl.graphics.displayelements with parameters of type GM_MultiCurve
static java.util.List LabelFactory.createLabels(GM_MultiCurve multiCurve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
          Determines positions on the given GM_MultiCurve where a caption could be drawn.
 

Constructors in org.deegree_impl.graphics.displayelements with parameters of type GM_MultiCurve
LineStringDisplayElement_Impl(Feature feature, GM_MultiCurve geometry)
          Creates a new LineStringDisplayElement_Impl object.
LineStringDisplayElement_Impl(Feature feature, GM_MultiCurve geometry, LineSymbolizer symbolizer)
          Creates a new LineStringDisplayElement_Impl object.
 

Uses of GM_MultiCurve in org.deegree_impl.graphics.optimizers
 

Methods in org.deegree_impl.graphics.optimizers with parameters of type GM_MultiCurve
(package private) static java.util.ArrayList LabelChoiceFactory.createLabelChoices(GM_MultiCurve multiCurve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
          Determines LabelChoices for the given GM_MultiCurve where a Label could be drawn.
 

Uses of GM_MultiCurve in org.deegree_impl.model.ct
 

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

Uses of GM_MultiCurve in org.deegree_impl.model.feature
 

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

Uses of GM_MultiCurve in org.deegree_impl.model.geometry
 

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

Methods in org.deegree_impl.model.geometry that return GM_MultiCurve
static GM_MultiCurve WKTAdapter.wrapMultiCurve(java.lang.String wkt, CS_CoordinateSystem crs)
          creates a GM_MultiCurve from a WKT
private static GM_MultiCurve SDEAdapter.wrapMultiCurve(SeShape shape)
          creates a GM_MultiCurve from a WKT
private static GM_MultiCurve PostGISAdapter.createMultiCurve(MultiLineString mlinestring, CS_CoordinateSystem crs)
          creates a deegree multi curve from a PostGIS multi lineString
static GM_MultiCurve OracleAdapter.wrapMultiCurve(MultiLineString multiLineString, CS_CoordinateSystem crs)
          creates a GM_MultiCurve from an oracle sdo MultiPoint.
private static GM_MultiCurve GMLAdapter.wrap(GMLMultiLineString multilinestring)
          creates a GM_MultiCurve from an GMLMultiLinestring.
static GM_MultiCurve GeometryFactory.createGM_MultiCurve(GM_Curve[] curves)
          creates a GM_MultiCurve from an array of GM_Curves.
static GM_MultiCurve GeometryFactory.createGM_MultiCurve(byte[] wkb, CS_CoordinateSystem crs)
          creates a GM_MultiCurve from a wkb.
 

Methods in org.deegree_impl.model.geometry with parameters of type GM_MultiCurve
private static java.lang.StringBuffer WKTAdapter.export(GM_MultiCurve mc)
           
private static SeShape SDEAdapter.export(GM_MultiCurve mc, SeCoordinateReference crs)
           
private static MultiLineString PostGISAdapter.export(GM_MultiCurve mcurve)
          transforms the passed deegree GM_MultiCurve to a postgis MultiLineString
private static MultiLineString JTSAdapter.export(GM_MultiCurve multi)
          Converts a GM_MultiCurve to a MultiLineString.
private static java.lang.StringBuffer GMLAdapter.createMultiCurve(GM_MultiCurve mp)