Click or drag to resize

MapProjectionCentre Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents the center of the map projection. By default this value is null and the center is always the center of the visible map area.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon ProjectionCentre { get; set; }

Property Value

Type: LatLon
Remarks
Not settable on GeoStream maps, which are never projected.

By setting ProjectionCentre one is able to lock the center of the map projection. Rather than updating the projection to center on the center of the displayed map, the center will remain fixed as the map is panned around. As the map is panned further away from the center the display will appear more skewed, however the constant center allows sections of map to be stitched together. This is only possible when the center is locked, as otherwise the automatically reprojected map segments will not match up.
See Also