|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.gml.GMLGeometry_Impl
----------------------------------------------------------
Field Summary | |
protected org.w3c.dom.Element |
element
|
Constructor Summary | |
protected |
GMLGeometry_Impl(org.w3c.dom.Element element)
Creates a new GMLGeometry_Impl object. |
Method Summary | |
org.w3c.dom.Element |
getAsElement()
|
java.lang.String |
getId()
returns the ID of the geometry |
java.lang.String |
getName()
returns the name of the Geometry. |
java.lang.String |
getSrs()
returns the spatial reference system of the geometry The format is like EPSG:4326. |
void |
setId(java.lang.String id)
|
void |
setSrs(java.lang.String srs)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected org.w3c.dom.Element element
Constructor Detail |
protected GMLGeometry_Impl(org.w3c.dom.Element element)
element
- Method Detail |
public org.w3c.dom.Element getAsElement()
public java.lang.String getName()
getName
in interface GMLGeometry
public java.lang.String getId()
getId
in interface GMLGeometry
public void setId(java.lang.String id)
setId
in interface GMLGeometry
getId()
public java.lang.String getSrs()
getSrs
in interface GMLGeometry
public void setSrs(java.lang.String srs)
setSrs
in interface GMLGeometry
getSrs()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |