Click or drag to resize

PolygonRingBoundaryIntersects Method (LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the Ring boundary touches or intersects with the specified line.

Namespace:  Telogis.GeoBase.Geometry
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool BoundaryIntersects(
	LatLon[] line
)

Parameters

line
Type: Telogis.GeoBaseLatLon
The line to test against.

Return Value

Type: Boolean
True if the Polygon and line share touching lines.
See Also