Package com.luciad.wms.server.viewencoder
package com.luciad.wms.server.viewencoder
Contains encoders to send GetMap/GetFeatureInfo results to the client.
When the server receives a GetMap and/or GetFeatureInfo request, an internal view is constructed containing all the requested layers, optionally initialized with a selection in case of a GetFeatureInfo request. To send the result to the client, the server uses an ILcdGXYViewEncoder in case of a GetMap request and an ILcdWMSFeatureInfoRequestEncoder in case of a GetFeatureInfo request.
- Since:
- 3.0
-
ClassDescriptionThis class implements
ILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
.Class implementILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
.Implementation ofILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
that can encode aILcdGXYView
as PNG, with or without selection.Class implementsILcdGXYViewEncoder
andILcdWMSFeatureInfoRequestEncoder
.Feature info encoder that encodes the features as GeoJSON.Feature info encoder that encodes the features as HTML.Feature info encoder that encodes the features as plain text.Feature info encoder that encodes the features as XML.