Package gov.nasa.gsfc.sscweb.schema
Class AltitudeGeographicCoordinates
java.lang.Object
gov.nasa.gsfc.sscweb.schema.Coordinates
gov.nasa.gsfc.sscweb.schema.SurfaceGeographicCoordinates
gov.nasa.gsfc.sscweb.schema.AltitudeGeographicCoordinates
Geographic Coordinates with altitude.
<p>Java class for AltitudeGeographicCoordinates complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="AltitudeGeographicCoordinates">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}SurfaceGeographicCoordinates">
<sequence>
<element name="Altitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class gov.nasa.gsfc.sscweb.schema.SurfaceGeographicCoordinates
latitude, longitude -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleAltitude.voidsetAltitude(double value) Sets the value of the altitude property.Methods inherited from class gov.nasa.gsfc.sscweb.schema.SurfaceGeographicCoordinates
getLatitude, getLongitude, setLatitude, setLongitude
-
Field Details
-
altitude
protected double altitudeAltitude.
-
-
Constructor Details
-
AltitudeGeographicCoordinates
public AltitudeGeographicCoordinates()
-
-
Method Details
-
getAltitude
public double getAltitude()Altitude. -
setAltitude
public void setAltitude(double value) Sets the value of the altitude property.
-