|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.MapLocationMultiTranslator
public class MapLocationMultiTranslator
| Constructor Summary | |
|---|---|
MapLocationMultiTranslator()
|
|
| Method Summary | |
|---|---|
Coord3D |
coordFor(java.lang.String locationName)
Returns the coordinate for the center of the given customer map location name. |
java.util.ArrayList |
getSubTranslators()
|
java.lang.String |
nameFor(Coord3D coord)
Returns the customer's map location name for the given coordinate. |
java.lang.String |
nameFor(Coord3D 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. |
void |
setSubTranslators(java.util.ArrayList newTranslators)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapLocationMultiTranslator()
| Method Detail |
|---|
public java.lang.String nameFor(Coord3D coord)
nameFor in interface CustomerMapLocationTranslator
public java.lang.String nameFor(Coord3D coord,
int scaleIndex)
nameFor in interface CustomerMapLocationTranslatorpublic Coord3D coordFor(java.lang.String locationName)
coordFor in interface CustomerMapLocationTranslatorpublic int scaleFor(java.lang.String locationName)
scaleFor in interface CustomerMapLocationTranslatorpublic java.util.ArrayList getSubTranslators()
public void setSubTranslators(java.util.ArrayList newTranslators)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||