WmsLayerInfo class final
Metadata about an individual Web Map Service (WMS) layer within a WMS service.
You can obtain a WmsLayerInfo from the WmsServiceInfo.layerInfos collection of a loaded WmsService.
- Implemented types
Properties
- description → String
-
A brief narrative description (abstract) of this WMS layer.
no setter
- extent → Envelope?
-
The approximate bounds of the area covered by the WMS layer.
no setter
- fixedImageHeight → int
-
The height of map images the service is capable of producing (in pixels).
no setter
- fixedImageWidth → int
-
The width of map images the service is capable of producing (in pixels).
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keywords
→ List<
String> -
An unordered collection of commonly used or formalized words or phrases
which describe the layer's dataset.
no setter
- name → String
-
The layer's uniquely-identifying name.
no setter
- opaque → bool
-
True if the WmsLayer content should be considered opaque, false
otherwise.
no setter
- queryable → bool
-
True if the WMS layer is queryable, false otherwise.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
spatialReferences
→ List<
SpatialReference> -
An unordered collection of spatial references supported by the layer.
no setter
-
styles
→ List<
String> -
A collection of WMS styles that can be applied to this layer.
no setter
-
sublayerInfos
→ List<
WmsLayerInfo> -
The collection of sublayers of the WMSLayer.
no setter
- title → String
-
The layer's human-readable title.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited