public class MapsServiceImpl extends Object implements MapsService
| Constructor and Description |
|---|
MapsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArcGisUrl() |
String |
getKmlUrl() |
Location |
getLocationById(String id) |
Map<String,Location> |
getLocations() |
MapsGroup |
getMapsGroupById(String id) |
Map<String,MapsGroup> |
getMapsGroups() |
void |
loadKml() |
void |
setArcGisUrl(String arcGisUrl) |
void |
setKmlUrl(String kmlUrl) |
void |
setLocations(Map<String,Location> locations) |
void |
setMapsGroups(Map<String,MapsGroup> mapsGroups) |
public MapsServiceImpl()
public void loadKml()
loadKml in interface MapsServicepublic MapsGroup getMapsGroupById(String id)
getMapsGroupById in interface MapsServicepublic Location getLocationById(String id)
getLocationById in interface MapsServicepublic String getArcGisUrl()
getArcGisUrl in interface MapsServicepublic void setArcGisUrl(String arcGisUrl)
public Map<String,MapsGroup> getMapsGroups()
public void setMapsGroups(Map<String,MapsGroup> mapsGroups)
mapsGroups - the mapsGroups to setpublic Map<String,Location> getLocations()
public void setLocations(Map<String,Location> locations)
locations - the locations to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.