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 createILcdWMSGetFeatureInfoRequestEncoderobjects 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 TypeMethodDescriptionvoidTLcdOGCWMSCommandDispatcher.addWMSGetFeatureInfoEncoder(ILcdWMSGetFeatureInfoRequestEncoder aWMSGetFeatureInfoEncoder) Adds aILcdWMSGetFeatureInfoRequestEncoderimplementation 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 TypeClassDescriptionclassFeature info encoder that encodes the features as GeoJSON.classFeature info encoder that encodes the features as HTML.classFeature info encoder that encodes the features as plain text.classFeature info encoder that encodes the features as XML.