|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointReference
This interface defines a reference to a location.
| Field Summary | |
|---|---|
static int |
ADDRESS_GEOM_TYPE
This constant indicates a ponit reference of type geometry address. |
static int |
ID_GEOM_TYPE
This constant indicates a ponit reference of type geometry ID reference. |
static int |
LAT_LON_POINT_TYPE
This constant indicates a ponit reference of type lat lon point. |
static int |
MAP_POINT_TYPE
This constant indicates a ponit reference of type map point. |
| Method Summary | |
|---|---|
float[] |
getXY(DrawingLevel level)
This method returns an XY location. |
boolean |
isOnLevel(DrawingLevel level)
This method returns true if the referenced point should appear on the given level. |
| Field Detail |
|---|
static final int MAP_POINT_TYPE
static final int LAT_LON_POINT_TYPE
static final int ID_GEOM_TYPE
static final int ADDRESS_GEOM_TYPE
| Method Detail |
|---|
float[] getXY(DrawingLevel level)
boolean isOnLevel(DrawingLevel level)
level - The level on shich to check if the point resides.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||