| org.vfny.geoserver.wms.requests.WmsKvpRequestReader org.vfny.geoserver.wms.requests.GetMapKvpReader org.vfny.geoserver.wms.requests.GetKMLReflectKvpReader
GetKMLReflectKvpReader | public class GetKMLReflectKvpReader extends GetMapKvpReader (Code) | | GetKMLReflectKvpReader:
This class is a refinement of GetMapKvpReader. It just moves some
of the mandatory parameters to "optional" parameters. This is to allow
the kml reflector (KMLReflector) to accept brief/simple requests and it
will fill in the rest of the information.
author: Brent Owens |
GetKMLReflectKvpReader | public GetKMLReflectKvpReader(Map kvpPairs, WMService service)(Code) | | |
parseLayersAndStyles | protected void parseLayersAndStyles(GetMapRequest request) throws WmsException(Code) | | Changed from the parent class to allow for missing style parameter.
The parameter is optional now.
|
parseMandatoryParameters | public void parseMandatoryParameters(GetMapRequest request, boolean parseStylesLayers) throws WmsException(Code) | | Mandatory parameters are 'bbox' and 'layers'. Styles are optional, but they
are parsed at the same time as layers.
|
Methods inherited from org.vfny.geoserver.wms.requests.GetMapKvpReader | public static void addStyles(GetMapRequest request, MapLayerInfo currLayer, StyledLayer layer, List layers, List styles) throws WmsException(Code)(Java Doc) public void filterBaseMap(Map layers, Map styles)(Code)(Java Doc) public static CoverageInfo findCoverageLayer(GetMapRequest request, String layerName) throws WmsException(Code)(Java Doc) public static FeatureTypeInfo findFeatureLayer(GetMapRequest request, String layerName) throws WmsException(Code)(Java Doc) public static Style findStyle(GetMapRequest request, String currStyleName)(Code)(Java Doc) static String fixURL(String url)(Code)(Java Doc) public Request getRequest(HttpServletRequest httpRequest) throws ServiceException(Code)(Java Doc) public static void initializeInlineFeatureLayer(GetMapRequest getMapRequest, UserLayer ul, MapLayerInfo currLayer) throws Exception(Code)(Java Doc) public boolean isStylesRquired()(Code)(Java Doc) protected Envelope parseBbox(String bboxParam) throws WmsException(Code)(Java Doc) protected void parseFilterParam(GetMapRequest request) throws WmsException(Code)(Java Doc) public static List parseLayerGroup(String layerGroup)(Code)(Java Doc) protected void parseLayersAndStyles(GetMapRequest request) throws WmsException(Code)(Java Doc) protected MapLayerInfo[] parseLayersParam(GetMapRequest request) throws WmsException(Code)(Java Doc) public void parseMandatoryParameters(GetMapRequest request, boolean parseStylesLayers) throws WmsException(Code)(Java Doc) public void parseOptionalParameters(GetMapRequest request) throws WmsException(Code)(Java Doc) protected void parseSldBodyParam(GetMapRequest request) throws WmsException(Code)(Java Doc) protected void parseSldParam(GetMapRequest request) throws WmsException(Code)(Java Doc) protected List parseStylesParam(GetMapRequest request, MapLayerInfo[] layers) throws WmsException(Code)(Java Doc) public void setStylesRequired(boolean parseStyles)(Code)(Java Doc)
|
Methods inherited from org.vfny.geoserver.wms.requests.WmsKvpRequestReader | protected String getRequestVersion()(Code)(Java Doc)
|
|
|