MapServiceLimits 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 public virtual IBoundingBox Limits { get; }
Public Overridable ReadOnly Property Limits As IBoundingBox
Get
public:
virtual property IBoundingBox^ Limits {
IBoundingBox^ get ();
}
abstract Limits : IBoundingBox with get
override Limits : IBoundingBox with get
Property Value
Type:
IBoundingBoxImplements
IExtendedMapServiceTLimitsRemarks
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