Constructor and Description |
---|
TutorialPhasing() |
Modifier and Type | Method and Description |
---|---|
TutorialForceModel.TutorialGravity |
getGravity()
Get the gravity data.
|
List<Phasing.TutorialGrid> |
getGrids()
Get the list of grid data.
|
int |
getMaxMDaily()
Get the maximum order of m-daily terms for eccentricity fitting.
|
String |
getMeanSolarTime()
Get the string representation of the mean solar time.
|
String |
getObjectId()
Get the id of the object.
|
String |
getObjectName()
Get the name of the object.
|
double |
getOemDuration()
Get the OEM duration.
|
double |
getOemStep()
Get the OEM step size.
|
TutorialOrbit |
getOrbit()
Get the orbit data.
|
int |
getPhasingDaysNumer()
Get the number of days in the phasing cycle.
|
int |
getPhasingOrbitsNumber()
Get the number of orbits in the phasing cycle.
|
double |
getReferenceLatitude()
Get the reference latitude for Sun synchronous orbit.
|
boolean |
isReferenceAscending()
Get the reference indicator for latitude crossing direction.
|
void |
setGravity(TutorialForceModel.TutorialGravity gravity)
Set the gravity data.
|
void |
setGrids(List<Phasing.TutorialGrid> grids)
Set the list of grid data.
|
void |
setMaxMDaily(int maxMDaily)
Set the maximum order of m-daily terms for eccentricity fitting.
|
void |
setMeanSolarTime(String meanSolarTime)
Set the string representation of the mean solar time.
|
void |
setObjectId(String objectId)
Set the id of the object.
|
void |
setObjectName(String objectName)
Set the name of the object.
|
void |
setOemDuration(double oemDuration)
Set the OEM duration.
|
void |
setOemStep(double oemStep)
Set the OEM step size.
|
void |
setOrbit(TutorialOrbit orbit)
Set the orbit data.
|
void |
setPhasingDaysNumer(int phasingDaysNumer)
Set the number of days in the phasing cycle.
|
void |
setPhasingOrbitsNumber(int phasingOrbitsNumber)
Set the number of orbits in the phasing cycle.
|
void |
setReferenceAscending(boolean referenceAscending)
Set the reference indicator for latitude crossing direction.
|
void |
setReferenceLatitude(double referenceLatitude)
Set the reference latitude for Sun synchronous orbit.
|
public String getObjectName()
public void setObjectName(String objectName)
objectName
- name of the ground track grid filepublic String getObjectId()
public void setObjectId(String objectId)
objectId
- id of the objectpublic TutorialOrbit getOrbit()
public void setOrbit(TutorialOrbit orbit)
orbit
- orbit datapublic int getPhasingOrbitsNumber()
public void setPhasingOrbitsNumber(int phasingOrbitsNumber)
phasingOrbitsNumber
- number of orbits in the phasing cyclepublic int getPhasingDaysNumer()
public void setPhasingDaysNumer(int phasingDaysNumer)
phasingDaysNumer
- number of days in the phasing cyclepublic double getReferenceLatitude()
public void setReferenceLatitude(double referenceLatitude)
referenceLatitude
- reference latitude for Sun synchronous orbit (°)public boolean isReferenceAscending()
public void setReferenceAscending(boolean referenceAscending)
referenceAscending
- if true, crossing latitude is from South to Northpublic String getMeanSolarTime()
public void setMeanSolarTime(String meanSolarTime)
meanSolarTime
- string representation of the mean solar timepublic TutorialForceModel.TutorialGravity getGravity()
public void setGravity(TutorialForceModel.TutorialGravity gravity)
gravity
- gravity datapublic void setMaxMDaily(int maxMDaily)
maxMDaily
- maximum order of m-daily terms for eccentricity fittingpublic int getMaxMDaily()
public List<Phasing.TutorialGrid> getGrids()
public void setGrids(List<Phasing.TutorialGrid> grids)
grids
- list of grid datapublic void setOemStep(double oemStep)
oemStep
- OEM step sizepublic double getOemStep()
public void setOemDuration(double oemDuration)
oemDuration
- OEM durationpublic double getOemDuration()
Copyright © 2002–2022 CS GROUP. All rights reserved.