Uses of Class
com.luciad.wms.client.model.TLcdOGCWMSDimensionExtent
Packages that use TLcdOGCWMSDimensionExtent
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdOGCWMSDimensionExtent in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdOGCWMSDimensionExtentModifier 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.Methods in com.luciad.wms.client.model with parameters of type TLcdOGCWMSDimensionExtentModifier and TypeMethodDescriptionvoid
TLcdWMSGetMapRequest.setDimension
(String aDimensionName, TLcdOGCWMSDimensionExtent aExtent) Sets the value for a given dimension name.Constructors in com.luciad.wms.client.model with parameters of type TLcdOGCWMSDimensionExtentModifierConstructorDescriptionTLcdOGCWMSDimensionWrapper
(ALcdOGCWMSDimension aDimension, TLcdOGCWMSDimensionExtent aDimensionExtent) Creates a newTLcdOGCWMSDimensionWrapper
with the given dimension definition and the user-defined dimension extent.