fr.cnes.sirius.patrius.assembly.properties
Class AeroApplicationPoint

java.lang.Object
  extended by fr.cnes.sirius.patrius.assembly.properties.AeroApplicationPoint
All Implemented Interfaces:
IPartProperty

public class AeroApplicationPoint
extends Object
implements IPartProperty

This class represents a drag application point property

Since:
2.1
Version:
$Id $
Author:
Rami Houdroge
See Also:
AeroWrenchModel, DragWrench
Concurrency :
immutable

Constructor Summary
AeroApplicationPoint(Vector3D applicationPoint)
          Create a drag force application point property.
 
Method Summary
 Vector3D getApplicationPoint()
          Get the application point in the given frame at the given date.
 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

AeroApplicationPoint

public AeroApplicationPoint(Vector3D applicationPoint)
Create a drag force application point property.

Parameters:
applicationPoint - Application point of the drag forces
Method Detail

getApplicationPoint

public Vector3D getApplicationPoint()
Get the application point in the given frame at the given date.

Returns:
the application point of drag forces

getType

public PropertyType getType()
Get the type of the property.

Specified by:
getType in interface IPartProperty
Returns:
the type of the property (see PropertyType enumeration)


Copyright © 2017 CNES. All Rights Reserved.