Package gov.nasa.gsfc.sscweb.schema
Class CoordinateOptions
java.lang.Object
gov.nasa.gsfc.sscweb.schema.CoordinateOptions
- Direct Known Subclasses:
FilteredCoordinateOptions
Coordinate system component options.
<p>Java class for CoordinateOptions complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="CoordinateOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CoordinateSystem" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateSystem"/>
<element name="Component" type="{http://sscweb.gsfc.nasa.gov/schema}CoordinateComponent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CoordinateComponentSpecifies the coordinate system component.protected CoordinateSystemSpecifies the coordinate system. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the coordinate system component.Specifies the coordinate system.voidsetComponent(CoordinateComponent value) Sets the value of the component property.voidSets the value of the coordinateSystem property.
-
Field Details
-
coordinateSystem
Specifies the coordinate system. -
component
Specifies the coordinate system component.
-
-
Constructor Details
-
CoordinateOptions
public CoordinateOptions()
-
-
Method Details
-
getCoordinateSystem
Specifies the coordinate system.- Returns:
- possible object is
CoordinateSystem
-
setCoordinateSystem
Sets the value of the coordinateSystem property.- Parameters:
value- allowed object isCoordinateSystem- See Also:
-
getComponent
Specifies the coordinate system component.- Returns:
- possible object is
CoordinateComponent
-
setComponent
Sets the value of the component property.- Parameters:
value- allowed object isCoordinateComponent- See Also:
-