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 MapsService
public MapsGroup getMapsGroupById(String id)
getMapsGroupById
in interface MapsService
public Location getLocationById(String id)
getLocationById
in interface MapsService
public String getArcGisUrl()
getArcGisUrl
in interface MapsService
public 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.