Public Member Functions |
| | DtDtedCell () |
| virtual | ~DtDtedCell () |
| virtual bool | readDma (const char *DMAFile) |
| virtual DtGdbNode * | utmTriNode (const int postSpacing, double lowColorHeight, double highColorHeight, bool reliefShading, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude, DtDtedReader *reader) |
| virtual DtGdbNode * | geoTriNode (int postSpacing, double lowColorHeight, double highColorHeight, bool reliefShading, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude, DtDtedReader *reader) |
| virtual DtGdbNode * | flatEarthTriNode (int postSpacing, double lowColorHeight, double highColorHeight, bool reliefShading, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude, DtDtedReader *reader) |
| virtual double | swLat () |
| virtual double | swLon () |
Protected Member Functions |
| | DtDtedCell (const DtDtedCell &orig) |
| DtDtedCell & | operator= (const DtDtedCell &orig) |
| virtual short | cvDmaAccuracy (char DMAAccuracy[]) |
| virtual float | cvDmaInterval (char DMAInterval[]) |
| virtual float | cvDmaLat (char DMALat[]) |
| virtual float | cvDmaLon (char DMALon[]) |
| virtual bool | fillGroupsWithTris (DtGroup **&groups, int gridWidth, int gridHeight, double lowColorHeight, double highColorHeight, bool reliefShading, int vertexIDOffset, DtDtedReader *reader) |
| virtual bool | buildUTMVertexManager (int &gridWidth, int &gridHeight, int postSpacing, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude, DtDtedReader *reader) |
| virtual bool | buildGeodeticVertexManager (int &gridWidth, int &gridHeight, int postSpacing, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude, DtDtedReader *reader) |
| virtual bool | buildFlatEarthVertexManager (int &gridWidth, int &gridHeight, int postSpacing, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude, DtDtedReader *reader) |
| virtual bool | setTriangleSurface (DtTriangleIndirect *tri, unsigned int numSurfaces, double lowColorHeight, double highColorHeight, bool releifShading) |
| virtual void | balance (DtGroup *topGroup, DtGroup **groups, unsigned int numLatGroups, unsigned int westLonGroup, unsigned int eastLonGroup, unsigned int southLatGroup, unsigned int northLatGroup, DtDtedReader *reader) |