public class GISMapPoint
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
x |
java.lang.Integer |
y |
| Constructor and Description |
|---|
GISMapPoint() |
GISMapPoint(java.lang.Integer x,
java.lang.Integer y) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getX() |
java.lang.Integer |
getY() |