Package gov.nasa.gsfc.sscweb.schema
Class FormatOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.FormatOptions
Listing Query result format options.
<p>Java class for FormatOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="FormatOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DateFormat" type="{http://sscweb.gsfc.nasa.gov/schema}DateFormat"/>
<element name="TimeFormat" type="{http://sscweb.gsfc.nasa.gov/schema}TimeFormat"/>
<element name="DistanceFormat" type="{http://sscweb.gsfc.nasa.gov/schema}DistanceFormat"/>
<element name="DistanceDigits" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DegreeFormat" type="{http://sscweb.gsfc.nasa.gov/schema}DegreeFormat"/>
<element name="DegreeDigits" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LatLonFormat" type="{http://sscweb.gsfc.nasa.gov/schema}LatLonFormat"/>
<element name="Cdf" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LinesPerPage" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanWhether the output should be a CDF type file.protected DateFormatDate format.protected IntegerNumber of decimal places when DegreeFormat is dd_ddd.protected DegreeFormatDegree format.protected IntegerNumber of decimal places when DistanceFormat is ScientificNotationKm.protected DistanceFormatDistance format.protected LatLonFormatLatitude/longitude format.protected intLines per page.protected TimeFormatTime format. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDate format.Number of decimal places when DegreeFormat is dd_ddd.Degree format.Number of decimal places when DistanceFormat is ScientificNotationKm.Distance format.Latitude/longitude format.intLines per page.Time format.isCdf()Whether the output should be a CDF type file.voidSets the value of the cdf property.voidsetDateFormat(DateFormat value) Sets the value of the dateFormat property.voidsetDegreeDigits(Integer value) Sets the value of the degreeDigits property.voidsetDegreeFormat(DegreeFormat value) Sets the value of the degreeFormat property.voidsetDistanceDigits(Integer value) Sets the value of the distanceDigits property.voidsetDistanceFormat(DistanceFormat value) Sets the value of the distanceFormat property.voidsetLatLonFormat(LatLonFormat value) Sets the value of the latLonFormat property.voidsetLinesPerPage(int value) Sets the value of the linesPerPage property.voidsetTimeFormat(TimeFormat value) Sets the value of the timeFormat property.
-
Field Details
-
dateFormat
Date format. -
timeFormat
Time format. -
distanceFormat
Distance format. -
distanceDigits
Number of decimal places when DistanceFormat is ScientificNotationKm. -
degreeFormat
Degree format. -
degreeDigits
Number of decimal places when DegreeFormat is dd_ddd. -
latLonFormat
Latitude/longitude format. -
cdf
Whether the output should be a CDF type file. Only supported for location requests. Conjunction query requests do not support CDF output. -
linesPerPage
protected int linesPerPageLines per page.
-
-
Constructor Details
-
FormatOptions
public FormatOptions()
-
-
Method Details
-
getDateFormat
Date format.- Returns:
- possible object is
DateFormat
-
setDateFormat
Sets the value of the dateFormat property.- Parameters:
value- allowed object isDateFormat- See Also:
-
getTimeFormat
Time format.- Returns:
- possible object is
TimeFormat
-
setTimeFormat
Sets the value of the timeFormat property.- Parameters:
value- allowed object isTimeFormat- See Also:
-
getDistanceFormat
Distance format.- Returns:
- possible object is
DistanceFormat
-
setDistanceFormat
Sets the value of the distanceFormat property.- Parameters:
value- allowed object isDistanceFormat- See Also:
-
getDistanceDigits
Number of decimal places when DistanceFormat is ScientificNotationKm.- Returns:
- possible object is
Integer
-
setDistanceDigits
Sets the value of the distanceDigits property.- Parameters:
value- allowed object isInteger- See Also:
-
getDegreeFormat
Degree format.- Returns:
- possible object is
DegreeFormat
-
setDegreeFormat
Sets the value of the degreeFormat property.- Parameters:
value- allowed object isDegreeFormat- See Also:
-
getDegreeDigits
Number of decimal places when DegreeFormat is dd_ddd.- Returns:
- possible object is
Integer
-
setDegreeDigits
Sets the value of the degreeDigits property.- Parameters:
value- allowed object isInteger- See Also:
-
getLatLonFormat
Latitude/longitude format.- Returns:
- possible object is
LatLonFormat
-
setLatLonFormat
Sets the value of the latLonFormat property.- Parameters:
value- allowed object isLatLonFormat- See Also:
-
isCdf
Whether the output should be a CDF type file. Only supported for location requests. Conjunction query requests do not support CDF output.- Returns:
- possible object is
Boolean
-
setCdf
Sets the value of the cdf property.- Parameters:
value- allowed object isBoolean- See Also:
-
getLinesPerPage
public int getLinesPerPage()Lines per page. -
setLinesPerPage
public void setLinesPerPage(int value) Sets the value of the linesPerPage property.
-