jwo.landserf.structure
Class VectHeader

java.lang.Object
  extended byjwo.landserf.structure.VectHeader
All Implemented Interfaces:
Serializable

Deprecated. Should use Header and VectorMap. This class is only maintained to allow deserialization of vectors saved in pre 2.0 format.

public class VectHeader
extends Object
implements Serializable

Stores vector header information for older versions of LandSerf files. This cut down version (in comparison with version 1.8 and below) is maintained for backward compatibility only. It contains just the public fields required to reconstruct a new header.

Version:
2.2, 9th September, 2002.
Author:
Jo Wood
See Also:
Serialized Form

Field Summary
 double east
          Deprecated. Eastern boundary of vector.
 double north
          Deprecated. Northern boundary of vector.
 String notes
          Deprecated. Notes associated with vector.
 double south
          Deprecated. Southern boundary of vector.
 String title
          Deprecated. Title of vector.
 double west
          Deprecated. Western boundary of vector.
 
Constructor Summary
VectHeader()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title
Deprecated. 
Title of vector.


notes

public String notes
Deprecated. 
Notes associated with vector.


north

public double north
Deprecated. 
Northern boundary of vector.


south

public double south
Deprecated. 
Southern boundary of vector.


east

public double east
Deprecated. 
Eastern boundary of vector.


west

public double west
Deprecated. 
Western boundary of vector.

Constructor Detail

VectHeader

public VectHeader()
Deprecated. 


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005