|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
org.geotools.data.ows |
Uses of Dimension in org.geotools.data.ows |
---|
Methods in org.geotools.data.ows that return Dimension | |
---|---|
Dimension |
Layer.getDimension(String name)
Look up a Dimension; note this looks up any parent supplied definitions as well |
Methods in org.geotools.data.ows that return types with arguments of type Dimension | |
---|---|
Map<String,Dimension> |
Layer.getDimensions()
The dimensions valid for this layer. |
List<Dimension> |
Layer.getLayerDimensions()
Direct access to the dimensions contributed by this Layer. |
Methods in org.geotools.data.ows with parameters of type Dimension | |
---|---|
void |
Layer.setDimensions(Dimension dimension)
|
Method parameters in org.geotools.data.ows with type arguments of type Dimension | |
---|---|
void |
Layer.setDimensions(Collection<Dimension> dimensionList)
|
void |
Layer.setDimensions(Map<String,Dimension> dimensionMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |