|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpartage.SpotComplexInstanceGenerator.RequestsParameters
public static class SpotComplexInstanceGenerator.RequestsParameters
A static class for representing the requests parameters of the Spot instance.
| Field Summary | |
|---|---|
int |
maxLength
This parameter specifies the maximal length of an acquisition (default 60). |
int |
maxNumberOfObservationsInWideAreaImages
This parameter specifies the maximum number of observations of which the wide area images are made. |
int |
maxWeight
This parameter specifies the maximum weight of the observation requests. |
int |
minLength
This parameter specifies the minimal length of an acquisition (default 10). |
int |
minNumberOfObservationsInWideAreaImages
This parameter specifies the minimum number of observations of which the wide area images are made. |
int |
minWeight
This parameter specifies the minimum weight of the observation requests. |
int |
numberOfHotAreas
This parameter specifies the number of hot areas (areas where many requests are concentrated). |
double |
probabilityOfRequestsInHotAreas
This parameter specifies the probability of a request to concern a hot area. |
double |
probabilityOfStereoImages
This parameter specifies the probability of a request to be a stereo image. |
double |
probabilityOfWideAreaImages
This parameter specifies the probability of a request to concern wide areas (that can be aquired only with several opportunities). |
int |
sizeOfHotAreas
This parameter specifies the size (the time in seconds taken to cover it) of the hot areas. |
| Constructor Summary | |
|---|---|
SpotComplexInstanceGenerator.RequestsParameters(int _hA,
int _sHA,
double _pHA,
double _pSI,
double _pWAI,
int _minNbIWAI,
int _maxNbIWAI,
int _minW,
int _maxW)
Instantiates the class RequestsParemeters |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int numberOfHotAreas
public int sizeOfHotAreas
n - size and n + size.
public double probabilityOfRequestsInHotAreas
public double probabilityOfStereoImages
public double probabilityOfWideAreaImages
public int minNumberOfObservationsInWideAreaImages
public int maxNumberOfObservationsInWideAreaImages
public int minWeight
public int maxWeight
public int minLength
public int maxLength
| Constructor Detail |
|---|
public SpotComplexInstanceGenerator.RequestsParameters(int _hA,
int _sHA,
double _pHA,
double _pSI,
double _pWAI,
int _minNbIWAI,
int _maxNbIWAI,
int _minW,
int _maxW)
RequestsParemeters
_hA - The number of hot areas._sHA - The size of the hot areas._pHA - The probability of requests to be in hot areas._pSI - The probability of requests to be stereo images._pWAI - The probability of requests to be wide area images._minNbIWAI - The min number of observations in wide area images._maxNbIWAI - The max number of observations in wide area images._minW - the minimum weight._maxW - the maximum weight.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||