|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShpShape
Interface for geometric shapes from a shapefile or ESRI geodatabase.
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.
| Method Summary | |
|---|---|
ShapeType |
getType()
Returns the type for this shape. |
void |
writeBytes(ShapeByteWriter output)
Writes this shape, in binary format, to the given output. |
| Method Detail |
|---|
ShapeType getType()
void writeBytes(ShapeByteWriter output)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||