VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtLatLonDimensions Class Reference
+ Inheritance diagram for DtLatLonDimensions:
+ Collaboration diagram for DtLatLonDimensions:

Public Member Functions

 DtLatLonDimensions (DtExerciseConn *exConn)
virtual ~DtLatLonDimensions ()
void setMinLatitude (double min)
void setMaxLatitude (double max)
void setMinLongitude (double min)
void setMaxLongitude (double max)
void setLatitudeLowerBound (double lat)
void setLatitudeUpperBound (double lat)
void setLongitudeLowerBound (double lon)
void setLongitudeUpperBound (double lon)
double minLatitude () const
double maxLatitude () const
double minLongitude () const
double maxLongitude () const
double latitudeUpperBound () const
double latitudeLowerBound () const
double longitudeUpperBound () const
double longitudeLowerBound () const
void setPoint (double latitude, double longitude)
void setPlaybox (double minLatitude, double minLongitude, double maxLatitude, double maxLongitude)
- Public Member Functions inherited from DtDDMRegion
 DtDDMRegion (DtExerciseConn *exConn)
 Constructor that creates empty shell.
 DtDDMRegion (DtExerciseConn *exConn, const std::vector< DtString > &dimensionNameVector)
 Constructor that uses specified dimensions to create RTI region.
virtual ~DtDDMRegion ()
 Destructor.
virtual void init (const std::vector< DtString > &dimensionNameVector)
 Initialize the dimensions and create the RTI region.
virtual void initializeDimensions (const std::vector< DtString > &dimensionNameVector)
 Initializes the specified dimensions.
virtual void initializeDimensions (const RTI::DimensionHandleSet &dimHandles)
 Initialize the internal mapping using the specified dimension handles.
virtual void setUpperBound (const DtString &dimensionName, unsigned long upperBound)
 This method sets the upper bound of dimension, specified by dimensionName, to the normalized value specified by upperBound.
virtual void setLowerBound (const DtString &dimensionName, unsigned long lowerBound)
 This method sets the lower bound of the dimension, specified by dimensionName, to the normalized value specified by lowerBound.
virtual void setDimensionBounds (const DtString &dimensionName, unsigned long lowerBound, unsigned long upperBound)
 This method sets the lower and upper bounds of the dimension, specified by dimensionName, to the normalized value specified by bounds.
virtual void notifyRtiOfUpdate ()
 Notify the RTI of changes to the region's extents.
virtual void addAttributeHandle (RTI::AttributeHandle handle)
 Add an attribute to the handle to the attributes associated with this region.
virtual void addAttributeHandle (const DtString &objClassName, const DtString &attrName)
 Add an attribute to the handle to the attributes associated with this region.
virtual const
RTI::AttributeHandleSet & 
attributeHandles () const
 Retrieve the attribute handle set associated with this region.
virtual int attributeHandleCount () const
 Number of attributes associated with this region.
virtual bool hasAttributeHandles () const
 Indicates if attributes have been associated with this region.
virtual RTI::RegionHandle regionHandle ()
 Access to the RTI region representation.
virtual const RTI::RegionHandle regionHandle () const
 Access to the RTI region representation.

Protected Attributes

double myMinLatitude
double myMaxLatitude
double myMinLongitude
double myMaxLongitude
double myLatitudeLowerBound
double myLatitudeUpperBound
double myLongitudeLowerBound
double myLongitudeUpperBound
DtLinearNormalizer myLatitudeNormalizer
DtLinearNormalizer myLongitudeNormalizer
- Protected Attributes inherited from DtDDMRegion
RTI::RegionHandle myRegionHandle
DtVrlRtiAmbassadormyRtiAmb
std::map< DtString,
DtDimensionHandleBoundsStruct
myDimensionMap
DtExerciseConnmyExConn
RTI::AttributeHandleSet * myAttributeHandles

Additional Inherited Members

- Protected Member Functions inherited from DtDDMRegion
virtual void createRegion ()
 Utility function that actually creates the region and stores the handle.
 DtDDMRegion (const DtDDMRegion &orig)
 Copy constructor – Not implemented – not allowed.
DtDDMRegionoperator= (const DtDDMRegion &orig)
 Assignment operator. Not implemented – not assignable.

Constructor & Destructor Documentation

DtLatLonDimensions::DtLatLonDimensions ( DtExerciseConn exConn)
virtual DtLatLonDimensions::~DtLatLonDimensions ( )
virtual

Member Function Documentation

double DtLatLonDimensions::latitudeLowerBound ( ) const
double DtLatLonDimensions::latitudeUpperBound ( ) const
double DtLatLonDimensions::longitudeLowerBound ( ) const
double DtLatLonDimensions::longitudeUpperBound ( ) const
double DtLatLonDimensions::maxLatitude ( ) const
double DtLatLonDimensions::maxLongitude ( ) const
double DtLatLonDimensions::minLatitude ( ) const
double DtLatLonDimensions::minLongitude ( ) const
void DtLatLonDimensions::setLatitudeLowerBound ( double  lat)
void DtLatLonDimensions::setLatitudeUpperBound ( double  lat)
void DtLatLonDimensions::setLongitudeLowerBound ( double  lon)
void DtLatLonDimensions::setLongitudeUpperBound ( double  lon)
void DtLatLonDimensions::setMaxLatitude ( double  max)
void DtLatLonDimensions::setMaxLongitude ( double  max)
void DtLatLonDimensions::setMinLatitude ( double  min)
void DtLatLonDimensions::setMinLongitude ( double  min)
void DtLatLonDimensions::setPlaybox ( double  minLatitude,
double  minLongitude,
double  maxLatitude,
double  maxLongitude 
)
void DtLatLonDimensions::setPoint ( double  latitude,
double  longitude 
)

Member Data Documentation

double DtLatLonDimensions::myLatitudeLowerBound
protected
DtLinearNormalizer DtLatLonDimensions::myLatitudeNormalizer
protected
double DtLatLonDimensions::myLatitudeUpperBound
protected
double DtLatLonDimensions::myLongitudeLowerBound
protected
DtLinearNormalizer DtLatLonDimensions::myLongitudeNormalizer
protected
double DtLatLonDimensions::myLongitudeUpperBound
protected
double DtLatLonDimensions::myMaxLatitude
protected
double DtLatLonDimensions::myMaxLongitude
protected
double DtLatLonDimensions::myMinLatitude
protected
double DtLatLonDimensions::myMinLongitude
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)