public class DTEDFrameSubframe
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
DTEDFrameSubframe.BitsAndColors
Indexed colormodel implementation.
|
class |
DTEDFrameSubframe.ImageCreator |
class |
DTEDFrameSubframe.Pixels
Direct colormodel implementation.
|
Modifier and Type | Field and Description |
---|---|
static int |
BOUNDARYSHADING
Test markings, for the boundary of the subframe.
|
static int |
COLOREDSHADING
Colorized slope shading.
|
static int |
DEFAULT_BANDHEIGHT
Default height between bands in band views.
|
static int |
DEFAULT_SLOPE_ADJUST
Default contrast setting for slope shading.
|
DTEDFrameSubframeInfo |
dfsi |
static int |
FEETSHADING
Banded contour coloring, contour based on feet.
|
protected DTEDFrameSubframe.ImageCreator |
imageCreator |
static int |
LEVEL_0
DTED LEVEL 0, 1km posts.
|
static int |
LEVEL_1
DTED LEVEL 1, 100m posts.
|
static int |
LEVEL_2
DTED LEVEL 2, 30m posts.
|
static int |
METERSHADING
Banded contour coloring, contour based on meters.
|
static int |
NOSHADING
Empty image.
|
static int |
SLOPESHADING
Gray scale slope shading, sun from the Northwest.
|
Constructor and Description |
---|
DTEDFrameSubframe(DTEDFrameSubframeInfo info) |
Modifier and Type | Method and Description |
---|---|
OMGraphic |
getImage(Projection proj) |
OMGraphic |
getImageIfCurrent(Projection proj,
DTEDFrameSubframeInfo dfsi) |
void |
setBitsAndColors(byte[] bits,
java.awt.Color[] colors) |
void |
setPixels(int[] pixels) |
public static final int NOSHADING
public static final int SLOPESHADING
public static final int METERSHADING
public static final int FEETSHADING
public static final int BOUNDARYSHADING
public static final int COLOREDSHADING
public static final int LEVEL_0
public static final int LEVEL_1
public static final int LEVEL_2
public static final int DEFAULT_BANDHEIGHT
public static final int DEFAULT_SLOPE_ADJUST
public DTEDFrameSubframeInfo dfsi
protected DTEDFrameSubframe.ImageCreator imageCreator
public DTEDFrameSubframe(DTEDFrameSubframeInfo info)
public OMGraphic getImageIfCurrent(Projection proj, DTEDFrameSubframeInfo dfsi)
public OMGraphic getImage(Projection proj)
public void setPixels(int[] pixels)
public void setBitsAndColors(byte[] bits, java.awt.Color[] colors)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details