Package gov.nasa.worldwind.ogc.wmts
Class WmtsStyle
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.XmlModel
-
- gov.nasa.worldwind.ogc.wmts.OwsDescription
-
- gov.nasa.worldwind.ogc.wmts.WmtsStyle
-
public class WmtsStyle extends OwsDescription
-
-
Constructor Summary
Constructors Constructor Description WmtsStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIdentifier()
java.util.List<WmtsElementLink>
getLegendUrls()
boolean
isDefault()
-
Methods inherited from class gov.nasa.worldwind.ogc.wmts.OwsDescription
getAbstracts, getKeywords, getTitles
-
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
-
isDefault
public boolean isDefault()
-
getLegendUrls
public java.util.List<WmtsElementLink> getLegendUrls()
-
-