|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jwo.landserf.structure.VectHeader
Class for supplementary vector information. Includes georeferenced boundaries, title and notes.
Field Summary | |
double |
east
Eastern boundary of vector. |
double |
north
Northern boundary of vector. |
String |
notes
Notes associated with vector. |
double |
south
Southern boundary of vector. |
String |
title
Title of vector. |
double |
west
Western boundary of vector. |
Constructor Summary | |
VectHeader()
Creates raster header information with default values. |
|
VectHeader(String name,
double north,
double south,
double east,
double west)
Creates a new vector header with given title, and boundary. |
|
VectHeader(VectHeader oldHeader)
Creates a copy of an existing vector header object. |
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()
public VectHeader(VectHeader oldHeader)
oldHeader
- vector header object to copy.public VectHeader(String name, double north, double south, double east, double west)
name
- Title of vector.north
- Northern boundary of vector.south
- Southern boundary of vector.east
- Eastern boundary of vector.west
- Western boundary of vector.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |