protected static class WMS.Layer extends java.lang.Object
A WMS.Layer
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List |
getBounds() Get the List of Bounds |
|
Bounds |
getBounds(java.lang.Object proj) Get a Bounds in the given Projection |
|
java.util.List<Layer> |
getChildren() Get a List of child WMS.Layers |
|
Bounds |
getLatLonBounds() Get the Bounds in latitude/longitude |
|
double |
getMaxScale() Get the maximum scale denominator |
|
double |
getMinScale() Get the minimum scale denominator |
|
java.lang.String |
getName() Get the name of the layer |
|
Layer |
getParent() Get the parent WMS.Layer |
|
java.util.List |
getSrses() Get the SRSes. |
|
java.util.List<Style> |
getStyles() Get the list of Styles |
|
java.lang.String |
getTitle() Get the title of the layer |
|
boolean |
isQueryable() Is the layer queryable. |
|
java.lang.String |
toString() The string representation |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The wrapped GeoTools WMS Layer
Create a WMS.Layer from a GeoTools WMS Layer
The
- GeoTools WebMapServerlayer
- The LayerGet the List of Bounds
Get a Bounds in the given Projection
proj
- The ProjectionGet a List of child WMS.Layers
Get the Bounds in latitude/longitude
Get the maximum scale denominator
Get the minimum scale denominator
Get the name of the layer
Get the parent WMS.Layer
Get the SRSes.
Get the list of Styles
Get the title of the layer
Is the layer queryable.
The string representation
Groovy Documentation