Uses of Class
com.luciad.wms.client.model.TLcdOGCWMSDimensionExtent
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdOGCWMSDimensionExtent in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionabstract TLcdOGCWMSDimensionExtent
ALcdOGCWMSDimension.getDefaultValue()
Returns the default value that will be used if aGetMap
request does not specify a value.TLcdOGCWMSDimensionWrapper.getDimensionExtent()
Returns the extent for the dimension, representing the value(s) or interval(s) to be used inside requests for the dimension returned byTLcdOGCWMSDimensionWrapper.getDimension()
.abstract TLcdOGCWMSDimensionExtent
ALcdOGCWMSDimension.getExtent()
Returns the extent of this dimensional parameter.Modifier and TypeMethodDescriptionvoid
TLcdWMSGetMapRequest.setDimension
(String aDimensionName, TLcdOGCWMSDimensionExtent aExtent) Sets the value for a given dimension name.ModifierConstructorDescriptionTLcdOGCWMSDimensionWrapper
(ALcdOGCWMSDimension aDimension, TLcdOGCWMSDimensionExtent aDimensionExtent) Creates a newTLcdOGCWMSDimensionWrapper
with the given dimension definition and the user-defined dimension extent.