|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLPoint | |
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 GMLPoint in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLPoint | |
class |
GMLPoint_Impl
---------------------------------------------------------- |
Methods in org.deegree_impl.gml that return GMLPoint | |
GMLPoint |
GML_Transformer.transformPoint(GMLPoint gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLPoint-geometry |
static GMLPoint |
GMLPoint_Impl.createGMLPoint(org.w3c.dom.Document doc)
factory method to create a GMLPoint. |
GMLPoint[] |
GMLMultiPoint_Impl.getPoints()
returns all points contained within the collection |
private static GMLPoint |
GMLFactory.createGMLPoint(GM_Point geo,
GMLDocument_Impl doc)
creates a GMLPoint from a GM_Point |
Methods in org.deegree_impl.gml with parameters of type GMLPoint | |
GMLPoint |
GML_Transformer.transformPoint(GMLPoint gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLPoint-geometry |
void |
GMLMultiPoint_Impl.addPoint(GMLPoint point)
|
Uses of GMLPoint in org.deegree_impl.model.geometry |
Methods in org.deegree_impl.model.geometry with parameters of type GMLPoint | |
private static GM_Point |
GMLAdapter.wrap(GMLPoint gml)
creates a GM_Point from a gml. |
private static GM_Point |
GMLAdapter.wrap(GMLPoint gml,
java.lang.String multipointSRS)
creates a GM_Point from a gml. |
Uses of GMLPoint in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql with parameters of type GMLPoint | |
private java.lang.String |
CTransaction.addPointProperty(GMLPoint point)
adds a point to the insert statement |
Uses of GMLPoint in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type GMLPoint | |
private java.lang.String |
CTransaction.addPointProperty(GMLPoint point)
adds a point to the insert statement |
Uses of GMLPoint in org.deegree.gml |
Methods in org.deegree.gml that return GMLPoint | |
GMLPoint[] |
GMLMultiPoint.getPoints()
returns all points contained within the collection |
Methods in org.deegree.gml with parameters of type GMLPoint | |
void |
GMLMultiPoint.addPoint(GMLPoint point)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |