Uses of Interface
com.luciad.view.gxy.ILcdGXYLayerSubsetList
Packages that use ILcdGXYLayerSubsetList
Package
Description
Contains a broad range of classes related to the visual represention of a map.
Contains controllers for a map component.
Representation aspects of APP-6A symbols in xy space.
Representation aspects of MIL-STD 2525 military symbols in xy space.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Controllers for 2D views.
Touch controllers for the 2D view.
Utilities for making maps.
Implementation of the OGC Web Map Service (WMS) specification.
Contains encoders to send GetMap/GetFeatureInfo results to the client.
-
Uses of ILcdGXYLayerSubsetList in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionILcyMapComponent.getSnapList()Use this method to get the list of snappables for this map component.TLcyMapComponent.getSnapList()Returns the list of snappables. -
Uses of ILcdGXYLayerSubsetList in com.luciad.lucy.map.controller
Methods in com.luciad.lucy.map.controller with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionALcyGXYNewControllerModel.getGXYLayer(Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Chooses and returns an appropriate layer to create new objects in the given view. -
Uses of ILcdGXYLayerSubsetList in com.luciad.symbology.app6a.view.gxy
Methods in com.luciad.symbology.app6a.view.gxy with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionALcdAPP6AGXYNewControllerModel.getGXYLayer(Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aILcdGXYLayerSubsetList, ILcdGXYContext aContext) Returns a suitable layer for creating an object. -
Uses of ILcdGXYLayerSubsetList in com.luciad.symbology.milstd2525b.view.gxy
Methods in com.luciad.symbology.milstd2525b.view.gxy with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionALcdMS2525bGXYNewControllerModel.getGXYLayer(Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aILcdGXYLayerSubsetList, ILcdGXYContext aContext) Returns a suitable layer for creating an object. -
Uses of ILcdGXYLayerSubsetList in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYLayerSubsetListModifier and TypeClassDescriptionclassThis is an implementation of theILcdGXYLayerSubsetListinterface. -
Uses of ILcdGXYLayerSubsetList in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller that return ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionTLcdGXYEditControllerModel2.editingCandidates(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat) Returns the set of candidates for editing, respecting the given modes.TLcdGXYMultiPointEditControllerModel.editingCandidates(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat) Returns the set of candidates for editing, respecting the given modes.TLcdGXYEditController.getSnappables()Deprecated.Returns the Objects to snap to when editing Objects:nullis a valid returned value.TLcdGXYEditController2.getSnappables()Returns the snappables.TLcdGXYNewController.getSnappables()Deprecated.Returns the Objects to snap to when initializing a new created Object:nullis a valid returned value.TLcdGXYNewController2.getSnappables()Returns the Objects to snap to when initializing a new created Object, ornullwhen snapping is disabled.TLcdGXYSelectController.lastSelected()Deprecated.TLcdGXYSelectController.selection()Deprecated.TLcdGXYSelectControllerModel2.selectionCandidates(ILcdGXYView aGXYView, Rectangle aSelectionBounds, int aMouseMode, MouseEvent aMouseEvent, int aSelectByWhatMode, int aSelectHowMode) Returns the selection candidates for the given selection bounds and modes.Methods in com.luciad.view.gxy.controller with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionbooleanTLcdGXYEditControllerModel2.applyEdit(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Applies the edit to every object of the given subset, by delegating the real work toILcdGXYEditor.editwith the modeTRANSLATED(orRESHAPEDif aEditHow isEDIT_HOW_RESHAPING).booleanTLcdGXYMultiPointEditControllerModel.applyEdit(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Applies the edit to every object of the given subset, by delegating the real work toILcdGXYEditor.editwith the modeTRANSLATED(orRESHAPEDifaEditHowisEDIT_HOW_RESHAPING).voidTLcdGXYSelectControllerModel2.applySelection(ILcdGXYView aGXYView, Rectangle aSelectionBounds, int aInputMode, int aX, int aY, int aSelectByWhatMode, int aSelectHowMode, ILcdGXYLayerSubsetList aSelectionCandidates) Modifies the current selection, according to the given selection candidates and by respecting the given modes.voidTLcdGXYSelectControllerModel2.applySelection(ILcdGXYView aGXYView, Rectangle aSelectionBounds, int aMouseMode, MouseEvent aMouseEvent, int aSelectByWhatMode, int aSelectHowMode, ILcdGXYLayerSubsetList aSelectionCandidates) Deprecated.voidALcdGXYNewControllerModel2.cancel(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Cancels creation of the object.voidILcdGXYSelectControllerModel.chooseSelectionAt(ILcdGXYLayerSubsetList aPotentialSelection, MouseEvent aMouseEvent, ILcdGXYView aGXYView) Chooses and sets the selection considering the Objects touched by a given mousePressed event.voidTLcdGXYSelectControllerModel.chooseSelectionAt(ILcdGXYLayerSubsetList aPotentialSelection, MouseEvent aMouseEvent, ILcdGXYView aGXYView) Deprecated.This methods pops up a swing PopupMenu containing a String representation (see formatObject) of all Objects potentially selectable at a given mousePressed location on the screen.voidTLcdGXYSelectControllerModelSW.chooseSelectionAt(ILcdGXYLayerSubsetList aPotentialSelection, MouseEvent aMouseEvent, ILcdGXYView aGXYView) Deprecated.This methods pops up a swing JPopupMenu containing a String representation (see formatObject) of all Objects potentially selectable at a given mousePressed location on the screen.voidALcdGXYNewControllerModel2.commit(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Commits the created object.abstract ObjectALcdGXYNewControllerModel2.create(int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Creates an uninitialized model object, ready for editing.protected ILcdUndoableALcdGXYNewControllerModel2.createCommitUndoable(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Creates a newILcdUndoablefor committing the given object.protected TLcdCompositeUndoableTLcdGXYEditControllerModel2.createSingleObjectUndoable(Object aDomainObject, ILcdGXYLayer aLayer, ILcdGXYView aGXYView, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all the undoables generated by a singleILcdGXYEditorfor a single domain object.protected TLcdCompositeUndoableTLcdGXYMultiPointEditControllerModel.createSingleObjectUndoable(Object aDomainObject, ILcdGXYLayer aLayer, ILcdGXYView aGXYView, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all the undoables generated by a singleILcdGXYEditorfor a single domain object.protected TLcdCompositeUndoableTLcdGXYEditControllerModel2.createTotalOperationUndoable(ILcdGXYView aGXYView, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all undoables generated by all the underlying editors for all the edited domain objects.protected TLcdCompositeUndoableTLcdGXYMultiPointEditControllerModel.createTotalOperationUndoable(ILcdGXYView aGXYView, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Creates the composite undoable that will wrap all undoables generated by all the underlying editors for all the edited domain objects.ALcdGXYNewControllerModel2.edit(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Performs an edit operation on the object, given the context parameters.protected intTLcdGXYEditController2.editHowMode(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent) Returns the edit-how mode.intTLcdGXYEditControllerModel2.editHowMode(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent) Deprecated.The controllers themselves should be responsible for specifying the edit how mode, mainly because it is very dependent on the kind of input device.TLcdGXYEditControllerModel2.editingCandidates(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat) Returns the set of candidates for editing, respecting the given modes.TLcdGXYMultiPointEditControllerModel.editingCandidates(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat) Returns the set of candidates for editing, respecting the given modes.protected intTLcdGXYEditController2.editWhatMode(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow) Returns the edit-what mode.intTLcdGXYEditControllerModel2.editWhatMode(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow) Deprecated.The controllers themselves should be responsible for any dependency on InputEvents of the edit-what modeALcdGXYNewControllerModel2.getCreationStatus(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Returns the creation status of the object being created.abstract ILcdGXYLayerALcdGXYNewControllerModel2.getGXYLayer(Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Returns a suitable layer for creating an object.ALcdGXYNewControllerModel2.mouseCursor(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Returns the desired cursor for the given parameters, ornullif no specific cursor is needed.TLcdGXYEditControllerModel2.mouseCursor(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Returns the desired cursor for the given parameters.voidALcdGXYNewControllerModel2.paint(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Paints the object being created.voidTLcdGXYEditControllerModel2.paintEditing(Graphics aGraphics, ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Paints the given set of edit candidates in their temporary editing state.voidTLcdGXYMultiPointEditControllerModel.paintEditing(Graphics aGraphics, ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat, ILcdGXYLayerSubsetList aEditingCandidates) Paints the given set of edit candidates in their temporary editing state.voidTLcdGXYEditController.setSnappables(ILcdGXYLayerSubsetList aNewSnappables) Deprecated.Sets the Objects to snap to when editing Objects:nullis a valid argument.voidTLcdGXYEditController2.setSnappables(ILcdGXYLayerSubsetList aSnappables) Sets the set of objects that are used as candidates-to-snap-to while editing other objects.voidTLcdGXYNewController.setSnappables(ILcdGXYLayerSubsetList aNewSnappables) Deprecated.Sets the Objects to snap to when initializing a new created Object:nullis a valid argument.voidTLcdGXYNewController2.setSnappables(ILcdGXYLayerSubsetList aSnappables) Sets the Objects to snap to when initializing a new created Object.booleanALcdGXYNewControllerModel2.shouldCommit(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Deprecated.This method depends on the kind of input (in this case a mouseEvent).protected booleanTLcdGXYNewController2.shouldCommit(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Returns whether the mouse event should trigger a commit of the object, given the context parameters.booleanALcdGXYNewControllerModel2.shouldEdit(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Deprecated.This method depends on the kind of input (in this case a mouseEvent).protected booleanTLcdGXYNewController2.shouldEdit(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Returns whether the mouse event should trigger an edit of the object, given the context parameters.booleanALcdGXYNewControllerModel2.shouldUndo(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Deprecated.This method depends on the kind of input (in this case a mouseEvent).protected booleanTLcdGXYNewController2.shouldUndo(Object aObject, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Returns whether the mouse event should undo the last edit operation, given the context parameters.ALcdGXYNewControllerModel2.snapTarget(Object aObjectToSnap, int aEditCount, Graphics aGraphics, MouseEvent aMouseEvent, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) Tries to retrieve a snap target from the givenaSnappables.TLcdGXYEditControllerModel2.snapTarget(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, Point aFrom, Point aTo, MouseEvent aMouseEvent, int aEditHow, int aEditWhat, Object aObjectToSnap, ILcdGXYLayer aObjectToSnapGXYLayer) Tries to retrieve a snap target from the given aSnappables.com.luciad.view.gxy.controller.TLcdGXYMultiPointEditControllerModel.SnapTargetInfoTLcdGXYMultiPointEditControllerModel.snapTarget(ILcdGXYView aGXYView, ILcdGXYLayerSubsetList aSnappables, List<Point> aFrom, List<Point> aTo, int aEditHow, int aEditWhat, Object aObjectToSnap, ILcdGXYLayer aObjectToSnapGXYLayer) Tries to retrieve a snap target from the given aSnappables. -
Uses of ILcdGXYLayerSubsetList in com.luciad.view.gxy.controller.touch
Methods in com.luciad.view.gxy.controller.touch that return ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionTLcdGXYTouchNewController.getSnappables()Returns the Objects to snap to when initializing a new created Object, ornullwhen snapping is disabled.TLcdGXYTouchSelectEditController.getSnappables()Returns the snappables.TLcdMapTouchRulerController.getSnappables()Returns the snappables used by this controller.Methods in com.luciad.view.gxy.controller.touch with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionvoidTLcdGXYTouchNewController.setSnappables(ILcdGXYLayerSubsetList aSnappables) Sets the Objects to snap to when initializing a new created Object.voidTLcdGXYTouchSelectEditController.setSnappables(ILcdGXYLayerSubsetList aSnappables) Sets the set of objects that are used as candidates-to-snap-to while editing other objects.voidTLcdMapTouchRulerController.setSnappables(ILcdGXYLayerSubsetList aSnappables) Sets the new snappables for this controller, default is null.protected booleanTLcdGXYTouchNewController.shouldCommit(Object aObject, int aEditCount, Graphics aGraphics, TLcdTouchPoint aTouchPoint, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) This method indicates that the object should be committed.protected booleanTLcdGXYTouchNewController.shouldEdit(Object aObject, int aEditCount, Graphics aGraphics, TLcdTouchPoint aTouchPoint, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) This method controls when a edit should take place ( placing a point ).protected booleanTLcdGXYTouchNewController.shouldUndo(Object aObject, int aEditCount, Graphics aGraphics, TLcdTouchPoint aTouchPoint, ILcdGXYLayerSubsetList aSnappables, ILcdGXYContext aContext) This method controls when you should undo instead of edit. -
Uses of ILcdGXYLayerSubsetList in com.luciad.view.map
Methods in com.luciad.view.map that return ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionTLcdAdvancedMapRulerController.getSnappables()Returns the snappables used by this controller.Methods in com.luciad.view.map with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionvoidTLcdAdvancedMapRulerController.setSnappables(ILcdGXYLayerSubsetList aSnappables) Sets the new snappables for this controller, default is null. -
Uses of ILcdGXYLayerSubsetList in com.luciad.wms.server
Methods in com.luciad.wms.server that return ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionprotected ILcdGXYLayerSubsetListALcdWMSCommandDispatcher.performSelectionAt(int aX, int aY, int aSensitivity, int aFeatureCount, Vector aGXYLayerList, ILcdGXYView aGXYView) Performs a selection on the given view and set of layers, and returns the selected objects as aILcdGXYLayerSubsetList.protected ILcdGXYLayerSubsetListTLcdOGCWMSCommandDispatcher.performSelectionAt(int aX, int aY, int aFeatureCount, Vector aGXYLayerList, ILcdGXYView aGXYViewSFCT, jakarta.servlet.http.HttpServletRequest aHttpServletRequest) Performs a selection on the given view and set of layers, and returns the selected objects as aILcdGXYLayerSubsetList.protected ILcdGXYLayerSubsetListALcdWMSCommandDispatcher.performSelectionInBounds(int aX, int aY, int aSelectionWidth, int aSelectionHeight, int aFeatureCount, Vector aGXYLayerList, ILcdGXYView aGXYView) Performs a selection on the given view and set of layers, and returns the selected objects as aILcdGXYLayerSubsetList.protected ILcdGXYLayerSubsetListTLcdOGCWMSCommandDispatcher.performSelectionInBounds(int aX, int aY, int aSelectionWidth, int aSelectionHeight, int aFeatureCount, Vector aGXYLayerList, ILcdGXYView aGXYViewSFCT, jakarta.servlet.http.HttpServletRequest aHttpServletRequest) Performs a selection on the given view and set of layers, and returns the selected objects as aILcdGXYLayerSubsetList.Methods in com.luciad.wms.server with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionvoidILcdWMSFeatureInfoRequestEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView) Deprecated.Encodes the given selection in theTLcdGXYLayerSubsetListfrom a givenILcdGXYViewand sends it to the givenOutputStream.voidILcdWMSGetFeatureInfoRequestEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView, TLcdWMSRequestContext aWMSRequestContext) Encodes the given selection in theTLcdGXYLayerSubsetListfrom a givenILcdGXYViewand sends it to the givenOutputStream.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. -
Uses of ILcdGXYLayerSubsetList in com.luciad.wms.server.viewencoder
Methods in com.luciad.wms.server.viewencoder with parameters of type ILcdGXYLayerSubsetListModifier and TypeMethodDescriptionvoidTLcdGXYViewGIFEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView) Encodes theILcdGXYViewto a GIF and writes in to the givenOutputStrean.voidTLcdGXYViewJPEGEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView) Encodes theILcdGXYViewto a JPEG and writes in to the givenOutputStrean.voidTLcdGXYViewPNGEncoder.encode(ILcdGXYLayerSubsetList aSubsetList, OutputStream aOutputStream, ILcdGXYView aGXYView) voidTLcdGXYViewSVGEncoder.encode(ILcdGXYLayerSubsetList aSubsetList, OutputStream aOutputStream, ILcdGXYView aGXYView) voidTLcdWMSGeoJsonGetFeatureInfoEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView, TLcdWMSRequestContext aWMSRequestContext) voidTLcdWMSHTMLGetFeatureInfoEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView, TLcdWMSRequestContext aWMSRequestContext) voidTLcdWMSTextPlainGetFeatureInfoEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView, TLcdWMSRequestContext aWMSRequestContext) voidTLcdWMSXMLGetFeatureInfoEncoder.encode(ILcdGXYLayerSubsetList aSelectionSublist, OutputStream aOutputStream, ILcdGXYView aGXYView, TLcdWMSRequestContext aWMSRequestContext)
applySelectionwithout the mouseEvent parameter instead.