public class MapsServiceUmichImpl extends Object implements MapsService
| Constructor and Description |
|---|
MapsServiceUmichImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArcGisUrl() |
String |
getKmlUrl() |
Location |
getLocationById(String id) |
DataMapper |
getMapper() |
MapsGroup |
getMapsGroupById(String id) |
MapsGroup |
getMapsGroupByName(String name) |
void |
loadKml() |
void |
setArcGisUrl(String arcGisUrl) |
void |
setKmlUrl(String kmlUrl) |
void |
setMapper(DataMapper mapper) |
public MapsServiceUmichImpl()
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 DataMapper getMapper()
public void setMapper(DataMapper mapper)
public MapsGroup getMapsGroupByName(String name)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.