Uses of Interface
com.luciad.wms.server.ILcdGXYViewEncoder
Packages that use 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
Methods in com.luciad.wms.server that return ILcdGXYViewEncoderModifier and TypeMethodDescriptionprotected ILcdGXYViewEncoder[]ALcdOGCWMSCommandDispatcherFactory.createGXYViewEncoders(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdGXYViewEncoderobjects 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.Methods in com.luciad.wms.server that return types with arguments of type ILcdGXYViewEncoderModifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getGXYViewEncoders()Returns the list of view encoders.Methods in com.luciad.wms.server with parameters of type ILcdGXYViewEncoderModifier and TypeMethodDescriptionvoidTLcdOGCWMSCommandDispatcher.addGXYViewEncoder(ILcdGXYViewEncoder aGXYViewEncoder) Adds aILcdGXYViewEncoderimplementation for encoding views into a specific format, specified by their MIME-TYPE. -
Uses of ILcdGXYViewEncoder in com.luciad.wms.server.viewencoder
Classes in com.luciad.wms.server.viewencoder that implement ILcdGXYViewEncoderModifier and TypeClassDescriptionclassThis class implementsILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoder.classClass implementILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoder.classImplementation ofILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoderthat can encode aILcdGXYViewas PNG, with or without selection.classClass implementsILcdGXYViewEncoderandILcdWMSFeatureInfoRequestEncoder.