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 and 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 and Description |
---|---|
PoissonSeriesParser |
PoissonSeriesParser.withPolynomialPart(char freeVariable,
PolynomialParser.Unit unit)
Set up polynomial part parsing.
|
Constructor and Description |
---|
PolynomialParser(char freeVariable,
PolynomialParser.Unit defaultUnit)
Simple constructor.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.