|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface definition for the deegree specific WMS request: GetScaleBar
Field Summary | |
static int |
L_NONE
|
static int |
L_SCALE
|
static int |
L_SIZE
|
Method Summary | |
int |
getBarSize()
return the size of the scale bar in pixel |
java.awt.Color |
getBGColor()
returns the background color of the scale bar |
int |
getBottomLabel()
get the label type that shall be displayed below the scale bar. |
java.awt.Color |
getColor()
returns the color will be painted or null if the scale bar hasn't a unique color (depends on the style) |
java.awt.Font |
getFont()
return the the font to be used for drawing the labels |
java.lang.String |
getFormat()
returns the image format (MIME Type) the scale bar will be produced in. |
java.awt.Color |
getLabelColor()
returns the color the scale bars label will be painted |
double |
getPixelSize()
returns the pixel size in milli meter. |
double |
getScale()
|
int |
getScaleDenominator()
|
int |
getSize()
returns the size of the scale bar in pixel |
java.lang.String |
getStyle()
returns the name of the style the scale bar should be drawed. beside 'default' and 'ALTERNATE' the available styles depends on the implementation. |
int |
getTopLabel()
get the label type that shall be displayed above the scale bar. |
java.lang.String |
getUnits()
returns the name of the units the scale bar should use for measuring |
Methods inherited from interface org.deegree.services.OGCWebServiceRequest |
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion |
Field Detail |
public static final int L_SCALE
public static final int L_SIZE
public static final int L_NONE
Method Detail |
public java.lang.String getUnits()
public int getSize()
public int getTopLabel()
public int getBottomLabel()
public int getScaleDenominator()
public double getScale()
public java.lang.String getStyle()
public java.awt.Color getColor()
public java.awt.Color getBGColor()
public java.awt.Color getLabelColor()
public java.lang.String getFormat()
public double getPixelSize()
public int getBarSize()
public java.awt.Font getFont()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |