AGSWMSLayerInfo Class Reference


Description

Instances of this class represent information about a layer in a WMS map service.

Defined in:
AGSWMSLayerInfo.h (ArcGIS library)
Since:
2.2

List of all members.

Properties

AGSEnvelopeextent
NSString * name
NSArray * subLayers
NSString * title

Property Documentation

- (AGSEnvelope*) extent [read, retain]

The extent of this layer.

Since:
2.2
- (NSString*) name [read, copy]

The name of this layer.

Since:
2.2
- (NSArray*) subLayers [read, retain]

The sublayers of this layer, represented as an array of AGSWMSLayerInfo objects.

Since:
2.2
- (NSString*) title [read, copy]

The title of this layer.

Since:
2.2