Uses of Class
com.luciad.wms.server.TLcdWMSServiceException
Packages that use TLcdWMSServiceException
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of TLcdWMSServiceException in com.luciad.wms.server
Methods in com.luciad.wms.server with parameters of type TLcdWMSServiceExceptionModifier and TypeMethodDescriptionprotected voidTLcdOGCWMSCommandDispatcher.handleWMSServiceException(TLcdWMSServiceException aWMSServiceException, jakarta.servlet.http.HttpServletRequest aHttpServletRequest, jakarta.servlet.http.HttpServletResponse aHttpServletResponse) This method handles what should be done in case aTLcdWMSServiceExceptionhad occurred.Methods in com.luciad.wms.server that throw TLcdWMSServiceExceptionModifier and TypeMethodDescriptionprotected voidTLcdOGCWMSCommandDispatcher.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 voidTLcdOGCWMSCommandDispatcher.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 voidTLcdOGCWMSCommandDispatcher.exportFeatureInfo(TLcdGXYViewBufferedImage aGXYView, jakarta.servlet.http.HttpServletRequest aRequest, jakarta.servlet.http.HttpServletResponse aResponse, ILcdGXYLayerSubsetList aSelectionSublist) Encodes the given selection in theILcdGXYLayerSubsetListfrom a givenILcdGXYViewand sends it to the client.protected voidTLcdOGCWMSCommandDispatcher.exportGXYView(TLcdGXYViewBufferedImage aGXYView, jakarta.servlet.http.HttpServletRequest aRequest, jakarta.servlet.http.HttpServletResponse aResponse) Encodes a givenTLcdGXYViewBufferedImageto the format specified in theHttpServletRequestand sends the encoded result to theHttpServletResponse.ILcdWMSCapabilitiesProvider.getCapabilities(ILcdRequest aRequest) Creates aALcdWMSCapabilitiesobject 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 voidTLcdOGCWMSCommandDispatcher.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 voidTLcdOGCWMSCommandDispatcher.initialiseGXYView(TLcdGXYViewBufferedImage aGXYViewSFCT, jakarta.servlet.http.HttpServletRequest aHttpServletRequest) Initialise the view based on the parameter values of the request.protected voidTLcdOGCWMSCommandDispatcher.loadGXYLayerArraySFCT(ALcdWMSLayer[] aWmsLayers, String[] aStyles, TLcdGXYViewBufferedImage aGXYView, jakarta.servlet.http.HttpServletRequest aHttpServletRequest) This method is subject to changes, and should therefore not be used!