com.partnersoft.formats.shapefile
Class ShpRecord
java.lang.Object
com.partnersoft.formats.shapefile.ShpRecord
- All Implemented Interfaces:
- Immutable
public class ShpRecord
- extends java.lang.Object
- implements Immutable
A record in an .shp file (as opposed to ShapefileRecord, a record in a shapefile, which is three or more actual files).
Copyright 2008 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShpRecord
public ShpRecord(int recordNumber,
int contentLength,
ShpShape shape)
getRecordNumber
protected int getRecordNumber()
getContentLength
protected int getContentLength()
getShape
protected ShpShape getShape()