Uses of Class
com.luciad.wms.server.TLcdWMSServiceException
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of TLcdWMSServiceException in com.luciad.wms.server
Modifier and TypeMethodDescriptionprotected void
TLcdOGCWMSCommandDispatcher.handleWMSServiceException
(TLcdWMSServiceException aWMSServiceException, jakarta.servlet.http.HttpServletRequest aHttpServletRequest, jakarta.servlet.http.HttpServletResponse aHttpServletResponse) This method handles what should be done in case aTLcdWMSServiceException
had occurred.Modifier and TypeMethodDescriptionprotected void
TLcdOGCWMSCommandDispatcher.addGXYLayers
(jakarta.servlet.http.HttpServletRequest aHttpServletRequest, String[] aLayerList, String[] aStyleList, TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor, TLcdGXYViewBufferedImage aGXYView) Creates the necessary layers based on the specified layer list, style list and/or styled layer descriptor, and adds them to the view.protected void
TLcdOGCWMSCommandDispatcher.addGXYLayers
(jakarta.servlet.http.HttpServletRequest aHttpServletRequest, String aLayerList, String aStyleList, TLcdGXYViewBufferedImage aGXYView) Creates the layers from the list with the styles and add it to the view.protected void
TLcdOGCWMSCommandDispatcher.exportFeatureInfo
(TLcdGXYViewBufferedImage aGXYView, jakarta.servlet.http.HttpServletRequest aRequest, jakarta.servlet.http.HttpServletResponse aResponse, ILcdGXYLayerSubsetList aSelectionSublist) Encodes the given selection in theILcdGXYLayerSubsetList
from a givenILcdGXYView
and sends it to the client.protected void
TLcdOGCWMSCommandDispatcher.exportGXYView
(TLcdGXYViewBufferedImage aGXYView, jakarta.servlet.http.HttpServletRequest aRequest, jakarta.servlet.http.HttpServletResponse aResponse) Encodes a givenTLcdGXYViewBufferedImage
to the format specified in theHttpServletRequest
and sends the encoded result to theHttpServletResponse
.ILcdWMSCapabilitiesProvider.getCapabilities
(ILcdRequest aRequest) Creates aALcdWMSCapabilities
object for a given request.ALcdWMSCapabilitiesProvider.getLayers
(List<String> aLayerNames, ILcdRequest aRequest) ILcdWMSCapabilitiesProvider.getLayers
(List<String> aLayerNames, ILcdRequest aRequest) Returns the corresponding WMS layers for the requested layer names.ALcdWMSCapabilitiesProvider.getServiceMetaData
(ILcdRequest aRequest) ILcdWMSCapabilitiesProvider.getServiceMetaData
(ILcdRequest aRequest) Returns the WMS service metadata part of the WMS capabilities.protected void
TLcdOGCWMSCommandDispatcher.handleUnknownCommand
(jakarta.servlet.http.HttpServletRequest aRequest, jakarta.servlet.http.HttpServletResponse aResponse) This method handles unknown request ( not GetFeatureInfo, GetCapabilities or capabilities, GetMap or map).protected void
TLcdOGCWMSCommandDispatcher.initialiseGXYView
(TLcdGXYViewBufferedImage aGXYViewSFCT, jakarta.servlet.http.HttpServletRequest aHttpServletRequest) Initialise the view based on the parameter values of the request.protected void
TLcdOGCWMSCommandDispatcher.loadGXYLayerArraySFCT
(ALcdWMSLayer[] aWmsLayers, String[] aStyles, TLcdGXYViewBufferedImage aGXYView, jakarta.servlet.http.HttpServletRequest aHttpServletRequest) This method is subject to changes, and should therefore not be used!