public class ShapeFileWrapper extends Object
Constructor and Description |
---|
ShapeFileWrapper(byte[] shp,
byte[] shx,
byte[] dbf,
int shpLength,
int shxLength,
int dbfLength) |
Modifier and Type | Method and Description |
---|---|
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) |
public ShapeFileWrapper(byte[] shp, byte[] shx, byte[] dbf, int shpLength, int shxLength, int dbfLength)
public byte[] getShp()
public void setShp(byte[] shp)
public byte[] getShx()
public void setShx(byte[] shx)
public byte[] getDbf()
public void setDbf(byte[] dbf)
public int getShpLength()
public void setShpLength(int shpLength)
public int getShxLength()
public void setShxLength(int shxLength)
public int getDbfLength()
public void setDbfLength(int dbfLength)
Copyright © 2006–2016 GeoSolutions. All rights reserved.