|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.CoordinateOptions
gov.nasa.gsfc.spdf.ssc.FilteredCoordinateOptions
public class FilteredCoordinateOptions
This class represents coordinate system component options that include location filters.
| Constructor Summary | |
|---|---|
FilteredCoordinateOptions()
Constructs a FilteredCoordinateOptions object with a default value. |
|
FilteredCoordinateOptions(CoordinateSystem coordinateSystem,
CoordinateComponent component,
LocationFilter filter)
Constructs a FilteredCoordinateOptions object with the given attribute values. |
|
| Method Summary | |
|---|---|
LocationFilter |
getFilter()
Gets the filter criteria. |
void |
setFilter(LocationFilter value)
Sets the filter criteria. |
| Methods inherited from class gov.nasa.gsfc.spdf.ssc.CoordinateOptions |
|---|
getComponent, getCoordinateSystem, setComponent, setCoordinateSystem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilteredCoordinateOptions()
public FilteredCoordinateOptions(CoordinateSystem coordinateSystem,
CoordinateComponent component,
LocationFilter filter)
coordinateSystem - identifies the coordinate system.component - identifies the componet. LOCAL_TIME is only
valid with GEO, GM, GSE, and SM.filter - coordinate value filter. null indicates no filtering.| Method Detail |
|---|
public LocationFilter getFilter()
setFilter(gov.nasa.gsfc.spdf.ssc.LocationFilter)public void setFilter(LocationFilter value)
value - new value, null for no filtergetFilter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||