Class RadiusGeographicCoordinates


public class RadiusGeographicCoordinates extends SurfaceGeographicCoordinates
Geographic Coordinates with radius. <p>Java class for RadiusGeographicCoordinates complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="RadiusGeographicCoordinates"> <complexContent> <extension base="{http://sscweb.gsfc.nasa.gov/schema}SurfaceGeographicCoordinates"> <sequence> <element name="Radius" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </extension> </complexContent> </complexType> }</pre>
  • Field Details

    • radius

      protected double radius
      Radius.
  • Constructor Details

    • RadiusGeographicCoordinates

      public RadiusGeographicCoordinates()
  • Method Details

    • getRadius

      public double getRadius()
      Radius.
    • setRadius

      public void setRadius(double value)
      Sets the value of the radius property.