public class FacetBodyShapeStatistics extends Object
| Constructor and Description |
|---|
FacetBodyShapeStatistics(FacetBodyShape facetBodyShapeIn)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SummaryStatistics |
computeStatisticsForAltitude(OneAxisEllipsoid ellipsoid)
Compute the summary of the distances between the altitude of each facet body shape vertex to a reference
ellipsoid surface.
|
SummaryStatistics |
computeStatisticsForRadialDistance(OneAxisEllipsoid ellipsoid)
Compute the summary of the distances between the radius at each facet body shape
vertex and a reference ellipsoid radius in the same direction.
|
public FacetBodyShapeStatistics(FacetBodyShape facetBodyShapeIn)
facetBodyShapeIn - the facet body shapepublic SummaryStatistics computeStatisticsForRadialDistance(OneAxisEllipsoid ellipsoid) throws PatriusException
ellipsoid - The ellipsoid to be compared toPatriusException - if an error occurspublic SummaryStatistics computeStatisticsForAltitude(OneAxisEllipsoid ellipsoid) throws PatriusException
ellipsoid - The ellipsoid to be compared toPatriusException - if an error occursCopyright © 2025 CNES. All rights reserved.