Uses of Class
org.geotools.ows.wms.xml.Dimension
Packages that use Dimension
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
-
Uses of Dimension in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return DimensionModifier and TypeMethodDescriptionLayer.getDimension
(String name) Look up a Dimension; note this looks up any parent supplied definitions as wellMethods in org.geotools.ows.wms that return types with arguments of type DimensionModifier and TypeMethodDescriptionLayer.getDimensions()
The dimensions valid for this layer.Layer.getLayerDimensions()
Direct access to the dimensions contributed by this Layer.Methods in org.geotools.ows.wms with parameters of type DimensionMethod parameters in org.geotools.ows.wms with type arguments of type DimensionModifier and TypeMethodDescriptionvoid
Layer.setDimensions
(Collection<Dimension> dimensionList) void
Layer.setDimensions
(Map<String, Dimension> dimensionMap)