| org.vfny.geoserver.action.SrsHelpAction
SrsHelpAction | public class SrsHelpAction extends Action (Code) | | author: Simone Giannecchini, GeoSolutions |
Method Summary | |
public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This is a simple action - it reads in the GT2 supported EPSG codes.
DONE: once geosever support EPSG thats not in the properties file, this should
be a bit more abstract and get a list of all EPSG defs from the
GDSFactory (if possible). |
execute | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException(Code) | | This is a simple action - it reads in the GT2 supported EPSG codes.
DONE: once geosever support EPSG thats not in the properties file, this should
be a bit more abstract and get a list of all EPSG defs from the
GDSFactory (if possible). Use toWKT() as its nicer to read.
Form has two properies - ids (list of String - the epsg #)
defs (list of String - the epsg WKT definitions)
|
|
|