|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.ogc.wms.gml_Impl.GMLCoordinates_Impl
Title:
Description:
Copyright: Copyright (c) 2005
Company: Indiana University - Computer Science Dept.
| Field Summary |
| Fields inherited from interface cgl.ogc.wms.gml.GMLCoordinates |
DEFAULT_CS, DEFAULT_DECIMAL, DEFAULT_TS |
| Constructor Summary | |
GMLCoordinates_Impl(org.w3c.dom.Element element)
constructor: creates a GMLCoordinate with an element |
|
| Method Summary | |
static GMLCoordinates |
createGMLCoordinates(org.w3c.dom.Document doc,
java.lang.String coordinates)
|
org.w3c.dom.Element |
getAsElement()
returns the GMLCoordinate as an element |
java.lang.String |
getCoordinates()
returns the coordinates in the <coordinates> tag |
char |
getCoordinateSeperator()
return the character used as coordinate seperator |
char |
getDecimalSeperator()
return the character used as decimal seperator |
char |
getTupleSeperator()
return the character used as tuple seperator |
void |
setCoordinates(java.lang.String coordinates)
sets the coordinates in the <coordinates> tag |
void |
setCoordinateSeperator(char coordinateSeperator)
|
void |
setDecimalSeperator(char decimalSeperator)
|
void |
setTupleSeperator(char tupleSeperator)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GMLCoordinates_Impl(org.w3c.dom.Element element)
element - Element| Method Detail |
public static GMLCoordinates createGMLCoordinates(org.w3c.dom.Document doc,
java.lang.String coordinates)
doc - Documentcoordinates - String
public org.w3c.dom.Element getAsElement()
public java.lang.String getCoordinates()
getCoordinates in interface GMLCoordinatespublic void setCoordinates(java.lang.String coordinates)
setCoordinates in interface GMLCoordinatescoordinates - Stringpublic char getDecimalSeperator()
getDecimalSeperator in interface GMLCoordinatespublic void setDecimalSeperator(char decimalSeperator)
setDecimalSeperator in interface GMLCoordinatesdecimalSeperator - charorg.deegree_impl.gml.GMLCoordinates_Impl#getDecimalSeperator()public char getCoordinateSeperator()
getCoordinateSeperator in interface GMLCoordinatespublic void setCoordinateSeperator(char coordinateSeperator)
setCoordinateSeperator in interface GMLCoordinatescoordinateSeperator - charorg.deegree_impl.gml.GMLCoordinates_Impl#getCoordinateSeperator()public char getTupleSeperator()
getTupleSeperator in interface GMLCoordinatespublic void setTupleSeperator(char tupleSeperator)
setTupleSeperator in interface GMLCoordinatestupleSeperator - charorg.deegree_impl.gml.GMLCoordinates_Impl#getTupleSeperator()public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||