AbstractGeodeticExtremumDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body) |
Protected constructor with full parameters.
|
AbstractGeographicalDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape bodyShape) |
Protected constructor with full parameters.
|
AltitudeDetector(double maxCheck,
double threshold,
double altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
AltitudeDetector(double maxCheck,
double altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
AltitudeDetector(double altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
AltitudeDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
double altitude,
BodyShape bodyShape) |
Protected constructor with full parameters.
|
FieldAbstractGeographicalDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
BodyShape bodyShape) |
Protected constructor with full parameters.
|
FieldAltitudeDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
T altitude,
BodyShape bodyShape) |
Protected constructor with full parameters.
|
FieldAltitudeDetector(T altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
FieldAltitudeDetector(T maxCheck,
T altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
FieldAltitudeDetector(T maxCheck,
T threshold,
T altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
FieldLatitudeCrossingDetector(Field<T> field,
BodyShape body,
double latitude) |
Build a new detector.
|
FieldLatitudeCrossingDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
BodyShape body,
double latitude) |
Protected constructor with full parameters.
|
FieldLatitudeCrossingDetector(T maxCheck,
T threshold,
BodyShape body,
double latitude) |
Build a detector.
|
FieldLatitudeExtremumDetector(Field<T> field,
BodyShape body) |
Build a new detector.
|
FieldLatitudeExtremumDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
BodyShape body) |
Constructor with full parameters.
|
FieldLatitudeRangeCrossingDetector(Field<T> field,
BodyShape body,
double fromLatitude,
double toLatitude) |
Build a new detector.
|
FieldLatitudeRangeCrossingDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
BodyShape body,
double fromLatitude,
double toLatitude) |
Private constructor with full parameters.
|
FieldLatitudeRangeCrossingDetector(T maxCheck,
T threshold,
BodyShape body,
double fromLatitude,
double toLatitude) |
Build a detector.
|
FieldLongitudeCrossingDetector(Field<T> field,
BodyShape body,
double longitude) |
Build a new detector.
|
FieldLongitudeCrossingDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
BodyShape body,
double longitude) |
Protected constructor with full parameters.
|
FieldLongitudeCrossingDetector(T maxCheck,
T threshold,
BodyShape body,
double longitude) |
Build a detector.
|
FieldLongitudeExtremumDetector(Field<T> field,
BodyShape body) |
Build a new detector.
|
FieldLongitudeExtremumDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
BodyShape body) |
Constructor with full parameters.
|
FieldLongitudeRangeCrossingDetector(Field<T> field,
BodyShape body,
double fromLongitude,
double toLongitude) |
Build a new detector.
|
FieldLongitudeRangeCrossingDetector(FieldEventDetectionSettings<T> detectionSettings,
FieldEventHandler<T> handler,
BodyShape body,
double fromLongitude,
double toLongitude) |
Protected constructor with full parameters.
|
FieldLongitudeRangeCrossingDetector(T maxCheck,
T threshold,
BodyShape body,
double fromLongitude,
double toLongitude) |
Build a detector.
|
GeographicZoneDetector(double maxCheck,
double threshold,
BodyShape body,
SphericalPolygonsSet zone,
double margin) |
Build a detector.
|
GeographicZoneDetector(BodyShape body,
SphericalPolygonsSet zone,
double margin) |
Build a new detector.
|
GeographicZoneDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body,
SphericalPolygonsSet zone,
EnclosingBall<Sphere2D,S2Point> cap,
double margin) |
Protected constructor with full parameters.
|
LatitudeCrossingDetector(double maxCheck,
double threshold,
BodyShape body,
double latitude) |
Build a detector.
|
LatitudeCrossingDetector(BodyShape body,
double latitude) |
Build a new detector.
|
LatitudeCrossingDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body,
double latitude) |
Protected constructor with full parameters.
|
LatitudeExtremumDetector(double maxCheck,
double threshold,
BodyShape body) |
Build a detector.
|
LatitudeExtremumDetector(BodyShape body) |
Build a new detector.
|
LatitudeExtremumDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body) |
Protected constructor with full parameters.
|
LatitudeRangeCrossingDetector(double maxCheck,
double threshold,
BodyShape body,
double fromLatitude,
double toLatitude) |
Build a detector.
|
LatitudeRangeCrossingDetector(BodyShape body,
double fromLatitude,
double toLatitude) |
Build a new detector.
|
LatitudeRangeCrossingDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body,
double fromLatitude,
double toLatitude) |
Private constructor with full parameters.
|
LongitudeCrossingDetector(double maxCheck,
double threshold,
BodyShape body,
double longitude) |
Build a detector.
|
LongitudeCrossingDetector(BodyShape body,
double longitude) |
Build a new detector.
|
LongitudeCrossingDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body,
double longitude) |
Protected constructor with full parameters.
|
LongitudeExtremumDetector(double maxCheck,
double threshold,
BodyShape body) |
Build a detector.
|
LongitudeExtremumDetector(BodyShape body) |
Build a new detector.
|
LongitudeExtremumDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body) |
Protected constructor with full parameters.
|
LongitudeRangeCrossingDetector(double maxCheck,
double threshold,
BodyShape body,
double fromLongitude,
double toLongitude) |
Build a detector.
|
LongitudeRangeCrossingDetector(BodyShape body,
double fromLongitude,
double toLongitude) |
Build a new detector.
|
LongitudeRangeCrossingDetector(EventDetectionSettings detectionSettings,
EventHandler handler,
BodyShape body,
double fromLongitude,
double toLongitude) |
Private constructor with full parameters.
|