Uses of Class
gov.nasa.gsfc.sscweb.schema.LocationFilter
Packages that use LocationFilter
-
Uses of LocationFilter in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as LocationFilterModifier and TypeFieldDescriptionprotected LocationFilterLocationFilterOptions.dipoleInvariantLatitudeSpecifies the "distance from dipole invariant latitude" filter.protected LocationFilterLocationFilterOptions.dipoleLValueSpecifies the "distance from dipole L value" filter.protected LocationFilterLocationFilterOptions.distanceFromBowShockSpecifies the "distance from bow shock" filter.protected LocationFilterLocationFilterOptions.distanceFromCenterOfEarthSpecifies the "distance from center of earth" filter.protected LocationFilterLocationFilterOptions.distanceFromMagnetopauseSpecifies the "distance from magnetopause" filter.protected LocationFilterLocationFilterOptions.distanceFromNeutralSheetSpecifies the "distance from neutral sheet" filter.protected LocationFilterFilteredCoordinateOptions.filterSpecifies filter criteria.protected LocationFilterLocationFilterOptions.magneticFieldStrengthSpecifies the "magnetic field strength" filter.Methods in gov.nasa.gsfc.sscweb.schema that return LocationFilterModifier and TypeMethodDescriptionObjectFactory.createLocationFilter()Create an instance ofLocationFilterLocationFilterOptions.getDipoleInvariantLatitude()Specifies the "distance from dipole invariant latitude" filter.LocationFilterOptions.getDipoleLValue()Specifies the "distance from dipole L value" filter.LocationFilterOptions.getDistanceFromBowShock()Specifies the "distance from bow shock" filter.LocationFilterOptions.getDistanceFromCenterOfEarth()Specifies the "distance from center of earth" filter.LocationFilterOptions.getDistanceFromMagnetopause()Specifies the "distance from magnetopause" filter.LocationFilterOptions.getDistanceFromNeutralSheet()Specifies the "distance from neutral sheet" filter.FilteredCoordinateOptions.getFilter()Specifies filter criteria.LocationFilterOptions.getMagneticFieldStrength()Specifies the "magnetic field strength" filter.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type LocationFilterModifier and TypeMethodDescriptionvoidLocationFilterOptions.setDipoleInvariantLatitude(LocationFilter value) Sets the value of the dipoleInvariantLatitude property.voidLocationFilterOptions.setDipoleLValue(LocationFilter value) Sets the value of the dipoleLValue property.voidLocationFilterOptions.setDistanceFromBowShock(LocationFilter value) Sets the value of the distanceFromBowShock property.voidLocationFilterOptions.setDistanceFromCenterOfEarth(LocationFilter value) Sets the value of the distanceFromCenterOfEarth property.voidLocationFilterOptions.setDistanceFromMagnetopause(LocationFilter value) Sets the value of the distanceFromMagnetopause property.voidLocationFilterOptions.setDistanceFromNeutralSheet(LocationFilter value) Sets the value of the distanceFromNeutralSheet property.voidFilteredCoordinateOptions.setFilter(LocationFilter value) Sets the value of the filter property.voidLocationFilterOptions.setMagneticFieldStrength(LocationFilter value) Sets the value of the magneticFieldStrength property.