User Tools

Site Tools


thinkgeo.mapsuite.portablecore.worldfile

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.portablecore.worldfile [2015/09/21 08:21]
admin
thinkgeo.mapsuite.portablecore.worldfile [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.WorldFile ====== ====== ThinkGeo.MapSuite.Core.WorldFile ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents the values of a world file. This class represents the values of a world file.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} WorldFile() ** ** {{wiki:​PublicMethod.gif|}} WorldFile() **
  
-This is the default constructor for the WorldFile class.+  * //This is the default constructor for the WorldFile class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} WorldFile(String) ** ** {{wiki:​PublicMethod.gif|}} WorldFile(String) **
  
-This is the constructor that passes the worldFile text.+  * //This is the constructor that passes the worldFile text.//
 == Remarks == == Remarks ==
-The worldFileText is typically read from a world file.+  * //The worldFileText is typically read from a world file.//
 == Parameters == == Parameters ==
   * //​worldFileText//​   * //​worldFileText//​
Line 26: Line 29:
 ** {{wiki:​PublicMethod.gif|}} WorldFile(RectangleShape,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} WorldFile(RectangleShape,​Single,​Single) **
  
-This is the constructor that passes the WorldExtent of the image, the height of the image, and the width of the image.+  * //This is the constructor that passes the WorldExtent of the image, the height of the image, and the width of the image.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​worldExtent//​   * //​worldExtent//​
Line 45: Line 48:
 ** {{wiki:​PublicMethod.gif|}} WorldFile(Double,​Double,​Double,​Double,​Double,​Double) ** ** {{wiki:​PublicMethod.gif|}} WorldFile(Double,​Double,​Double,​Double,​Double,​Double) **
  
-This is a constructor that passes 6 attributes in double associated with the corresponding image file.+  * //This is a constructor that passes 6 attributes in double associated with the corresponding image file.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​horizontalResolution//​   * //​horizontalResolution//​
Line 76: Line 79:
 ** {{wiki:​PublicMethod.gif|}} WorldFile(Single,​Single,​Single,​Single,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} WorldFile(Single,​Single,​Single,​Single,​Single,​Single) **
  
-This is a constructor that passes 6 attributes in float associated with the corresponding image file.+  * //This is a constructor that passes 6 attributes in float associated with the corresponding image file.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​horizontalResolution//​   * //​horizontalResolution//​
Line 109: Line 112:
 ** {{wiki:​PublicMethod.gif|}} GetBoundingBox(Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} GetBoundingBox(Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 129: Line 132:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 141: Line 144:
 ** {{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 157: Line 160:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 169: Line 172:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 182: Line 185:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 194: Line 197:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 207: Line 210:
 ** {{wiki:​PublicProperty.gif|}} HorizontalResolution ** ** {{wiki:​PublicProperty.gif|}} HorizontalResolution **
  
-This property gets the horizontal resolution from the world file.+  * //This property gets the horizontal resolution from the world file.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 215: Line 218:
 ** {{wiki:​PublicProperty.gif|}} RotationRow ** ** {{wiki:​PublicProperty.gif|}} RotationRow **
  
-This property gets the rotation in row from the world file.+  * //This property gets the rotation in row from the world file.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 223: Line 226:
 ** {{wiki:​PublicProperty.gif|}} RotationColumn ** ** {{wiki:​PublicProperty.gif|}} RotationColumn **
  
-This property gets the rotation in column from the world file.+  * //This property gets the rotation in column from the world file.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 231: Line 234:
 ** {{wiki:​PublicProperty.gif|}} VerticalResolution ** ** {{wiki:​PublicProperty.gif|}} VerticalResolution **
  
-This property gets the vertical resolution from the world file.+  * //This property gets the vertical resolution from the world file.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 239: Line 242:
 ** {{wiki:​PublicProperty.gif|}} UpperLeftX ** ** {{wiki:​PublicProperty.gif|}} UpperLeftX **
  
-This property gets the upper left Y coordinate from the world file.+  * //This property gets the upper left Y coordinate from the world file.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 247: Line 250:
 ** {{wiki:​PublicProperty.gif|}} UpperLeftY ** ** {{wiki:​PublicProperty.gif|}} UpperLeftY **
  
-This property gets the upper left X coordinate from the world file.+  * //This property gets the upper left X coordinate from the world file.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
thinkgeo.mapsuite.portablecore.worldfile.1442823690.txt.gz · Last modified: 2015/09/21 08:21 by admin