Class WKBLinearRing
java.lang.Object
com.microsoft.sqlserver.jdbc.spatialdatatypes.WKBLinearRing
public class WKBLinearRing
extends java.lang.Object
Represents the internal makings of a WKB Linear Ring.
-
Constructor Summary
Constructors Constructor Description WKBLinearRing(int numPoints, WKBPoint[] wkbPoints) -
Method Summary
Modifier and Type Method Description intgetNumPoints()Returns the number of points.WKBPoint[]getWkbPoints()Returns the WKB points.
-
Constructor Details
-
Method Details
-
getNumPoints
public int getNumPoints()Returns the number of points.- Returns:
- int number of points.
-
getWkbPoints
Returns the WKB points.- Returns:
- WKBPoint[] the WKB points.
-