|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MapNomenclature
An interface that translates between customer location terminology and real coordinates. Useful for "go to" functions, displaying the current position in customer map space, etc.
| Method Summary | |
|---|---|
Point |
coordFor(java.lang.String locationName)
Returns the coordinate for the center of the given customer map location name. |
java.lang.String |
nameFor(Point coord)
Returns the customer's map location name for the given coordinate. |
java.lang.String |
nameFor(Point coord,
int scaleIndex)
Returns the customer's map location name for the given coordinate, at the given scale level. |
int |
scaleFor(java.lang.String locationName)
Returns the scale index for the given customer map location name. |
| Methods inherited from interface com.partnersoft.data.cog.Coggable |
|---|
getState, setState |
| Method Detail |
|---|
java.lang.String nameFor(Point coord)
java.lang.String nameFor(Point coord,
int scaleIndex)
Point coordFor(java.lang.String locationName)
int scaleFor(java.lang.String locationName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||