Modifier and Type | Field and Description |
---|---|
static String |
CLOSEST_ON_LINE
Name for closest point on a line.
|
static String |
CLOSEST_ON_SHAPE
Name for closest point on shape.
|
static String |
DEFAULT
Default name.
|
static String |
INTERSECTION
Name for an intersection point at null altitude.
|
static String |
INTERSECTION_AT_ALTITUDE
Name for an intersection point at not null altitude.
|
static List<String> |
NAMES_LIST
List of body point names.
|
static String |
RADIAL_ON_SHAPE
Name for radial point on shape.
|
Modifier and Type | Method and Description |
---|---|
static String |
join(String originName,
String finalName)
Build a string with the following rule:
if the origin name is contained in the
names list , return the final name
otherwise, concatenate the two names with this format: originName_finalName
|
public static final String DEFAULT
public static final String INTERSECTION
public static final String INTERSECTION_AT_ALTITUDE
public static final String CLOSEST_ON_SHAPE
public static final String RADIAL_ON_SHAPE
public static final String CLOSEST_ON_LINE
public static String join(String originName, String finalName)
names list
, return the final name
originName_finalName
originName
- Origin namefinalName
- Final nameCopyright © 2023 CNES. All rights reserved.