org.gvsig.remoteclient.wmts.struct
Class WMTSStyle

java.lang.Object
  extended by org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
      extended by org.gvsig.remoteclient.wmts.struct.WMTSStyle
Direct Known Subclasses:
WMTSStyle_1_0_0

public abstract class WMTSStyle
extends WMTSBaseStruct

Defines a OGC style. Theme that describes the appeareance of certain layer.

Author:
Nacho Brodin (nachobrodin@gmail.com)

Field Summary
protected  WMTSLegendURL legendURL
           
 
Fields inherited from class org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
gmlTag
 
Constructor Summary
WMTSStyle()
           
 
Method Summary
abstract  WMTSLegendURL getLegendURL()
           
 boolean isDefault()
           
 void setDefault(boolean isDefault)
           
 java.lang.String toString()
           
 
Methods inherited from class org.gvsig.remoteclient.wmts.struct.WMTSBaseStruct
compareName, getAbstract, getIdentifier, getTitle, nextText, parse, setAbstract, setIdentifier, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

legendURL

protected WMTSLegendURL legendURL
Constructor Detail

WMTSStyle

public WMTSStyle()
Method Detail

getLegendURL

public abstract WMTSLegendURL getLegendURL()

isDefault

public boolean isDefault()

setDefault

public void setDefault(boolean isDefault)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014 gvSIG Association. All Rights Reserved.