public class DTEDFrameSubframeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bandHeight
The distance (elevation) range that each color section of the band
viewtype represents.
|
int |
colorModel
The colormodel of the images.
|
int |
dtedLevel
The DTED level of the data.
|
int |
height
height of the subframe image.
|
float |
lat
Latitude of the upper left corner of the subframe image.
|
float |
lon
Longitude of the upper left corner of the subframe image.
|
int |
slopeAdjust
A user adjusted setting for contrast for the slope shading.
|
int |
subx
x number of the subframe within the DTEDFrame, from the left side of the
frame (east).
|
int |
suby
y number of the subframe within the DTEDFrame, from the bottom side of
the frame (south).
|
int |
viewType
The type of shading to use in the image.
|
int |
width
Width of the subframe image.
|
double |
xPixInterval
The degrees/pixel of the image in the x direction, derived from the scale
of the projection.
|
double |
yPixInterval
The degrees/pixel of the image in the y direction, derived from the scale
of the projection.
|
Constructor and Description |
---|
DTEDFrameSubframeInfo(int Height,
int Width,
float Lon,
float Lat,
int Subx,
int Suby,
double xpi,
double ypi,
int Vt,
int Bh,
int Dl,
int Sa) |
DTEDFrameSubframeInfo(int Vt,
int Bh,
int Dl,
int Sa) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
A comparison test to test the drawing parameters, to figure out if the
presentation configuration has changed, and that the pixel color values
need to be recalculated.
|
int |
hashCode() |
DTEDFrameSubframeInfo |
makeClone() |
public int viewType
public int bandHeight
public int dtedLevel
public int slopeAdjust
public double xPixInterval
public double yPixInterval
public int subx
public int suby
public float lon
public float lat
public int height
public int width
public int colorModel
public DTEDFrameSubframeInfo(int Vt, int Bh, int Dl, int Sa)
public DTEDFrameSubframeInfo(int Height, int Width, float Lon, float Lat, int Subx, int Suby, double xpi, double ypi, int Vt, int Bh, int Dl, int Sa)
public DTEDFrameSubframeInfo makeClone()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details