|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcitysdk.tourism.client.poi.base.Geometry
public class Geometry
Representation of the GML_CE_GEOMETRY class of the UML diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
A Geometry is composed of one coordinate or a list of coordinates.
| Constructor Summary | |
|---|---|
Geometry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPosList()
Gets the coordinates of the geometry. |
static java.lang.String |
getSrsname()
Gets the opengis srs name URL |
void |
setPosList(java.lang.String posList)
Sets the given coordinates as the list of coordinates. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Geometry()
| Method Detail |
|---|
public java.lang.String getPosList()
public void setPosList(java.lang.String posList)
posList - the list of coordinates. It should be in the form of public static java.lang.String getSrsname()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||