it.geosolutions.imageio.plugins.nitronitf.wrapper
Class ShapeFileWrapper

java.lang.Object
  extended by it.geosolutions.imageio.plugins.nitronitf.wrapper.ShapeFileWrapper

public class ShapeFileWrapper
extends Object


Constructor Summary
ShapeFileWrapper(byte[] shp, byte[] shx, byte[] dbf, int shpLength, int shxLength, int dbfLength)
           
 
Method Summary
 byte[] getDbf()
           
 int getDbfLength()
           
 byte[] getShp()
           
 int getShpLength()
           
 byte[] getShx()
           
 int getShxLength()
           
 void setDbf(byte[] dbf)
           
 void setDbfLength(int dbfLength)
           
 void setShp(byte[] shp)
           
 void setShpLength(int shpLength)
           
 void setShx(byte[] shx)
           
 void setShxLength(int shxLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFileWrapper

public ShapeFileWrapper(byte[] shp,
                        byte[] shx,
                        byte[] dbf,
                        int shpLength,
                        int shxLength,
                        int dbfLength)
Method Detail

getShp

public byte[] getShp()

setShp

public void setShp(byte[] shp)

getShx

public byte[] getShx()

setShx

public void setShx(byte[] shx)

getDbf

public byte[] getDbf()

setDbf

public void setDbf(byte[] dbf)

getShpLength

public int getShpLength()

setShpLength

public void setShpLength(int shpLength)

getShxLength

public int getShxLength()

setShxLength

public void setShxLength(int shxLength)

getDbfLength

public int getDbfLength()

setDbfLength

public void setDbfLength(int dbfLength)


Copyright © 2006–2014 GeoSolutions. All rights reserved.