class Shape
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
figureOffset |
(package private) OpenGisType |
openGisType |
(package private) int |
parentOffset |
| Constructor and Description |
|---|
Shape(int parentOffset,
int figureOffset,
OpenGisType openGisType) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
getByteSize() |
(package private) void |
store(java.nio.ByteBuffer buffer) |
final int parentOffset
final int figureOffset
final OpenGisType openGisType
Shape(int parentOffset,
int figureOffset,
OpenGisType openGisType)