Uses of Class
com.luciad.view.gxy.TLcdGXYViewBufferedImage
Package
Description
Utilities for making maps.
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of TLcdGXYViewBufferedImage in com.luciad.view.map
Modifier and TypeClassDescriptionclass
TLcdGXYViewBufferedImage
extension suited for displaying maps. -
Uses of TLcdGXYViewBufferedImage in com.luciad.wms.server
Modifier and TypeMethodDescriptionTLcdWMSGXYViewFactory.createGXYView
(boolean aTransparent, int aWidth, int aHeight, ILcdBounds aWorldBounds, ILcdXYWorldReference aXYWorldReference, double aRotation, Color aBackgroundColor, TLcdWMSRequestContext aRequestContext) Creates a newTLcdGXYViewBufferedImage
with the given settings.TLcdWMSGXYViewFactory.createGXYView
(boolean aTransparent, int aWidth, int aHeight, ILcdBounds aWorldBounds, ILcdXYWorldReference aXYWorldReference, Color aBackgroundColor, TLcdWMSRequestContext aRequestContext) Creates a newTLcdGXYViewBufferedImage
with the given settings.protected TLcdGXYViewBufferedImage
TLcdWMSGXYViewFactory.createGXYViewInstance
(boolean aTransparent) Creates a newTLcdGXYViewBufferedImage
with the given transparency setting.protected TLcdGXYViewBufferedImage
ALcdWMSCommandDispatcher.getGXYView()
Deprecated.This method is not used.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.clearGXYView
(TLcdGXYViewBufferedImage aGXYView) Method called to clear the initialized 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
.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!protected void
ALcdWMSCommandDispatcher.returnGXYView
(TLcdGXYViewBufferedImage aGXYView) Releases a givenTLcdGXYViewBufferedImage
.