Uses of Class
org.orekit.propagation.events.GeographicZoneDetector
-
Packages that use GeographicZoneDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of GeographicZoneDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return GeographicZoneDetector Modifier and Type Method Description protected GeographicZoneDetector
GeographicZoneDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super GeographicZoneDetector> newHandler)
Build a new instance.GeographicZoneDetector
GeographicZoneDetector. withMargin(double newMargin)
Setup the detector margin.Method parameters in org.orekit.propagation.events with type arguments of type GeographicZoneDetector Modifier and Type Method Description protected GeographicZoneDetector
GeographicZoneDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super GeographicZoneDetector> newHandler)
Build a new instance.
-