9 #ifndef geodeticRegion_H_
10 #define geodeticRegion_H_
56 const std::vector<DtString>& dimensionNamesVector);
64 const std::vector<DtString>& dimensionNamesVector,
78 virtual void setRegionBounds(
const DtVector& point,
double metersNorth,
86 virtual void setApproximateUpdateTime(
DtTime updateTime);
90 virtual DtTime approximateUpdateTime()
const;
94 virtual void updateRegionWithVelocity(
const DtVector& geocentricPosition,
99 virtual bool needToUpdateRegion(
const DtVector& geocentricPosition)
const;
This file declares vlException.
DtCoordTransform myLastGeocToTopoTransform
This stores the transformation matrix used the last time the region was updated.
Definition: geodeticRegion.h:122
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtClock and DtTime.
This file provides a definition of GeodeticCoords and several helper functions.
Instances of DtGeodeticCoord are used to explicitly represent Geodetic coordinates.
Definition: geodeticCoord.h:30
DtTime myApproximateUpdateTime
Definition: geodeticRegion.h:110
Definition: vlVector.h:224
Definition: vlVector.h:162
DtGeodeticRegion.
Definition: geodeticRegion.h:38
DtGeodeticNormalizer * myNormalizer
Definition: geodeticRegion.h:109
DtBoost::shared_ptr< DtGeodeticRegion > DtGeodeticRegionSP
Definition: geodeticRegion.h:26
double myEastWestThreshold
Definition: geodeticRegion.h:114
Instances of DtDDMRegion create an RTI region with specified dimensions.
Definition: region1516.h:36
double myNorthSouthThreshold
These values are used to compute whether we need to update the region or not.
Definition: geodeticRegion.h:113
DtVector myLastLocation
This stores the entity's last known location.
Definition: geodeticRegion.h:118
Definition: geodeticNormalizer.h:57
DtDDMRegion & operator=(const DtDDMRegion &orig)
Assignment operator. Not implemented – not assignable.