|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMLCoordinates | |
org.deegree_impl.gml | |
org.deegree.gml |
Uses of GMLCoordinates in org.deegree_impl.gml |
Classes in org.deegree_impl.gml that implement GMLCoordinates | |
class |
GMLCoordinates_Impl
As an alternative to the sequence of <coords>, coordinates can also be conveyed by a single string. |
Methods in org.deegree_impl.gml that return GMLCoordinates | |
GMLCoordinates |
GMLPoint_Impl.getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
GMLCoordinates |
GMLLineString_Impl.getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
GMLCoordinates |
GMLLinearRing_Impl.getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
static GMLCoordinates |
GMLCoordinates_Impl.createGMLCoordinates(org.w3c.dom.Document doc,
java.lang.String coordinates)
|
GMLCoordinates[] |
GMLBox_Impl.getCoordinates()
returns the coordinates of the box |
Methods in org.deegree_impl.gml with parameters of type GMLCoordinates | |
void |
GMLPoint_Impl.setCoordinates(GMLCoordinates coordinates)
|
void |
GMLLineString_Impl.setCoordinates(GMLCoordinates coordinates)
|
void |
GMLLinearRing_Impl.setCoordinates(GMLCoordinates coordinates)
|
static GM_Position[] |
GMLCoordinatesParser_Impl.coordinatesToPoints(GMLCoordinates coordinates)
|
void |
GMLBox_Impl.setCoordinates(GMLCoordinates coordinates)
|
Uses of GMLCoordinates in org.deegree.gml |
Methods in org.deegree.gml that return GMLCoordinates | |
GMLCoordinates |
GMLPoint.getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
GMLCoordinates |
GMLLineString.getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
GMLCoordinates |
GMLLinearRing.getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
GMLCoordinates[] |
GMLBox.getCoordinates()
returns the coordinates of the box |
Methods in org.deegree.gml with parameters of type GMLCoordinates | |
void |
GMLPoint.setCoordinates(GMLCoordinates coordinates)
|
void |
GMLLineString.setCoordinates(GMLCoordinates coordinates)
|
void |
GMLLinearRing.setCoordinates(GMLCoordinates coordinates)
|
void |
GMLBox.setCoordinates(GMLCoordinates coordinates)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |