|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.assembly.properties.RadiativeSphereProperty
public final class RadiativeSphereProperty
This class is a part property for the PATRIUS assembly. It allows the radiative model to use the part with this property.
| Constructor Summary | |
|---|---|
RadiativeSphereProperty(double inSphereRadius)
Constructor with radius. |
|
RadiativeSphereProperty(Parameter inSphereArea)
Constructor with area. |
|
| Method Summary | |
|---|---|
double |
getSphereArea()
Get the sphere area. |
double |
getSphereRadius()
Get the sphere radius. |
PropertyType |
getType()
Get the type of the property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RadiativeSphereProperty(double inSphereRadius)
inSphereRadius - the sphere radius (m)
public RadiativeSphereProperty(Parameter inSphereArea)
throws OrekitException
inSphereArea - the sphere area (m2)
OrekitException - thrown if parameter is unknown| Method Detail |
|---|
public double getSphereRadius()
throws OrekitException
OrekitException - thrown if radius is undefined (negative area)public double getSphereArea()
public PropertyType getType()
IPartProperty
getType in interface IPartProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||