|
||||||||||
| 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.GMLLinearRing_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 | |
GMLLinearRing_Impl(org.w3c.dom.Element element)
Creates a new GMLLinearRing_Impl object. |
|
| Method Summary | |
static GMLLinearRing |
createGMLLinearRing(org.w3c.dom.Document doc)
factory method to create a GMLLinearRing. |
org.w3c.dom.Element |
getAsElement()
|
GMLCoord[] |
getCoord()
returns the coordinates (location) of the LineString as as array of GMLCoord |
GMLCoordinates |
getCoordinates()
returns the coordinate (location) of the point as GMLCoordinates |
void |
setCoord(GMLCoord[] coord)
|
void |
setCoordinates(GMLCoordinates coordinates)
|
| Methods inherited from class cgl.ogc.wms.gml_Impl.GMLGeometry_Impl |
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 GMLLinearRing_Impl(org.w3c.dom.Element element)
element - | Method Detail |
public static GMLLinearRing createGMLLinearRing(org.w3c.dom.Document doc)
doc - Document
public org.w3c.dom.Element getAsElement()
getAsElement in class GMLGeometry_Implpublic GMLCoord[] getCoord()
getCoord in interface GMLLinearRing
public void setCoord(GMLCoord[] coord)
throws GMLException
setCoord in interface GMLLinearRingcoord - GMLCoord[]
GMLExceptiona exception should be thrown if the coords are not homogen
or the coords are not building a closed ring.public GMLCoordinates getCoordinates()
getCoordinates in interface GMLLinearRing
public void setCoordinates(GMLCoordinates coordinates)
throws GMLException
setCoordinates in interface GMLLinearRingcoordinates - GMLCoordinates
GMLExceptiona exception should be thrown if the coords are not
building a closed ring.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||