Uses of Interface
com.luciad.wms.server.ILcdGXYViewEncoder
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
Contains encoders to send GetMap/GetFeatureInfo results to the client.
-
Uses of ILcdGXYViewEncoder in com.luciad.wms.server
Modifier and TypeMethodDescriptionprotected ILcdGXYViewEncoder[]
ALcdOGCWMSCommandDispatcherFactory.createGXYViewEncoders
(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdGXYViewEncoder
objects to be used for sending information on a WMS map request.TLcdWMSCommandDispatcherContext.getGXYViewEncoder
(String aMapFormat) Returns the GXY view encoder for the requested map format.Modifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getGXYViewEncoders()
Returns the list of view encoders.Modifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addGXYViewEncoder
(ILcdGXYViewEncoder aGXYViewEncoder) Adds aILcdGXYViewEncoder
implementation for encoding views into a specific format, specified by their MIME-TYPE. -
Uses of ILcdGXYViewEncoder 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
.