Package | Description |
---|---|
org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
Layer.getDimension(String name)
Look up a Dimension; note this looks up any parent supplied definitions as well
|
Modifier and Type | Method and Description |
---|---|
Map<String,Dimension> |
Layer.getDimensions()
The dimensions valid for this layer.
|
List<Dimension> |
Layer.getLayerDimensions()
Direct access to the dimensions contributed by this Layer.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.setDimensions(Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
void |
Layer.setDimensions(Collection<Dimension> dimensionList) |
void |
Layer.setDimensions(Map<String,Dimension> dimensionMap) |
Copyright © 1996–2019 Geotools. All rights reserved.