Uses of Interface
com.luciad.wms.server.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
Modifier and TypeMethodDescriptionprotected ILcdWMSFeatureInfoRequestEncoder[]
ALcdOGCWMSCommandDispatcherFactory.createWMSFeatureInfoEncoders
(jakarta.servlet.ServletConfig aServletConfig) Overwrite this method to createILcdWMSFeatureInfoRequestEncoder
objects to be used for sending information on a WMS feature info request.TLcdWMSCommandDispatcherContext.getFeatureInfoRequestEncoder
(String aFeatureInfoFormat) Returns the feature info encoder.Modifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getFeatureInfoRequestEncoders()
Returns the list of feature info encoders.Modifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addWMSFeatureInfoEncoder
(ILcdWMSFeatureInfoRequestEncoder aWMSFeatureInfoEncoder) Adds aILcdWMSFeatureInfoRequestEncoder
implementation for encoding selection on views into a specific format, specified by their MIME-TYPE. -
Uses of ILcdWMSFeatureInfoRequestEncoder in com.luciad.wms.server.viewencoder
Modifier and TypeClassDescriptionclass
This class implementsILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
.class
Class implementILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
.class
Implementation ofILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
that can encode aILcdGXYView
as PNG, with or without selection.class
Class implementsILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
.