Go to the documentation of this file.
   26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_PTMARKER_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_PTMARKER_H 
   36   namespace color { 
class RGBAColor; }
 
  272 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_PTMARKER_H 
  
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerTriangleUp(int width, const te::color::RGBAColor &color)
It create a semi triangle up marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerCross(int width, const te::color::RGBAColor &color)
It create a cross marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerTriangleRight(int width, const te::color::RGBAColor &color)
It create a semi triangle right marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerFourRays(int width, const te::color::RGBAColor &color)
It creates a four rays marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerDot(int width, const te::color::RGBAColor &color)
It create a dot marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerTriangleLeft(int width, const te::color::RGBAColor &color)
It create a semi triangle left marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerSemiEllipseDown(int width, const te::color::RGBAColor &color)
It create a semi ellipse down marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerSemiEllipseUp(int width, const te::color::RGBAColor &color)
It create a semi ellipse left marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerSemiEllipseLeft(int width, const te::color::RGBAColor &color)
It create a semi ellipse left marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarker(PtMarkerType type, int width, const te::color::RGBAColor &color)
It creates a point marker.
 
Enumerations of XML module.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerTriangleDown(int width, const te::color::RGBAColor &color)
It create a semi triangle down marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerCircle(int width, const te::color::RGBAColor &color)
It create a circle marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerX(int width, const te::color::RGBAColor &color)
It create a x marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerDiamond(int width, const te::color::RGBAColor &color)
It create a diamond marker.
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerSemiEllipseRight(int width, const te::color::RGBAColor &color)
It create a semi ellipse right marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerCrossedCircle(int width, const te::color::RGBAColor &color)
It create a colorssed circle marker.
 
Proxy configuration file for TerraView (see terraview_config.h).
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerPixel(int width, const te::color::RGBAColor &color)
It create a pixel marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerDash(int width, const te::color::RGBAColor &color)
It create a dash marker.
 
TEMAPEXPORT te::color::RGBAColor ** CreateMarkerSquare(int width, const te::color::RGBAColor &color)
It create a square marker.