com.partnersoft.formats.shapefile
Class ShapefileRecord
java.lang.Object
com.partnersoft.formats.shapefile.ShapefileRecord
public class ShapefileRecord
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShapefileRecord
public ShapefileRecord(int id,
ShpShape shape,
Naming<java.lang.Object> data)
ShapefileRecord
public ShapefileRecord(int id,
ShpShape shape,
java.util.Map<java.lang.String,java.lang.Object> data)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getId
public int getId()
getShape
public ShpShape getShape()
getData
public java.util.Map<java.lang.String,java.lang.Object> getData()