public abstract class WMTSStyleImpl extends WMTSBaseStruct implements WMTSStyle
Defines a OGC style. Theme that describes the appeareance of certain layer.
Modifier and Type | Field and Description |
---|---|
protected WMTSLegendURLImpl |
legendURL |
gmlTag
Constructor and Description |
---|
WMTSStyleImpl() |
Modifier and Type | Method and Description |
---|---|
abstract WMTSLegendURL |
getLegendURL() |
boolean |
isDefault() |
void |
setDefault(boolean isDefault) |
String |
toString() |
compareName, getAbstract, getIdentifier, getTitle, nextText, parse, setAbstract, setIdentifier, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, getTitle
protected WMTSLegendURLImpl legendURL
public abstract WMTSLegendURL getLegendURL()
getLegendURL
in interface WMTSStyle
public void setDefault(boolean isDefault)