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
- IOException
XmlPullParserException
public int getWidth()
getWidth
in interface WMTSLegendURL
public void setWidth(int width)
public int getHeight()
getHeight
in interface WMTSLegendURL
public void setHeight(int height)
public double getMinScaleDenominator()
getMinScaleDenominator
in interface WMTSLegendURL
public void setMinScaleDenominator(double minScaleDenominator)
public double getMaxScaleDenominator()
getMaxScaleDenominator
in interface WMTSLegendURL
public void setMaxScaleDenominator(double maxScaleDenominator)
public String getFormat()
getFormat
in interface WMTSLegendURL
public void setFormat(String format)
public String getHref()
getHref
in interface WMTSLegendURL
public void setHref(String href)