Click or drag to resize

PolygonRing Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a closed curve that forms part of a polygon. This may be the outer perimeter or a ring around a "gap" such as an island in a lake.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.GeometryPolygonRing

Namespace:  Telogis.GeoBase.Geometry
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class Ring

The PolygonRing type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBoundingBox
Calculates the BoundingBox of the Ring.
Public propertyPoints
Gets the points as a LineString.
Top
Methods
  NameDescription
Public methodBoundaryIntersects(BoundingBox)
Determines whether the Ring boundary touches or intersects with the specified BoundingBox.
Public methodBoundaryIntersects(LatLon)
Determines whether the Ring boundary touches or intersects with the specified line.
Public methodContains
Determines whether the Ring contains a given point.
Public methodDistanceTo
Gets the shortest distance from the given location to the edge of this Ring. If the given location is inside this Ring, the distance returned will be zero.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPythagoreanDistanceTo Obsolete.
Public methodQuickDistanceTo
Gets the shortest distance from the given location to the edge of this Ring using a Pythagorean approximation. If the given location is inside this Ring, the distance returned will be zero.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also