Uses of Package
com.luciad.wms.server
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
Reading capabilities from configuration file.
Contains encoders to send GetMap/GetFeatureInfo results to the client.
-
ClassDescriptionExtension of
ILcdModelProvider
that provides support for multi-dimensional requests.This factory class creates a command dispatcher following the OGC WMS specification.Abstract implementation ofILcdWMSGXYLayerFactory
that adds SLD support.Abstract class for a command dispatcher implementation.Abstract class for factory implementations to createALcdWMSCommandDispatcher
objects.This interface specifies methods to write givenILcdGXYView
to aOutputStream
.Interface defining the method to create a newILcdModelDecoder
for a given source.Interface defining implementations that can provide models corresponding to some source name.Decoder for user-defined layers.Interface defining the method to create a newILcdRemoteOWSModelDecoder
for a given user-defined layer.Interface defining implementations that can provide models corresponding to some user-defined layer.CreatesALcdWMSCapabilities
object.Provides the WMS capabilities, or parts of it.Deprecated.This interface specifies methods to encode the result of aDescribeLayer
request.
The type of encoding is defined by the actual implementations.
EachILcdWMSDescribeLayerEncoder
has a contenttype that identifies the type of data encoded by the implementation.Deprecated.Since 2017.0 Please make use of the interfaceILcdWMSGetFeatureInfoRequestEncoder
.This interface specifies methods to write given the features of theTLcdGXYLayerSubsetList
ofILcdGXYView
to aOutputStream
.This interface specifies methods to encode the result of aGetLegendGraphic
request.
The type of encoding is defined by the actual implementations.
EachILcdWMSLegendGraphicRequestEncoder
has a content type that identifies the type of data encoded by the implementation.This is the interface for all classes that can create aILcdGXYLayer
for representing aILcdModel
on aILcdGXYView
.Provider for online resources (typically URLs) that are used in some standardized responses defined by the WMS specification, like a GetCapabilities response or a Service Exception Report response.Interface defining implementations that can provide server-side SLD feature type styles.This command dispatcher implementation handles HTTP requests following the OpenGIS Web Map Server implementation specification.Contextual information regarding the command dispatcher.This class contains all relevant information that might be useful when generating legends.Factory class defining the methods to create and configure a newTLcdGXYViewBufferedImage
to generate a map inside the WMS Server.This class holds a HTTP request and several parameters used in a WMS request.Class to handle the exceptions thrown byTLcdOGCWMSCommandDispatcher
andTLcdOGCSLDWMSCommandDispatcher
, when the request URL contains invalid parameters or invalid values. -
ClassDescriptionInterface defining implementations that can provide models corresponding to some source name.Creates
ALcdWMSCapabilities
object. -
ClassDescriptionThis interface specifies methods to write given
ILcdGXYView
to aOutputStream
.Deprecated.Since 2017.0 Please make use of the interfaceILcdWMSGetFeatureInfoRequestEncoder
.This interface specifies methods to write given the features of theTLcdGXYLayerSubsetList
ofILcdGXYView
to aOutputStream
.This class holds a HTTP request and several parameters used in a WMS request.
ILcdWMSCapabilitiesProvider
.