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