public class FilteredCoordinateOptions extends CoordinateOptions
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
LocationFilter |
getFilter()
Gets the filter criteria.
|
void |
setFilter(LocationFilter value)
Sets the filter criteria.
|
getComponent, getCoordinateSystem, setComponent, setCoordinateSystem
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.public LocationFilter getFilter()
setFilter(gov.nasa.gsfc.spdf.ssc.LocationFilter)
public void setFilter(LocationFilter value)
value
- new value, null for no filtergetFilter()
SSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.