|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.ogc.wms.gml_Impl.GMLGeometry_Impl
cgl.ogc.wms.gml_Impl.GMLBox_Impl
Title:
Description:
Copyright: Copyright (c) 2005
Company: Indiana University - Computer Science Dept.
| Field Summary |
| Fields inherited from class cgl.ogc.wms.gml_Impl.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. |
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 cgl.ogc.wms.gml_Impl.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 cgl.ogc.wms.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 GMLBoxmin - GMLCoordorg.deegree_impl.gml.GMLBox_Impl#getMin()public GMLCoord getMax()
getMax in interface GMLBoxpublic void setMax(GMLCoord max)
setMax in interface GMLBoxmax - GMLCoordorg.deegree_impl.gml.GMLBox_Impl#getMax()public GMLCoordinates[] getCoordinates()
getCoordinates in interface GMLBoxpublic void setCoordinates(GMLCoordinates coordinates)
setCoordinates in interface GMLBoxcoordinates - GMLCoordinatesorg.deegree_impl.gml.GMLBox_Impl#getMin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||