Uses of Interface
com.luciad.wms.server.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
Modifier 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.Modifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getGetFeatureInfoRequestEncoders()
Returns the list of get feature info encoders.Modifier 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
Modifier 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.