| Constructor and Description |
|---|
SHPPoint()
Crea un nuevo SHPPoint.
|
SHPPoint(int type)
Crea un nuevo SHPPoint.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength(Geometry fgeometry)
Devuelve el tamaño de la geometría.
|
int |
getShapeType()
Devuelve el tipo de shape de que se trata.
|
void |
obtainsPoints(Geometry g)
Obtiene los puntos y partes del GeneralPathXIterator del shape.
|
Geometry |
read(java.nio.MappedByteBuffer buffer,
int type)
Lee del buffer el shape y crea una nueva geometría.
|
void |
write(java.nio.ByteBuffer buffer,
Geometry geometry)
Escribe en el buffer la geometría que se pasa como parámetro.
|
public SHPPoint(int type)
type - DOCUMENT ME!ShapefileException - DOCUMENT ME!public SHPPoint()
public int getShapeType()
SHPShapegetShapeType in interface SHPShapecom.iver.cit.gvsig.fmap.shp.SHPShape#getShapeType()public Geometry read(java.nio.MappedByteBuffer buffer, int type)
SHPShapepublic void write(java.nio.ByteBuffer buffer,
Geometry geometry)
SHPShapepublic int getLength(Geometry fgeometry)
SHPShapepublic void obtainsPoints(Geometry g)
SHPShapeobtainsPoints in interface SHPShapecom.iver.cit.gvsig.fmap.drivers.shp.write.SHPShape#obtainsPoints(com.iver.cit.gvsig.fmap.core.GeneralPathXIterator)