stationAND

The output is the logical AND of the outputs of all included Station subsetters. This means that it will evaluate to true only if all the enclosed Station subsetters evaluate to true. The subsetters after the first false outputted are not evaluated. In addition, any network subsetter may be used here directly.

Example

<stationAND>
    <stationEffectiveTimeOverlap>
        <startTime>20020701T00:00:00.001Z</startTime>
        <endTime>20021030T00:00:00.001Z</endTime>
    </stationEffectiveTimeOverlap>
    <stationArea>
        <boxArea>
            <latitudeRange>
                <min>25</min>
                <max>35</max>
            </latitudeRange>
            <longitudeRange>
                <min>-80</min>
                <max>-70</max>
            </longitudeRange>
        </boxArea>
    </stationArea>
</stationAND>

This consists of

Places this can be found

In station there is a choice between all of the following