us.zuercher.gpx2map.source.terraserver_usa
Class TerraserverUsaMapSource.StripeDescription

java.lang.Object
  extended by us.zuercher.gpx2map.source.terraserver_usa.TerraserverUsaMapSource.StripeDescription
Enclosing class:
TerraserverUsaMapSource

private static class TerraserverUsaMapSource.StripeDescription
extends Object

StripeDescription describes the map tiles required from a particular UTM zone. The StripeDescription for the lowest and highest numbered zones in the map may be less than 6 degrees wide. Interior stripes will always be 6 degrees wide.


Field Summary
 int columnCount
          Number of columns in this stripe.
 UTM nwCornerUtm
          NW corner of the stripe.
 Point nwTerraserverAddr
          NW corner Terraserver address.
 UTM seCornerUtm
          SE corner of the stripe.
 Point seTerraserverAddr
          SE corner Terraserver address.
 int startColumn
          X coordinate of the first column in this stripe.
 
Constructor Summary
private TerraserverUsaMapSource.StripeDescription()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nwCornerUtm

public UTM nwCornerUtm
NW corner of the stripe.


seCornerUtm

public UTM seCornerUtm
SE corner of the stripe.


nwTerraserverAddr

public Point nwTerraserverAddr
NW corner Terraserver address.


seTerraserverAddr

public Point seTerraserverAddr
SE corner Terraserver address.


startColumn

public int startColumn
X coordinate of the first column in this stripe.


columnCount

public int columnCount
Number of columns in this stripe.

Constructor Detail

TerraserverUsaMapSource.StripeDescription

private TerraserverUsaMapSource.StripeDescription()