Package gov.nasa.gsfc.sscweb.schema
Class FilteredCoordinateOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.CoordinateOptions
gov.nasa.gsfc.sscweb.schema.FilteredCoordinateOptions
Coordinate system component options that include location
filters.
<p>Java class for FilteredCoordinateOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="FilteredCoordinateOptions">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}CoordinateOptions">
<sequence>
<element name="Filter" type="{http://sscweb.gsfc.nasa.gov/schema}LocationFilter" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class gov.nasa.gsfc.sscweb.schema.CoordinateOptions
component, coordinateSystem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies filter criteria.voidsetFilter(LocationFilter value) Sets the value of the filter property.Methods inherited from class gov.nasa.gsfc.sscweb.schema.CoordinateOptions
getComponent, getCoordinateSystem, setComponent, setCoordinateSystem
-
Field Details
-
filter
Specifies filter criteria.
-
-
Constructor Details
-
FilteredCoordinateOptions
public FilteredCoordinateOptions()
-
-
Method Details
-
getFilter
Specifies filter criteria.- Returns:
- possible object is
LocationFilter
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isLocationFilter- See Also:
-