|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcitysdk.tourism.client.parser.data.LineContent
public class LineContent
Container of a line. A line is no more than two LocationContent.
| Constructor Summary | |
|---|---|
LineContent(LocationContent pointOne,
LocationContent pointTwo)
Constructor |
|
| Method Summary | |
|---|---|
int |
getNumGeo()
|
LocationContent |
getPointOne()
|
LocationContent |
getPointTwo()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineContent(LocationContent pointOne,
LocationContent pointTwo)
pointOne - point one of the linepointTwo - point two of the line| Method Detail |
|---|
public LocationContent getPointOne()
public LocationContent getPointTwo()
public int getNumGeo()
getNumGeo in interface GeometryContent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||