|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.zuercher.gpx2map.source.terraserver_usa.TerraserverUsaMapSource.StripeDescription
private static class TerraserverUsaMapSource.StripeDescription
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 |
---|
public UTM nwCornerUtm
public UTM seCornerUtm
public Point nwTerraserverAddr
public Point seTerraserverAddr
public int startColumn
public int columnCount
Constructor Detail |
---|
private TerraserverUsaMapSource.StripeDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |