Uses of Interface
com.luciad.wms.server.ILcdWMSFeatureInfoRequestEncoder
Packages that use ILcdWMSFeatureInfoRequestEncoder
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
Contains encoders to send GetMap/GetFeatureInfo results to the client.
-
Uses of ILcdWMSFeatureInfoRequestEncoder in com.luciad.wms.server
Methods in com.luciad.wms.server that return ILcdWMSFeatureInfoRequestEncoderModifier and TypeMethodDescriptionprotected ILcdWMSFeatureInfoRequestEncoder[]ALcdOGCWMSCommandDispatcherFactory.createWMSFeatureInfoEncoders(jakarta.servlet.ServletConfig aServletConfig) Overwrite this method to createILcdWMSFeatureInfoRequestEncoderobjects to be used for sending information on a WMS feature info request.TLcdWMSCommandDispatcherContext.getFeatureInfoRequestEncoder(String aFeatureInfoFormat) Returns the feature info encoder.Methods in com.luciad.wms.server that return types with arguments of type ILcdWMSFeatureInfoRequestEncoderModifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getFeatureInfoRequestEncoders()Returns the list of feature info encoders.Methods in com.luciad.wms.server with parameters of type ILcdWMSFeatureInfoRequestEncoderModifier and TypeMethodDescriptionvoidTLcdOGCWMSCommandDispatcher.addWMSFeatureInfoEncoder(ILcdWMSFeatureInfoRequestEncoder aWMSFeatureInfoEncoder) Adds aILcdWMSFeatureInfoRequestEncoderimplementation for encoding selection on views into a specific format, specified by their MIME-TYPE. -
Uses of ILcdWMSFeatureInfoRequestEncoder in com.luciad.wms.server.viewencoder
Classes in com.luciad.wms.server.viewencoder that implement ILcdWMSFeatureInfoRequestEncoderModifier and TypeClassDescriptionclassThis class implementsILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoder.classClass implementILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoder.classImplementation ofILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoderthat can encode aILcdGXYViewas PNG, with or without selection.classClass implementsILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoder.