User Tools

Site Tools


thinkgeo.mapsuite.core.pointstyles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.pointstyles [2015/09/18 05:49]
admin
thinkgeo.mapsuite.core.pointstyles [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.PointStyles ====== ====== ThinkGeo.MapSuite.Core.PointStyles ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class provides commonly-used GeoPointStyles and some methods to create various kinds of GeoPointstyles. A GeoStyle is a kind of sheet used to render the map. This class provides commonly-used GeoPointStyles and some methods to create various kinds of GeoPointstyles. A GeoStyle is a kind of sheet used to render the map.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 10: Line 13:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 22: Line 25:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 38: Line 41:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 50: Line 53:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 62: Line 65:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​Single) **
  
-Static API to create a point style.+  * //Static API to create a point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 86: Line 89:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single,​Single) **
  
-Static API to create a point style.+  * //Static API to create a point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 118: Line 121:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimplePointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single) **
  
-Static API to create a point style.+  * //Static API to create a point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 146: Line 149:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single) **
  
-Static API to create a circle point style.+  * //Static API to create a circle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 166: Line 169:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single,​GeoColor,​Single) **
  
-Static API to create a circle point style.+  * //Static API to create a circle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 194: Line 197:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleCircleStyle(GeoColor,​Single,​GeoColor) **
  
-Static API to create a circle point style.+  * //Static API to create a circle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 218: Line 221:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single) **
  
-Static API to create a square point style.+  * //Static API to create a square point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 238: Line 241:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single,​GeoColor) **
  
-Static API to create a square point style.+  * //Static API to create a square point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 262: Line 265:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleSquareStyle(GeoColor,​Single,​GeoColor,​Single) **
  
-Static API to create a square point style.+  * //Static API to create a square point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 290: Line 293:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single) **
  
-Static API to create a star point style.+  * //Static API to create a star point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 310: Line 313:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single,​GeoColor) **
  
-Static API to create a star point style.+  * //Static API to create a star point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 334: Line 337:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleStarStyle(GeoColor,​Single,​GeoColor,​Single) **
  
-Static API to create a star point style.+  * //Static API to create a star point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 362: Line 365:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single) **
  
-Static API to create a triangle point style.+  * //Static API to create a triangle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 382: Line 385:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single,​GeoColor) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single,​GeoColor) **
  
-Static API to create a triangle point style.+  * //Static API to create a triangle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 406: Line 409:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTriangleStyle(GeoColor,​Single,​GeoColor,​Single) **
  
-Static API to create a triangle point style.+  * //Static API to create a triangle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 434: Line 437:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundCircleStyle(GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundCircleStyle(GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single) **
  
-Static API to create a compound circle point style.+  * //Static API to create a compound circle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 470: Line 473:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundCircleStyle(GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundCircleStyle(GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single,​GeoColor,​Single) **
  
-Static API to create a compound circle point style.+  * //Static API to create a compound circle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 514: Line 517:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundPointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single,​Single,​PointSymbolType,​GeoColor,​GeoColor,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateCompoundPointStyle(PointSymbolType,​GeoColor,​GeoColor,​Single,​Single,​PointSymbolType,​GeoColor,​GeoColor,​Single,​Single) **
  
-Static API to create a compound circle point style.+  * //Static API to create a compound circle point style.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 567: Line 570:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 579: Line 582:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.core.pointstyles.1442555348.txt.gz · Last modified: 2015/09/18 05:49 by admin