Package gov.nasa.worldwind.ogc.wmts
Class OwsContactInfo
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.XmlModel
-
- gov.nasa.worldwind.ogc.wmts.OwsContactInfo
-
public class OwsContactInfo extends XmlModel
-
-
Constructor Summary
Constructors Constructor Description OwsContactInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsAddress
getAddress()
OwsPhone
getPhone()
-
-
-
Method Detail
-
getPhone
public OwsPhone getPhone()
-
getAddress
public OwsAddress getAddress()
-
-