Package gov.nasa.gsfc.sscweb.schema
Class MappedRegionFilterOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.MappedRegionFilterOptions
Space regions filter options.
<p>Java class for MappedRegionFilterOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="MappedRegionFilterOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cusp" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/>
<element name="Cleft" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/>
<element name="AuroralOval" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/>
<element name="PolarCap" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/>
<element name="MidLatitude" type="{http://sscweb.gsfc.nasa.gov/schema}HemisphereOptions"/>
<element name="LowLatitude" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HemisphereOptionsSpecifies whether the auroral oval hemisphere region is to be included.protected HemisphereOptionsSpecifies whether the cleft hemisphere region is to be included.protected HemisphereOptionsSpecifies whether the cusp hemisphere region is to be included.protected booleanSpecifies whether the low latitude hemisphere region is to be included.protected HemisphereOptionsSpecifies whether the mid latitude hemisphere region is to be included.protected HemisphereOptionsSpecifies whether the polar cap hemisphere region is to be included. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether the auroral oval hemisphere region is to be included.getCleft()Specifies whether the cleft hemisphere region is to be included.getCusp()Specifies whether the cusp hemisphere region is to be included.Specifies whether the mid latitude hemisphere region is to be included.Specifies whether the polar cap hemisphere region is to be included.booleanSpecifies whether the low latitude hemisphere region is to be included.voidsetAuroralOval(HemisphereOptions value) Sets the value of the auroralOval property.voidsetCleft(HemisphereOptions value) Sets the value of the cleft property.voidsetCusp(HemisphereOptions value) Sets the value of the cusp property.voidsetLowLatitude(boolean value) Sets the value of the lowLatitude property.voidsetMidLatitude(HemisphereOptions value) Sets the value of the midLatitude property.voidsetPolarCap(HemisphereOptions value) Sets the value of the polarCap property.
-
Field Details
-
cusp
Specifies whether the cusp hemisphere region is to be included. -
cleft
Specifies whether the cleft hemisphere region is to be included. -
auroralOval
Specifies whether the auroral oval hemisphere region is to be included. -
polarCap
Specifies whether the polar cap hemisphere region is to be included. -
midLatitude
Specifies whether the mid latitude hemisphere region is to be included. -
lowLatitude
protected boolean lowLatitudeSpecifies whether the low latitude hemisphere region is to be included.
-
-
Constructor Details
-
MappedRegionFilterOptions
public MappedRegionFilterOptions()
-
-
Method Details
-
getCusp
Specifies whether the cusp hemisphere region is to be included.- Returns:
- possible object is
HemisphereOptions
-
setCusp
Sets the value of the cusp property.- Parameters:
value- allowed object isHemisphereOptions- See Also:
-
getCleft
Specifies whether the cleft hemisphere region is to be included.- Returns:
- possible object is
HemisphereOptions
-
setCleft
Sets the value of the cleft property.- Parameters:
value- allowed object isHemisphereOptions- See Also:
-
getAuroralOval
Specifies whether the auroral oval hemisphere region is to be included.- Returns:
- possible object is
HemisphereOptions
-
setAuroralOval
Sets the value of the auroralOval property.- Parameters:
value- allowed object isHemisphereOptions- See Also:
-
getPolarCap
Specifies whether the polar cap hemisphere region is to be included.- Returns:
- possible object is
HemisphereOptions
-
setPolarCap
Sets the value of the polarCap property.- Parameters:
value- allowed object isHemisphereOptions- See Also:
-
getMidLatitude
Specifies whether the mid latitude hemisphere region is to be included.- Returns:
- possible object is
HemisphereOptions
-
setMidLatitude
Sets the value of the midLatitude property.- Parameters:
value- allowed object isHemisphereOptions- See Also:
-
isLowLatitude
public boolean isLowLatitude()Specifies whether the low latitude hemisphere region is to be included. -
setLowLatitude
public void setLowLatitude(boolean value) Sets the value of the lowLatitude property.
-