This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.worldfile [2015/09/18 05:54] admin |
thinkgeo.mapsuite.core.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 == | ||