Class Figure
java.lang.Object
com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure
public class Figure
extends java.lang.Object
Represents the internal makings of a Figure.
-
Constructor Summary
Constructors Constructor Description Figure(byte figuresAttribute, int pointOffset) -
Method Summary
Modifier and Type Method Description bytegetFiguresAttribute()Returns the figuresAttribute value.intgetPointOffset()Returns the pointOffset value.voidsetFiguresAttribute(byte fa)Sets the figuresAttribute value.
-
Constructor Details
-
Figure
public Figure(byte figuresAttribute, int pointOffset)
-
-
Method Details
-
getFiguresAttribute
public byte getFiguresAttribute()Returns the figuresAttribute value.- Returns:
- byte figuresAttribute value.
-
getPointOffset
public int getPointOffset()Returns the pointOffset value.- Returns:
- int pointOffset value.
-
setFiguresAttribute
public void setFiguresAttribute(byte fa)Sets the figuresAttribute value.- Parameters:
fa- figuresAttribute value.
-