Detailed information about WMS layer
A structure containing detailed information about a layer
Details Structure
Field Name | Data Type | Field Content |
---|---|---|
MetadataURL | Character vector | URL containing metadata information about layer. |
Attributes | Structure | Attributes of layer. |
BoundingBox | Structure array | Bounding box of layer. |
Dimension | Structure array | Dimensional parameters of layer, such as time or elevation. |
ImageFormats | Cell array | Image formats supported by server. |
ScaleLimits | Structure | Scale limits of layer. |
Style | Structure array | Style parameters that determine layer rendering. |
Version | Character vector | WMS version specification. |
Attributes Structure
Field Name | Data Type | Field Content |
---|---|---|
Queryable | Logical | True if you can query the layer for feature
information. |
Cascaded | Double | Number of times a Cascading Map server has retransmitted the layer. |
Opaque | Logical | True if the map data are mostly or completely
opaque. |
NoSubsets | Logical | True if the map must contain the full bounding
box. false if the map can be a subset of the full
bounding box. |
FixedWidth | Logical | True if the map has a fixed width that the
server cannot change. false if the server can resize
the map to an arbitrary width. |
FixedHeight | Logical | True if the map has a fixed height that
the server cannot change. false if the server can
resize the map to an arbitrary height. |
BoundingBox Structure
Field Name | Data Type | Field Content |
---|---|---|
CoordRefSysCode | character vector | Code number for coordinate reference system. |
XLim | Double array | X limit of layer in units of coordinate reference system. |
YLim | Double array | Y limit of layer in units of coordinate reference system. |
Dimension Structure
Field Name | Data Type | Field Content |
---|---|---|
Name | Character vector | Name of the dimension; such as time, elevation, or temperature. |
Units | Character vector | Measurement unit. |
UnitSymbol | Character vector | Symbol for unit. |
Default | Character vector | Default dimension setting. For example, if default is 'time' and
dimension is not specified, server returns time holding. |
MultipleValues | Logical | True if multiple values of the dimension
may be requested. false if only single values may
be requested. |
NearestValue | Logical | True if nearest value of dimension is returned
in response to request for nearby value. false if
request value must correspond exactly to declared extent values. |
Current | Logical | True if temporal data are kept current (valid
only for temporal extents). |
Extent | Character vector | Values for dimension. Expressed in any of the following ways:
|
ScaleLimits Structure
Field Name | Data Type | Field Content |
---|---|---|
ScaleHint | Double array | Minimum and maximum scales for which it is appropriate to display layer. Expressed as scale of ground distance in meters represented by diagonal of central pixel in image. |
MinScaleDenominator | Double | Minimum scale denominator of maps for which a layer is appropriate. |
MaxScaleDenominator | Double | Maximum scale denominator of maps for which a layer is appropriate. |
Style Structure Array
Field Name | Data Type | Field Content |
---|---|---|
Title | Character vector | Descriptive title of style. |
Name | Character vector | Name of style. |
Abstract | Character vector | Information about style. |
LegendURL | Structure | Information about legend graphics. |
LegendURL Structure
Field Name | Data Type | Field Content |
---|---|---|
OnlineResource | Character vector | URL of legend graphics. |
Format | Character vector | Format of legend graphics. |
Height | Double | Height of legend graphics. |
Width | Double | Width of legend graphics. |