public interface ShpShape extends Immutable
In addition to the requirements of this interface and Immutable, implementations must adhere to the following semantic conventions:
The intent is that implementations match, as closely as possible, the ESRI specification. This should make it easier to verify correctness.
Copyright 2006-2007 Partner Software, Inc.
| Modifier and Type | Method and Description |
|---|---|
ShapeType |
getType()
Returns the type for this shape.
|
void |
writeBytes(ShapeByteWriter output)
Writes this shape, in binary format, to the given output.
|
ShapeType getType()
void writeBytes(ShapeByteWriter output)