Uses of Interface
org.orekit.propagation.events.LocalRadiusProvider

Packages that use LocalRadiusProvider
fr.cnes.sirius.patrius.assembly.models   
fr.cnes.sirius.patrius.assembly.properties   
org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. 
 

Uses of LocalRadiusProvider in fr.cnes.sirius.patrius.assembly.models
 

Methods in fr.cnes.sirius.patrius.assembly.models with parameters of type LocalRadiusProvider
 void SensorModel.setMainTarget(PVCoordinatesProvider target, LocalRadiusProvider radius)
          Sets the main target of the sensor property.
 

Uses of LocalRadiusProvider in fr.cnes.sirius.patrius.assembly.properties
 

Methods in fr.cnes.sirius.patrius.assembly.properties that return LocalRadiusProvider
 LocalRadiusProvider[] SensorProperty.getInhibitionTargetsRadiuses()
           
 LocalRadiusProvider SensorProperty.getMainTargetRadius()
           
 

Methods in fr.cnes.sirius.patrius.assembly.properties with parameters of type LocalRadiusProvider
 void SensorProperty.setInhibitionFieldsAndTargets(IFieldOfView[] fields, PVCoordinatesProvider[] targets, LocalRadiusProvider[] targetRadiuses)
          Sets the arrays of inhibition fields and the associated targets : the two array must have the same length.
 void SensorProperty.setMainTarget(PVCoordinatesProvider target, LocalRadiusProvider radius)
          Sets the main target of the sensor
 

Uses of LocalRadiusProvider in org.orekit.propagation.events
 

Classes in org.orekit.propagation.events that implement LocalRadiusProvider
 class ConstantRadiusProvider
          Implementation for constant radius provider.
 class VariableRadiusProvider
          Implementation for variable radius providers.
 



Copyright © 2016 CNES. All Rights Reserved.