Interface ILayerExtentCalculator
Computes the extent for a given layer definition
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ILayerExtentCalculator
Methods
| Improve this Doc View SourceGetLayerExtent(String, String)
Gets the extent of the given layer definition
Declaration
LayerExtent GetLayerExtent(string resourceID, string mapCoordSys)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceID | |
System.String | mapCoordSys |
Returns
Type | Description |
---|---|
LayerExtent |