Shape Class
- java.
lang. Object - com.
microsoft. sqlserver. jdbc. spatialdatatypes. Shape
- com.
public class Shape
Represents the internal makings of a Shape.
Constructor Summary
| Constructor | Description |
|---|---|
| Shape(int parentOffset, int figureOffset, byte openGISType) |
Creates a Shape object |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| int |
getFigureOffset()
Returns the figure |
| byte |
getOpenGISType()
Returns the open |
| int |
getParentOffset()
Returns the parent |
| void |
setFigureOffset(int fo)
Sets the figure |
Methods inherited from java.lang.Object
Constructor Details
Shape
public Shape(int parentOffset, int figureOffset, byte openGISType)
Creates a Shape object
Parameters:
Method Details
getFigureOffset
public int getFigureOffset()
Returns the figureOffset value.
Returns:
getOpenGISType
public byte getOpenGISType()
Returns the openGISType value.
Returns:
getParentOffset
public int getParentOffset()
Returns the parentOffset value.
Returns:
setFigureOffset
public void setFigureOffset(int fo)
Sets the figureOffset value.
Parameters: