| Constructor and Description |
|---|
SHPMultiPoint()
Crea un nuevo SHPMultiPoint.
|
SHPMultiPoint(int type)
Crea un nuevo SHPMultiPoint.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength(Geometry fgeometry)
Devuelve el tamaño de la geometría.
|
int |
getShapeType()
Devuelve el tipo de multipoint en concreto.
|
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 SHPMultiPoint()
public SHPMultiPoint(int type)
type - Tipo de multipunto.ShapefileExceptionpublic int getShapeType()
getShapeType in interface SHPShapepublic 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)