public abstract class WMTSLegendURLImpl extends Object implements WMTSLegendURL
| Constructor and Description |
|---|
WMTSLegendURLImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
int |
getHeight() |
String |
getHref() |
double |
getMaxScaleDenominator() |
double |
getMinScaleDenominator() |
int |
getWidth() |
abstract void |
parse(KXmlParser parser)
Parses this service
|
void |
setFormat(String format) |
void |
setHeight(int height) |
void |
setHref(String href) |
void |
setMaxScaleDenominator(double maxScaleDenominator) |
void |
setMinScaleDenominator(double minScaleDenominator) |
void |
setWidth(int width) |
public abstract void parse(KXmlParser parser)
throws IOException,
XmlPullParserException
parser - content - IOExceptionXmlPullParserExceptionpublic int getWidth()
getWidth in interface WMTSLegendURLpublic void setWidth(int width)
public int getHeight()
getHeight in interface WMTSLegendURLpublic void setHeight(int height)
public double getMinScaleDenominator()
getMinScaleDenominator in interface WMTSLegendURLpublic void setMinScaleDenominator(double minScaleDenominator)
public double getMaxScaleDenominator()
getMaxScaleDenominator in interface WMTSLegendURLpublic void setMaxScaleDenominator(double maxScaleDenominator)
public String getFormat()
getFormat in interface WMTSLegendURLpublic void setFormat(String format)
public String getHref()
getHref in interface WMTSLegendURLpublic void setHref(String href)