|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcitysdk.tourism.client.poi.base.POIBaseType
citysdk.tourism.client.poi.base.POITermType
citysdk.tourism.client.poi.base.Polygon
public class Polygon
Representation of the Polygon class of the UML Diagram found in: http://www.w3.org/2010/POI/documents/Core/core-20111216.html#poi-data-model.
A Polygon is a representation of a Represented by a Geometry, basically having three or more coordinates.
| Constructor Summary | |
|---|---|
Polygon()
|
|
| Method Summary | |
|---|---|
Geometry |
getSimplePolygon()
Returns the polygon representing this Polygon. |
void |
setSimplePolygon(Geometry simplePolygon)
Sets the geometry that represents this Polygon |
| Methods inherited from class citysdk.tourism.client.poi.base.POITermType |
|---|
getScheme, getTerm, setScheme, setTerm |
| Methods inherited from class citysdk.tourism.client.poi.base.POIBaseType |
|---|
getAuthor, getBase, getCreated, getDeleted, getHref, getId, getLang, getLicense, getType, getUpdated, getValue, setAuthor, setBase, setCreated, setDeleted, setHref, setId, setLang, setLicense, setType, setUpdated, setValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Polygon()
| Method Detail |
|---|
public Geometry getSimplePolygon()
Polygon.
Geometry of this Polygon.public void setSimplePolygon(Geometry simplePolygon)
Polygon
simplePolygon - the new Polygon.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||