Click or drag to resize

IExtendedMapServiceTLimits Property

Optionally defines the limits of a MapService in PTV Mercator (EPSG:76131).

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
IBoundingBox Limits { get; }

Property Value

Type: IBoundingBox
Remarks
An approximated bounding box can be determined using the TransformBoundingBox and ApproximateBoundingBox extensions methods provided of Ptv.XServer.Controls.Map.Tools.Reprojection.MapServiceExtensions.
See Also