Class SHPPointWriter

java.lang.Object
org.gvsig.fmap.dal.store.shp.utils.SHPPointWriter
All Implemented Interfaces:
SHPShapeWriter

public class SHPPointWriter extends Object implements SHPShapeWriter
DOCUMENT ME!
  • Constructor Details

    • SHPPointWriter

      public SHPPointWriter(int type)
      Crea un nuevo SHPPoint.
      Parameters:
      type - DOCUMENT ME!
  • Method Details

    • getShapeType

      public int getShapeType()
      Description copied from interface: SHPShapeWriter
      Devuelve el tipo de shape de que se trata.
      Specified by:
      getShapeType in interface SHPShapeWriter
      Returns:
      Tipo de shape.
      See Also:
      • invalid reference
        com.iver.cit.gvsig.fmap.shp.SHPShape#getShapeType()
    • read

      @Deprecated public org.gvsig.fmap.geom.Geometry read(MappedByteBuffer buffer, int type)
      Deprecated.
    • write

      public void write(ByteBuffer buffer)
      Description copied from interface: SHPShapeWriter
      Escribe en el buffer la geometría que se pasa como parámetro.
      Specified by:
      write in interface SHPShapeWriter
      Parameters:
      buffer - Buffer donde escribir.
      See Also:
      • invalid reference
        com.iver.cit.gvsig.fmap.shp.SHPShape#write(ByteBuffer, IGeometry)
    • getLength

      public int getLength()
      Description copied from interface: SHPShapeWriter
      Devuelve el tamaño de la geometría.
      Specified by:
      getLength in interface SHPShapeWriter
      Returns:
      Tamaño de la geometría.
      See Also:
      • invalid reference
        com.iver.cit.gvsig.fmap.shp.SHPShape#getLength(int)
    • initialize

      public void initialize(org.gvsig.fmap.geom.Geometry geometry)
      Description copied from interface: SHPShapeWriter
      Inicializa el writer con la geometría.
      Specified by:
      initialize in interface SHPShapeWriter
      Parameters:
      geometry - la Geometría.