it.geosolutions.imageio.plugins.nitronitf.wrapper
Class ShapeFileWrapper
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShapeFileWrapper
public ShapeFileWrapper(byte[] shp,
byte[] shx,
byte[] dbf,
int shpLength,
int shxLength,
int dbfLength)
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.