|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLLineString | |
org.deegree_impl.gml | |
org.deegree_impl.model.geometry | |
org.deegree_impl.services.wfs.mysql | |
org.deegree_impl.services.wfs.oracle | |
org.deegree.gml |
Uses of GMLLineString in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLLineString | |
class |
GMLLineString_Impl
---------------------------------------------------------- |
Methods in org.deegree_impl.gml that return GMLLineString | |
GMLLineString |
GML_Transformer.transformLineString(GMLLineString gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLLineString-geometry |
GMLLineString[] |
GMLMultiLineString_Impl.getLineStrings()
returns all linestrings contained within the collection |
static GMLLineString |
GMLLineString_Impl.createGMLLineString(org.w3c.dom.Document doc)
factory method to create a GMLLineString. the linestring that will be returned doesn't contain any point |
private static GMLLineString |
GMLFactory.createGMLLineString(GM_Curve geo,
GMLDocument_Impl doc)
creates a GMLLineString from a GM_Curve |
Methods in org.deegree_impl.gml with parameters of type GMLLineString | |
GMLLineString |
GML_Transformer.transformLineString(GMLLineString gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLLineString-geometry |
void |
GMLMultiLineString_Impl.addLineString(GMLLineString lineString)
|
Uses of GMLLineString in org.deegree_impl.model.geometry |
Methods in org.deegree_impl.model.geometry with parameters of type GMLLineString | |
private static GM_Curve |
GMLAdapter.wrap(GMLLineString linestring)
creates a GM_CurveSegment from an array of GML-points. |
private static GM_Curve |
GMLAdapter.wrap(GMLLineString linestring,
java.lang.String multilineSRS)
creates a GM_CurveSegment from an array of GML-points. |
Uses of GMLLineString in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql with parameters of type GMLLineString | |
private java.lang.String |
CTransaction.addLineStringProperty(GMLLineString line)
adds a linestring to the insert statement |
Uses of GMLLineString in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type GMLLineString | |
private java.lang.String |
CTransaction.addLineStringProperty(GMLLineString line)
adds a linestring to the insert statement |
Uses of GMLLineString in org.deegree.gml |
Methods in org.deegree.gml that return GMLLineString | |
GMLLineString[] |
GMLMultiLineString.getLineStrings()
returns all linestrings contained within the collection |
Methods in org.deegree.gml with parameters of type GMLLineString | |
void |
GMLMultiLineString.addLineString(GMLLineString lineString)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |