Package | Description |
---|---|
org.orekit.data |
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
|
Modifier and Type | Method | Description |
---|---|---|
static PolynomialParser.Unit |
PolynomialParser.Unit.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PolynomialParser.Unit[] |
PolynomialParser.Unit.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
PoissonSeriesParser |
PoissonSeriesParser.withPolynomialPart(char freeVariable,
PolynomialParser.Unit unit) |
Set up polynomial part parsing.
|
Constructor | Description |
---|---|
PolynomialParser(char freeVariable,
PolynomialParser.Unit defaultUnit) |
Simple constructor.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.