TdkProcessingService Member List

This is the complete list of members for TdkProcessingService, including all inherited members.

calcDistance(double lat0, double lon0, double lat1, double lon1)TdkProcessingService [static]
calcLatLongDistanceInMeters(double xmin, double xmax, double ymin, double ymax, const string &datum="SAD69", TeProjection *proj=NULL)TdkProcessingService [static]
CalcLLDistanceInMeters(double xmin, double xmax, double ymin, double ymax, const string &datum="SAD69", TeProjection *proj=NULL)TdkProcessingService [static]
convertBox(double &xmin, double &xmax, double &ymin, double &ymax, TeProjection &from, TeProjection &to)TdkProcessingService [static]
convertCoord2D(double &x, double &y, TeProjection &from, TeProjection &to)TdkProcessingService [static]
convertCoordsLL2PC(double &x, double &y, TeProjection *projection)TdkProcessingService [static]
convertCoordsPC2LL(double &x, double &y, TeProjection *projection)TdkProcessingService [static]
convertImage(TdkImageRGB *image, TdkImageFormat format)TdkProcessingService [static]
convertRaster(TeRaster *raster, TeRaster *outRaster)TdkProcessingService [static]
convertRasterProjection(TeRaster *inRaster, TeProjection *outProj)TdkProcessingService [static]
createBufferRegion(TdkObjectGID &objGID, double distance)TdkProcessingService [static]
createProjection(const TeProjectionParams &params)TdkProcessingService [static]
CreateRotationMask(int src_width, int src_height, int dst_width, int dst_height, int color_space, int data_type, double cos0, double sin0)TdkProcessingService [protected, static]
createSimpleLatLongProjection()TdkProcessingService [static]
createSimpleUTMProjection(double lon0=-45)TdkProcessingService [static]
flipVertical(unsigned char *data, int width, int height)TdkProcessingService [static]
generateColorScheme(std::vector< TeColor > &ramps, int numColors, std::vector< TeColor > &colors)TdkProcessingService [static]
getAlphaMask(int width, int height, unsigned char mask_red, unsigned char mask_green, unsigned char mask_blue, unsigned char *red, unsigned char *green, unsigned char *blue, unsigned char **alpha)TdkProcessingService [static]
getColorPallete(TdkColorPallete pallete, std::vector< TeColor > &colors)TdkProcessingService [static]
getFormatName(TdkImageFormat format)TdkProcessingService [static]
getLineFraction(TeLineSet &lines, TePoint &point)TdkProcessingService [static]
getLineFraction(TdkObjectGID &objGID, TePoint &point)TdkProcessingService [static]
getLineFractionAndAzimuth(TeLineSet &lines, TePoint &point, double &fraction, double &azimuth)TdkProcessingService [static]
getLineFractionAndAzimuth(TdkObjectGID &objGID, TePoint &point, double &fraction, double &azimuth)TdkProcessingService [static]
intersectsObject(TdkObjectGID &objGID1, TdkObjectGID &objGID2, double toleranceDistance=0)TdkProcessingService [static]
intersectsPolygon(TdkObjectGID &objGID, TePolygon &buffer)TdkProcessingService [static]
isAnyIdentifiedObject()TdkProcessingService [static]
isAnySelectedObject()TdkProcessingService [static]
isObjectIdentified(TdkObjectGID &gid)TdkProcessingService [static]
isObjectSelected(TdkObjectGID &gid)TdkProcessingService [static]
operatorCovered(TeLineSet l1, TeLineSet l2)TdkProcessingService [static]
operatorCovered(TeLineSet l, TePolygonSet pl)TdkProcessingService [static]
operatorCovered(TePolygonSet pl1, TePolygonSet pl2)TdkProcessingService [static]
operatorCrosses(TeLineSet p1, TeLineSet p2)TdkProcessingService [static]
operatorCrosses(TeLineSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorDisjoint(TePointSet p1, TePointSet p2)TdkProcessingService [static]
operatorDisjoint(TePointSet p1, TeLineSet p2)TdkProcessingService [static]
operatorDisjoint(TePointSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorDisjoint(TeLineSet p1, TeLineSet p2)TdkProcessingService [static]
operatorDisjoint(TeLineSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorDisjoint(TePolygonSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorEquals(TePointSet p1, TePointSet p2)TdkProcessingService [static]
operatorEquals(TeLineSet l1, TeLineSet l2)TdkProcessingService [static]
operatorEquals(TePolygonSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorIntersects(TeCoord2D c, const TeBox &b)TdkProcessingService [static]
operatorIntersects(TePoint p, const TeBox &b)TdkProcessingService [static]
operatorIntersects(TeBox bx1, const TeBox &bx2)TdkProcessingService [static]
operatorOverlaps(TeLineSet l1, TeLineSet l2)TdkProcessingService [static]
operatorOverlaps(TePolygonSet pl1, TePolygonSet pl2)TdkProcessingService [static]
operatorTouches(TePointSet p1, TeLineSet p2)TdkProcessingService [static]
operatorTouches(TePointSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorTouches(TeLineSet p1, TeLineSet p2)TdkProcessingService [static]
operatorTouches(TeLineSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorTouches(TePolygonSet p1, TePolygonSet p2)TdkProcessingService [static]
operatorWithin(TePointSet pt1, TePointSet pt2)TdkProcessingService [static]
operatorWithin(TePointSet pt1, TeLineSet l2)TdkProcessingService [static]
operatorWithin(TePointSet pt1, TePolygonSet pl2)TdkProcessingService [static]
operatorWithin(TeLineSet l1, TeLineSet l2)TdkProcessingService [static]
operatorWithin(TeLineSet l1, TePolygonSet pl2)TdkProcessingService [static]
operatorWithin(TePolygonSet pl1, TePolygonSet pl2)TdkProcessingService [static]
pickByObject(vector< TdkObjectGID * > &objects, TdkObjectGID &obj, double toleranceDistance=0)TdkProcessingService [static]
pickByObject(TdkObjectGIDMap &objects, TdkObjectGID &obj, double toleranceDistance=0)TdkProcessingService [static]
pickByPoint(vector< TdkObjectGID * > &objects, TePoint &point, double toleranceDistance=0)TdkProcessingService [static]
pickByPoint(TdkObjectGIDMap &objects, TePoint &point, double toleranceDistance=0)TdkProcessingService [static]
pickNearestByPoint(vector< TdkObjectGID * > &objects, TePoint &point, double toleranceDistance)TdkProcessingService [static]
pickNearestByPoint(TdkObjectGIDMap &objects, TePoint &point, double toleranceDistance)TdkProcessingService [static]
rotateRaster(double angle, int width, int height, unsigned char *red, unsigned char *green, unsigned char *blue, int *new_width, int *new_height, unsigned char **new_red, unsigned char **new_green, unsigned char **new_blue, unsigned char **alpha)TdkProcessingService [static]
TdkBuildRotateMatrix(TdkMathMatrix &matrix, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkBuildScaleMatrix(TdkMathMatrix &matrix, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkBuildTranslateMatrix(TdkMathMatrix &matrix, double tx, double ty, double tz)TdkProcessingService [static]
TdkCloneProjection(TeProjection *proj)TdkProcessingService [static]
TdkConvertBox(TeBox box, TeProjection *proj_from, TeProjection *proj_to)TdkProcessingService [static]
TdkPick(TdkTheme *theme, TeLinearRing &ring, string &subquery, TdkObjectIdentifierList &lst, unsigned int n)TdkProcessingService [static]
TdkPick(TdkTheme *theme, double xmin, double ymin, double xmax, double ymax, string &subquery, TdkObjectIdentifierList &lst, unsigned int n=0)TdkProcessingService [static]
TdkPick(TdkTheme *theme, double xc, double yc, double r, string &subquery, TdkObjectIdentifierList &lst, unsigned int n=0)TdkProcessingService [static]
TdkPickCircle(TdkTheme *theme, double xc, double yc, double r, unsigned int n=0)TdkProcessingService [static]
TdkPickLines(TdkTheme *theme, double xmin, double ymin, double xmax, double ymax, string &subquery, TdkObjectIdentifierList &objLst, unsigned int n=0)TdkProcessingService [static]
TdkPickLines(TdkTheme *theme, double xc, double yc, double r, string &subquery, TdkObjectIdentifierList &lst, unsigned int n=0)TdkProcessingService [static]
TdkPickLines(TdkTheme *theme, TeLinearRing &ring, string &subquery, TdkObjectIdentifierList &lst, unsigned int n)TdkProcessingService [static]
TdkPickPoints(TdkTheme *theme, double xmin, double ymin, double xmax, double ymax, string &subquery, TdkObjectIdentifierList &objLst, unsigned int n=0)TdkProcessingService [static]
TdkPickPoints(TdkTheme *theme, double xc, double yc, double r, string &subquery, TdkObjectIdentifierList &lst, unsigned int n=0)TdkProcessingService [static]
TdkPickPoints(TdkTheme *theme, TeLinearRing &ring, string &subquery, TdkObjectIdentifierList &lst, unsigned int n=0)TdkProcessingService [static]
TdkPickPolygons(TdkTheme *theme, double xmin, double ymin, double xmax, double ymax, string &subquery, TdkObjectIdentifierList &lst, unsigned int n=0)TdkProcessingService [static]
TdkPickPolygons(TdkTheme *theme, double xc, double yc, double r, string &subquery, TdkObjectIdentifierList &lst, unsigned int n=0)TdkProcessingService [static]
TdkPickPolygons(TdkTheme *theme, TeLinearRing &ring, string &subquery, TdkObjectIdentifierList &lst, unsigned int n)TdkProcessingService [static]
TdkPickRasterValue(TeDecoderMemory *dec, TdkTheme *theme, TeProjection *viewProj, double x, double y, vector< double > &bands)TdkProcessingService [static]
TdkPickTheme(TdkTheme *theme, double x0, double y0, double x1, double y1, unsigned int n=0)TdkProcessingService [static]
TdkPickTheme(TdkTheme *theme, TeLinearRing &ring, unsigned int n=0)TdkProcessingService [static]
TdkRotate(TePolygonSet &polygonSet, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TePolygon &polygon, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TeLineSet &lineSet, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TeLine2D &line, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TePointSet &pointSet, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TePoint &point, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TeTextSet &textSet, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TeText &text, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkRotate(TeBox &box, double angle, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TePolygonSet &polygonSet, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TePolygon &polygon, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TeLineSet &lineSet, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TeLine2D &line, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TePointSet &pointSet, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TePoint &point, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TeTextSet &textSet, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TeText &text, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkScale(TeBox &box, double sx, double sy, double sz, const TeCoord2D &coord)TdkProcessingService [static]
TdkTransform(TePolygonSet &polygonSet, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TePolygon &polygon, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TeLineSet &lineSet, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TeLine2D &line, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TePointSet &pointSet, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TePoint &point, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TeTextSet &textSet, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TeText &text, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTransform(TeBox &box, TdkMathMatrix *matrix)TdkProcessingService [static]
TdkTranslate(TePolygonSet &polygonSet, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TePolygon &polygon, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TeLineSet &lineSet, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TeLine2D &line, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TePointSet &pointSet, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TePoint &point, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TeTextSet &textSet, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TeText &text, double tx, double ty, double tz)TdkProcessingService [static]
TdkTranslate(TeBox &box, double tx, double ty, double tz)TdkProcessingService [static]
TetrahedronBBox(const TeCoord2D &pt0, const TeCoord2D &pt1, const TeCoord2D &pt2, const TeCoord2D &pt3)TdkProcessingService [static]


Generated on Fri Jun 15 16:54:51 2007 for TDK by  doxygen 1.5.2