|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjwo.landserf.structure.VectHeader
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.
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 |
public String title
public String notes
public double north
public double south
public double east
public double west
Constructor Detail |
public VectHeader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |