| Modifier and Type | Method and Description |
|---|---|
void |
SensorModel.setMainTarget(PVCoordinatesProvider target,
ApparentRadiusProvider radius)
Sets the main target of the sensor property.
|
| Modifier and Type | Method and Description |
|---|---|
ApparentRadiusProvider[] |
SensorProperty.getInhibitionTargetsRadiuses() |
ApparentRadiusProvider |
SensorProperty.getMainTargetRadius() |
| Modifier and Type | Method and Description |
|---|---|
void |
SensorProperty.setInhibitionFieldsAndTargets(IFieldOfView[] fields,
PVCoordinatesProvider[] targets,
ApparentRadiusProvider[] targetRadiuses)
Sets the arrays of inhibition fields and the associated targets : the two array must
have the same length.
|
void |
SensorProperty.setMainTarget(PVCoordinatesProvider target,
ApparentRadiusProvider radius)
Sets the main target of the sensor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BodyShape
Extended interface for celestial bodies shapes : extends the OREKIT's BodyShape interface by adding geometric
methods.
|
interface |
EllipsoidBodyShape
Extended interface for spheroid model to represent celestial bodies shape : extends the
StarConvexBodyShape
interface by adding getters to access the spheroid parameters. |
interface |
StarConvexBodyShape
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBodyShape
Abstract class for a body shape to mutualize parameters and features.
|
class |
AbstractEllipsoidBodyShape
Abstract class for an ellipsoid body shape to mutualize parameters and features.
|
class |
ConstantRadiusProvider
Implementation for constant radius provider.
|
class |
OneAxisEllipsoid
One axis ellipsoid representation.
|
class |
ThreeAxisEllipsoid
Three axis ellipsoid representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FacetBodyShape
Facet body shape defined by a list of facets.
|
class |
StarConvexFacetBodyShape
Star-convex facet body shape defined by a list of facets.
|
| Modifier and Type | Method and Description |
|---|---|
ApparentRadiusProvider |
AbstractEclipseDetector.getOccultingRadiusProvider()
Returns the occulting radius provider.
|
Copyright © 2025 CNES. All rights reserved.