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; }
ReadOnly Property Limits As IBoundingBox
Get
property IBoundingBox^ Limits {
IBoundingBox^ get ();
}
abstract Limits : IBoundingBox with get
Property Value
Type:
IBoundingBoxRemarks
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