public class FieldData extends Object
FacetBodyShape field data. Field data are data related to a FacetBodyShape
set of triangles at a given date. In particular given a list of visible triangles, it can provides a contour.| Constructor and Description |
|---|
FieldData(AbsoluteDate date,
List<Triangle> visibleTriangles,
FacetBodyShape body)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeodeticPoint> |
getContour()
Returns the contour of the visible surface on the body.
|
AbsoluteDate |
getDate()
Returns the date.
|
double |
getVisibleSurface()
Returns the visible surface.
|
List<Triangle> |
getVisibleTriangles()
Returns the list of visible triangles.
|
public FieldData(AbsoluteDate date, List<Triangle> visibleTriangles, FacetBodyShape body) throws PatriusException
date - datevisibleTriangles - visible triangle listbody - bodyPatriusException - thrown if computation failed (should not happen)public AbsoluteDate getDate()
public List<Triangle> getVisibleTriangles()
public double getVisibleSurface()
public List<GeodeticPoint> getContour()
Closest point to each other are next to each other in contour list.
Copyright © 2022 CNES. All rights reserved.