Package gov.nasa.worldwind.ogc.wmts
Class OwsDescription
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.XmlModel
-
- gov.nasa.worldwind.ogc.wmts.OwsDescription
-
- Direct Known Subclasses:
OwsServiceIdentification,WmtsDimension,WmtsLayer,WmtsStyle,WmtsTheme,WmtsTileMatrix,WmtsTileMatrixSet
public class OwsDescription extends XmlModel
-
-
Constructor Summary
Constructors Constructor Description OwsDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OwsLanguageString>getAbstracts()java.util.List<OwsLanguageString>getKeywords()java.util.List<OwsLanguageString>getTitles()
-
-
-
Method Detail
-
getTitles
public java.util.List<OwsLanguageString> getTitles()
-
getAbstracts
public java.util.List<OwsLanguageString> getAbstracts()
-
getKeywords
public java.util.List<OwsLanguageString> getKeywords()
-
-