|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wms.capabilities.ScaleHint_Impl
Layers may include a
----------------------------------------------------------------------
Field Summary | |
private double |
max
|
private double |
min
|
Constructor Summary | |
(package private) |
ScaleHint_Impl()
default constructor |
(package private) |
ScaleHint_Impl(double min,
double max)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
double |
getMax()
returns the maximum scale for which a layer is defined |
double |
getMin()
returns the minimum scale for which a layer is defined |
void |
setMax(double max)
sets the maximum scale for which a layer is defined |
void |
setMin(double min)
sets the minimum scale for which a layer is defined |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private double max
private double min
Constructor Detail |
ScaleHint_Impl()
ScaleHint_Impl(double min, double max)
Method Detail |
public double getMin()
getMin
in interface ScaleHint
public void setMin(double min)
public double getMax()
getMax
in interface ScaleHint
public void setMax(double max)
public java.lang.String toString()
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |