Package gov.nasa.worldwind.ogc.gml
Class GmlPointProperty
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.XmlModel
-
- gov.nasa.worldwind.ogc.gml.GmlPointProperty
-
public class GmlPointProperty extends XmlModel
-
-
Constructor Summary
Constructors Constructor Description GmlPointProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNilReason()
java.util.List<GmlPoint>
getPoints()
-
-
-
Method Detail
-
getPoints
public java.util.List<GmlPoint> getPoints()
-
getNilReason
public java.lang.String getNilReason()
-
-