public class SHPPolygon3DWriter extends java.lang.Object implements SHPShapeWriter
| Constructor and Description |
|---|
SHPPolygon3DWriter()
Crea un nuevo SHPPolygon.
|
| 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 g)
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.
|
public int getShapeType()
SHPShapeWritergetShapeType in interface SHPShapeWritercom.iver.cit.gvsig.fmap.shp.SHPShape#getShapeType()public void write(java.nio.ByteBuffer buffer)
throws WriteException
SHPShapeWriterwrite in interface SHPShapeWriterbuffer - Buffer donde escribir.WriteExceptioncom.iver.cit.gvsig.fmap.shp.SHPShape#write(ByteBuffer, IGeometry)public void initialize(Geometry g) throws GeometryException, GeometryOperationNotSupportedException, GeometryOperationException
SHPShapeWriterinitialize in interface SHPShapeWriterg - la Geometría.GeometryExceptionGeometryOperationExceptionGeometryOperationNotSupportedExceptionpublic int getLength()
SHPShapeWritergetLength in interface SHPShapeWritercom.iver.cit.gvsig.fmap.shp.SHPShape#getLength(com.iver.cit.gvsig.core.BasicShape.FGeometry)