Returns the length of this Geometry.
[Visual Basic]
Overridable Public Function GetLength() As Double
Returns the length of this Geometry.
Linear geometries return their length. Areal geometries return their perimeter. They override this function to compute the Length. Others return 0.0.
Geometry Class | Geometry Members | Geotools.Geometries Namespace