Package gov.nasa.gsfc.sscweb.schema
Class BoxConjunctionArea
java.lang.Object
gov.nasa.gsfc.sscweb.schema.ConjunctionArea
gov.nasa.gsfc.sscweb.schema.BoxConjunctionArea
Box shaped conjunction area.
<p>Java class for BoxConjunctionArea complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="BoxConjunctionArea">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}ConjunctionArea">
<sequence>
<element name="CoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}TraceCoordinateSystem"/>
<element name="DeltaLatitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="DeltaLongitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TraceCoordinateSystemCoordinate system.protected doubleDelta Latitude in degrees.protected doubleDelta Longitude in degrees. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCoordinate system.doubleDelta Latitude in degrees.doubleDelta Longitude in degrees.voidSets the value of the coordinateSystem property.voidsetDeltaLatitude(double value) Sets the value of the deltaLatitude property.voidsetDeltaLongitude(double value) Sets the value of the deltaLongitude property.
-
Field Details
-
coordinateSystem
Coordinate system. -
deltaLatitude
protected double deltaLatitudeDelta Latitude in degrees. -
deltaLongitude
protected double deltaLongitudeDelta Longitude in degrees.
-
-
Constructor Details
-
BoxConjunctionArea
public BoxConjunctionArea()
-
-
Method Details
-
getCoordinateSystem
Coordinate system.- Returns:
- possible object is
TraceCoordinateSystem
-
setCoordinateSystem
Sets the value of the coordinateSystem property.- Parameters:
value- allowed object isTraceCoordinateSystem- See Also:
-
getDeltaLatitude
public double getDeltaLatitude()Delta Latitude in degrees. -
setDeltaLatitude
public void setDeltaLatitude(double value) Sets the value of the deltaLatitude property. -
getDeltaLongitude
public double getDeltaLongitude()Delta Longitude in degrees. -
setDeltaLongitude
public void setDeltaLongitude(double value) Sets the value of the deltaLongitude property.
-