|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.gml.GMLGeometry_Impl
org.deegree_impl.gml.GMLBox_Impl
----------------------------------------------------------
| Field Summary |
| Fields inherited from class org.deegree_impl.gml.GMLGeometry_Impl |
element |
| Constructor Summary | |
GMLBox_Impl(org.w3c.dom.Element element)
Creates a new GMLBox_Impl object. |
|
| Method Summary | |
static GMLBox |
createGMLBox(org.w3c.dom.Document doc)
factory method to create an initial box tag. the upper left corner is set to [0,0] and the lower right corner to [1,1]. |
GMLCoordinates[] |
getCoordinates()
returns the coordinates of the box |
GMLCoord |
getMax()
returns the coord with the maxx and maxy coordinate |
GMLCoord |
getMin()
returns the coord with the minx and miny coordinate The method assumes that there exists a two dimensional coordinate system |
void |
setCoordinates(GMLCoordinates coordinates)
|
void |
setMax(GMLCoord max)
|
void |
setMin(GMLCoord min)
|
| Methods inherited from class org.deegree_impl.gml.GMLGeometry_Impl |
getAsElement, getId, getName, getSrs, setId, setSrs, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.deegree.gml.GMLGeometry |
getId, getName, getSrs, setId, setSrs |
| Constructor Detail |
public GMLBox_Impl(org.w3c.dom.Element element)
element - | Method Detail |
public static GMLBox createGMLBox(org.w3c.dom.Document doc)
public GMLCoord getMin()
getMin in interface GMLBoxpublic void setMin(GMLCoord min)
setMin in interface GMLBoxgetMin()public GMLCoord getMax()
getMax in interface GMLBoxpublic void setMax(GMLCoord max)
setMax in interface GMLBoxgetMax()public GMLCoordinates[] getCoordinates()
getCoordinates in interface GMLBoxpublic void setCoordinates(GMLCoordinates coordinates)
setCoordinates in interface GMLBoxgetMin()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||