Uses of Class
com.luciad.ogc.common.ALcdRequestContext
Package
Description
This package contains interfaces and classes common to all OGC web services.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
Implementation of the OGC Web Map Service (WMS) specification.
Implementation of the OGC Web Map Tile Service.
-
Uses of ALcdRequestContext in com.luciad.ogc.common
Modifier and TypeMethodDescriptionILcdOGCModelProvider.getModel
(String aSourceName, ALcdRequestContext aRequestContext) Returns theILcdModel
corresponding to the given source name and request context.TLcdOGCModelProvider.getModel
(String aSourceName, ALcdRequestContext aRequestContext) default String
ILcdOGCModelProvider.getModelUpdateSequence
(String aSourceName, ALcdRequestContext aRequestContext) Returns the update sequence value associated with the mode identified by the given source name.TLcdOGCModelProvider.getModelUpdateSequence
(String aSourceName, ALcdRequestContext aRequestContext) SeeILcdOGCModelProvider
for more information about this method. -
Uses of ALcdRequestContext in com.luciad.ogc.wcs
Modifier and TypeClassDescriptionfinal class
This class holds a HTTP request and several parameters used in a WCS request. -
Uses of ALcdRequestContext in com.luciad.ogc.wfs
Modifier and TypeClassDescriptionfinal class
A class that represents context information about a WFS request that is being handled. -
Uses of ALcdRequestContext in com.luciad.wms.server
Modifier and TypeClassDescriptionfinal class
This class holds a HTTP request and several parameters used in a WMS request.Modifier and TypeMethodDescriptionALcdMultiDimensionalModelProvider.getModel
(String aSourceName, ALcdRequestContext aRequestContext) Returns theILcdModel
corresponding to a source name.ILcdModelProvider.getModel
(String aSourceName, ALcdRequestContext aRequestContext) Returns theILcdModel
corresponding to a source name and request context.TLcdWMSModelProvider.getModel
(String aSourceName, ALcdRequestContext aRequestContext) default String
ILcdModelProvider.getModelUpdateSequence
(String aSourceName, ALcdRequestContext aRequestContext) Returns the update sequence value associated with the mode identified by the given source name.TLcdWMSModelProvider.getModelUpdateSequence
(String aSourceName, ALcdRequestContext aRequestContext) ILcdWMSSLDFeatureTypeStyleProvider.getSLDFeatureTypeStyles
(String aLayerName, String aStyleID, ALcdRequestContext aRequestContext) Provides a list of arrays of SLD feature type styles. -
Uses of ALcdRequestContext in com.luciad.wmts.server
Modifier and TypeClassDescriptionclass
This class holds information related to a WMTS request.