public interface SHPShapeWriter
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Devuelve el tamaño de la geometría.
|
int |
getShapeType()
Devuelve el tipo de shape de que se trata.
|
void |
initialize(Geometry geometry)
Inicializa el writer con la geometría.
|
void |
write(java.nio.ByteBuffer buffer)
Escribe en el buffer la geometría que se pasa como parámetro.
|
int getShapeType()
void write(java.nio.ByteBuffer buffer)
throws WriteException
buffer - Buffer donde escribir.WriteExceptionint getLength()
geometry - Geometría a medir.void initialize(Geometry geometry) throws GeometryException, GeometryOperationNotSupportedException, GeometryOperationException
geometry - la Geometría.GeometryExceptionGeometryOperationExceptionGeometryOperationNotSupportedException