Modifier and Type |
Method and Description |
Boolean |
getActive()
Gets the value of Active ( get / set ) that is required
in order for the entry to be included in the query.
|
Pattern |
getCommonName()
Gets a regular expression that the CommonName ( get / set )
must match in order to be included in the query.
|
Pattern |
getInternationalDesignator()
Gets a regular expression that the InternationalDesignator ( get / set )
must match in order to be included in the query.
|
Double |
getMaximumApogee()
Gets the maximum value of Apogee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Double |
getMaximumInclination()
Gets the maximum value of Inclination ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Double |
getMaximumPerigee()
Gets the maximum value of Perigee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Double |
getMaximumPeriod()
Gets the maximum value of Period ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Double |
getMinimumApogee()
Gets the minimum value of Apogee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Double |
getMinimumInclination()
Gets the minimum value of Inclination ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Double |
getMinimumPerigee()
Gets the minimum value of Perigee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Double |
getMinimumPeriod()
Gets the minimum value of Period ( get / set ) that
is allowed in order for the entry to be included in the query.
|
Pattern |
getMission()
Gets a regular expression that the Mission ( get / set )
must match in order to be included in the query.
|
Pattern |
getOfficialName()
Gets a regular expression that the OfficialName ( get / set )
must match in order to be included in the query.
|
Pattern |
getOwner()
Gets a regular expression that the Owner ( get / set )
must match in order to be included in the query.
|
Pattern |
getSatelliteNumber()
Gets a regular expression that the SatelliteNumber ( get / set )
must match in order to be included in the query.
|
boolean |
matches(StkSatelliteDatabaseEntry entry)
Determines if an entry matches this query.
|
void |
setActive(Boolean value)
Sets the value of Active ( get / set ) that is required
in order for the entry to be included in the query.
|
void |
setCommonName(Pattern value)
Sets a regular expression that the CommonName ( get / set )
must match in order to be included in the query.
|
void |
setInternationalDesignator(Pattern value)
Sets a regular expression that the InternationalDesignator ( get / set )
must match in order to be included in the query.
|
void |
setMaximumApogee(Double value)
Sets the maximum value of Apogee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMaximumInclination(Double value)
Sets the maximum value of Inclination ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMaximumPerigee(Double value)
Sets the maximum value of Perigee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMaximumPeriod(Double value)
Sets the maximum value of Period ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMinimumApogee(Double value)
Sets the minimum value of Apogee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMinimumInclination(Double value)
Sets the minimum value of Inclination ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMinimumPerigee(Double value)
Sets the minimum value of Perigee ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMinimumPeriod(Double value)
Sets the minimum value of Period ( get / set ) that
is allowed in order for the entry to be included in the query.
|
void |
setMission(Pattern value)
Sets a regular expression that the Mission ( get / set )
must match in order to be included in the query.
|
void |
setOfficialName(Pattern value)
Sets a regular expression that the OfficialName ( get / set )
must match in order to be included in the query.
|
void |
setOwner(Pattern value)
Sets a regular expression that the Owner ( get / set )
must match in order to be included in the query.
|
void |
setSatelliteNumber(Pattern value)
Sets a regular expression that the SatelliteNumber ( get / set )
must match in order to be included in the query.
|