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<FacetPoint> |
getContour()
Getter for the contour of the visible surface on the body.
|
AbsoluteDate |
getDate()
Getter for the date.
|
double |
getVisibleSurface()
Getter for the visible surface.
|
List<Triangle> |
getVisibleTriangles()
Getter for the list of visible triangles.
|
public FieldData(AbsoluteDate date, List<Triangle> visibleTriangles, FacetBodyShape body)
date
- datevisibleTriangles
- visible triangle listbody
- bodypublic AbsoluteDate getDate()
public List<Triangle> getVisibleTriangles()
public double getVisibleSurface()
public List<FacetPoint> getContour()
Closest point to each other are next to each other in contour list.
Copyright © 2023 CNES. All rights reserved.