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