com.partnersoft.formats.shapefile
Class ShpRecord

java.lang.Object
  extended by 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

Constructor Summary
ShpRecord(int recordNumber, int contentLength, ShpShape shape)
           
 
Method Summary
protected  int getContentLength()
           
protected  int getRecordNumber()
           
protected  ShpShape getShape()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShpRecord

public ShpRecord(int recordNumber,
                 int contentLength,
                 ShpShape shape)
Method Detail

getRecordNumber

protected int getRecordNumber()

getContentLength

protected int getContentLength()

getShape

protected ShpShape getShape()