Uses of Interface
com.luciad.wms.server.ILcdWMSGetFeatureInfoRequestEncoder
Packages that use ILcdWMSGetFeatureInfoRequestEncoder
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
Contains encoders to send GetMap/GetFeatureInfo results to the client.
-
Uses of ILcdWMSGetFeatureInfoRequestEncoder in com.luciad.wms.server
Methods in com.luciad.wms.server that return ILcdWMSGetFeatureInfoRequestEncoderModifier and TypeMethodDescriptionprotected ILcdWMSGetFeatureInfoRequestEncoder[]
ALcdOGCWMSCommandDispatcherFactory.createWMSGetFeatureInfoEncoders
(jakarta.servlet.ServletConfig aServletConfig) Overwrite this method to createILcdWMSGetFeatureInfoRequestEncoder
objects to be used for sending information on a WMS feature info request.TLcdWMSCommandDispatcherContext.getGetFeatureInfoRequestEncoder
(String aFeatureInfoFormat) Returns the feature info encoder for the requested format.Methods in com.luciad.wms.server that return types with arguments of type ILcdWMSGetFeatureInfoRequestEncoderModifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getGetFeatureInfoRequestEncoders()
Returns the list of get feature info encoders.Methods in com.luciad.wms.server with parameters of type ILcdWMSGetFeatureInfoRequestEncoderModifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addWMSGetFeatureInfoEncoder
(ILcdWMSGetFeatureInfoRequestEncoder aWMSGetFeatureInfoEncoder) Adds aILcdWMSGetFeatureInfoRequestEncoder
implementation for encoding selection on views into a specific format, specified by their MIME-TYPE. -
Uses of ILcdWMSGetFeatureInfoRequestEncoder in com.luciad.wms.server.viewencoder
Classes in com.luciad.wms.server.viewencoder that implement ILcdWMSGetFeatureInfoRequestEncoderModifier and TypeClassDescriptionclass
Feature info encoder that encodes the features as GeoJSON.class
Feature info encoder that encodes the features as HTML.class
Feature info encoder that encodes the features as plain text.class
Feature info encoder that encodes the features as XML.