Class LayerExtent
Describes the extent of a given layer
Inheritance
System.Object
LayerExtent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public class LayerExtent
Properties
| Improve this Doc View SourceExtent
The extent of the layer
Declaration
public IEnvelope Extent { get; set; }
Property Value
Type | Description |
---|---|
IEnvelope |
LayerCoordinateSystem
The layer's coordinate system
Declaration
public string LayerCoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String |