This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.jpeg2000rastersource [2015/09/17 10:32] admin |
thinkgeo.mapsuite.core.jpeg2000rastersource [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.Jpeg2000RasterSource ====== | ====== ThinkGeo.MapSuite.Core.Jpeg2000RasterSource ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class represents the JPEG2000 raster source. | This class represents the JPEG2000 raster source. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 7: | Line 10: | ||
| ***ThinkGeo.MapSuite.Core.Jpeg2000RasterSource** | ***ThinkGeo.MapSuite.Core.Jpeg2000RasterSource** | ||
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| - | === Public Constructors === | + | ==== Public Constructors ==== |
| - | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} Jpeg2000RasterSource() ** |
| - | **{{wiki:PublicMethod.gif|}}[[#Jpeg2000RasterSource()|Jpeg2000RasterSource]]** | + | |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:This is the constructor for the class. | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //This is the constructor for the class.// |
| - | **{{wiki:PublicMethod.gif|}}[[#Jpeg2000RasterSource(String)|Jpeg2000RasterSource]]** | + | == Remarks == |
| - | * **Parameters**:String | + | * //N/A// |
| - | * **DeclaringType**:N/A | + | == Parameters == |
| - | * **Summary**:This is a constructor for the class. | + | <div newline></div> |
| - | </div> | + | ** {{wiki:PublicMethod.gif|}} Jpeg2000RasterSource(String) ** |
| - | <div class_table> | + | * //This is a constructor for the class.// |
| - | **{{wiki:PublicMethod.gif|}}[[#Jpeg2000RasterSource(String,String)|Jpeg2000RasterSource]]** | + | == Remarks == |
| - | * **Parameters**:String,String | + | * //This constructor gets the RasterSource ready to use.// |
| - | * **DeclaringType**:N/A | + | == Parameters == |
| - | * **Summary**:This is a constructor for the class. | + | * //imagePathFilename// |
| - | </div> | + | * Type:String |
| + | * Description:This parameter is the path and file name of the file you want to use. | ||
| - | <div class_table> | + | <div newline></div> |
| - | **{{wiki:PublicMethod.gif|}}[[#Jpeg2000RasterSource(String,RectangleShape)|Jpeg2000RasterSource]]** | + | ** {{wiki:PublicMethod.gif|}} Jpeg2000RasterSource(String,String) ** |
| - | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:This is a constructor for the class. | + | |
| - | </div> | + | |
| - | === Protected Constructors === | + | * //This is a constructor for the class.// |
| - | === Public Methods === | + | == Remarks == |
| - | <div class_table> | + | * //This constructor gets the RasterSource ready to use.// |
| - | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | == Parameters == |
| - | * **Parameters**:N/A | + | * //imagePathFilename// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | * Type:String |
| - | * **Summary**:N/A | + | * Description:This parameter is the path and file name of the file you want to use. |
| - | </div> | + | |
| - | <div class_table> | + | * //worldFilePathFilename// |
| - | **{{wiki:PublicMethod.gif|}}[[#Close()|Close]]** | + | * Type:String |
| - | * **Parameters**:N/A | + | * Description:This parameter is the path and file name of the world file you want to use. |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | <div newline></div> |
| - | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | ** {{wiki:PublicMethod.gif|}} Jpeg2000RasterSource(String,RectangleShape) ** |
| - | * **Parameters**:Object | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //This is a constructor for the class.// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBox()|GetBoundingBox]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //This constructor gets the RasterSource ready to use.// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | == Parameters == |
| - | * **Summary**:N/A | + | * //imagePathFilename// |
| - | </div> | + | * Type:String |
| + | * Description:This parameter is the path and file name of the ECW file you want to use. | ||
| - | <div class_table> | + | * //imageExtent// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | * **Parameters**:N/A | + | * Description:This parameter is the image extent of ECW file you want to use. |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | <div newline></div> |
| - | **{{wiki:PublicMethod.gif|}}[[#GetHorizontalResolution()|GetHorizontalResolution]]** | + | ==== Protected Constructors ==== |
| - | * **Parameters**:N/A | + | ==== Public Methods ==== |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetImage(RectangleShape,Int32,Int32)|GetImage]]** | + | == Remarks == |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Int32,Int32 | + | * //N/A// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:PublicMethod.gif|}}[[#GetImageHeight()|GetImageHeight]]** | + | * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:PublicMethod.gif|}}[[#GetImageWidth()|GetImageWidth]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetWorldFileText() ** |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetProjectionText()|GetProjectionText]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:String |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:PublicMethod.gif|}}[[#GetVerticalResolution()|GetVerticalResolution]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetImageWidth() ** |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetWorldFileText()|GetWorldFileText]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:PublicMethod.gif|}}[[#Open()|Open]]** | + | * Type:Int32 |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetImageHeight() ** |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Protected Methods === | + | * //N/A// |
| - | <div class_table> | + | == Remarks == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | * //N/A// |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#CloseCore()|CloseCore]]** | + | * Type:Int32 |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetHorizontalResolution() ** |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#GetImageCore(RectangleShape,Int32,Int32)|GetImageCore]]** | + | * Type:Single |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Int32,Int32 | + | * Description:N/A |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#GetImageHeightCore()|GetImageHeightCore]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetVerticalResolution() ** |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#GetImageWidthCore()|GetImageWidthCore]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#GetProjectionTextCore()|GetProjectionTextCore]]** | + | * Type:Single |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnClosedRasterSource(ClosedRasterSourceEventArgs)|OnClosedRasterSource]]** | + | == Remarks == |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] | + | * //N/A// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnClosingRasterSource(ClosingRasterSourceEventArgs)|OnClosingRasterSource]]** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] | + | * Description:N/A |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnOpenedRasterSource(OpenedRasterSourceEventArgs)|OnOpenedRasterSource]]** | + | <div newline></div> |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] | + | ** {{wiki:PublicMethod.gif|}} GetProjectionText() ** |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:ProtectedMethod.gif|}}[[#OnOpeningRasterSource(OpeningRasterSourceEventArgs)|OnOpeningRasterSource]]** | + | == Remarks == |
| - | * **Parameters**:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] | + | * //N/A// |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Return Value == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#OpenCore()|OpenCore]]** | + | * Type:String |
| - | * **Parameters**:N/A | + | * Description:N/A |
| - | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.EcwRasterSource|EcwRasterSource]] | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Public Properties === | + | == Parameters == |
| - | **{{wiki:PublicProperty.gif|}}[[#BlueTranslation|BlueTranslation]]** | + | <div newline></div> |
| - | * **Return**:Single | + | ** {{wiki:PublicMethod.gif|}} Open() ** |
| - | * **Summary**:N/A | + | |
| - | **{{wiki:PublicProperty.gif|}}[[#GreenTranslation|GreenTranslation]]** | + | * //N/A// |
| - | * **Return**:Single | + | == Remarks == |
| - | * **Summary**:N/A | + | * //N/A// |
| - | **{{wiki:PublicProperty.gif|}}[[#HasProjectionText|HasProjectionText]]** | + | == Return Value == |
| - | * **Return**:Boolean | + | * Type:Void |
| - | * **Summary**:N/A | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#IsGrayscale|IsGrayscale]]** | + | == Parameters == |
| - | * **Return**:Boolean | + | <div newline></div> |
| - | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
| - | **{{wiki:PublicProperty.gif|}}[[#IsNegative|IsNegative]]** | + | * //N/A// |
| - | * **Return**:Boolean | + | == Remarks == |
| - | * **Summary**:N/A | + | * //N/A// |
| - | **{{wiki:PublicProperty.gif|}}[[#IsOpen|IsOpen]]** | + | == Return Value == |
| - | * **Return**:Boolean | + | * Type:Void |
| - | * **Summary**:N/A | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#PathFilename|PathFilename]]** | + | == Parameters == |
| - | * **Return**:String | + | <div newline></div> |
| - | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetImage(RectangleShape,Int32,Int32) ** |
| - | **{{wiki:PublicProperty.gif|}}[[#Projection|Projection]]** | + | * //N/A// |
| - | * **Return**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | + | == Remarks == |
| - | * **Summary**:N/A | + | * //N/A// |
| - | **{{wiki:PublicProperty.gif|}}[[#RedTranslation|RedTranslation]]** | + | == Return Value == |
| - | * **Return**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] |
| - | * **Summary**:N/A | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#Transparency|Transparency]]** | + | == Parameters == |
| - | * **Return**:Single | + | * //worldExtent// |
| - | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| + | * Description:N/A | ||
| - | === Protected Properties === | + | * //canvasWidth// |
| - | **{{wiki:ProtectedProperty.gif|}}[[#HasProjectionTextCore|HasProjectionTextCore]]** | + | * Type:Int32 |
| - | * **Return**:Boolean | + | * Description:N/A |
| - | * **Summary**:N/A | + | |
| - | === Public Events === | + | * //canvasHeight// |
| - | **{{wiki:PublicEvent.gif|}}[[#ClosedRasterSource|ClosedRasterSource]]** | + | * Type:Int32 |
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] | + | * Description:N/A |
| - | * **Summary**:N/A | + | |
| - | **{{wiki:PublicEvent.gif|}}[[#ClosingRasterSource|ClosingRasterSource]]** | + | <div newline></div> |
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | * **Summary**:N/A | + | |
| - | **{{wiki:PublicEvent.gif|}}[[#OpenedRasterSource|OpenedRasterSource]]** | + | * //N/A// |
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] | + | == Remarks == |
| - | * **Summary**:N/A | + | * //N/A// |
| - | **{{wiki:PublicEvent.gif|}}[[#OpeningRasterSource|OpeningRasterSource]]** | + | == Return Value == |
| - | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] | + | * Type:String |
| - | * **Summary**:N/A | + | * Description:N/A |
| - | ===== Public Constructors ===== | + | == Parameters == |
| - | === Jpeg2000RasterSource() === | + | <div newline></div> |
| - | This is the constructor for the class. | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | [[#Public Constructors|Go Back]] | + | |
| - | === Jpeg2000RasterSource(String) === | + | |
| - | This is a constructor for the class. | + | |
| - | ==== Remarks ==== | + | |
| - | This constructor gets the RasterSource ready to use. | + | |
| - | ==== Parameters ==== | + | |
| - | **imagePathFilename** | + | |
| - | * **Type**:String | + | |
| - | * **Description:This parameter is the path and file name of the file you want to use. | + | |
| - | [[#Public Constructors|Go Back]] | + | * //N/A// |
| - | === Jpeg2000RasterSource(String,String) === | + | == Remarks == |
| - | This is a constructor for the class. | + | * //N/A// |
| - | ==== Remarks ==== | + | |
| - | This constructor gets the RasterSource ready to use. | + | |
| - | ==== Parameters ==== | + | |
| - | **imagePathFilename** | + | |
| - | * **Type**:String | + | |
| - | * **Description:This parameter is the path and file name of the file you want to use. | + | |
| - | **worldFilePathFilename** | + | == Return Value == |
| - | * **Type**:String | + | * Type:Boolean |
| - | * **Description:This parameter is the path and file name of the world file you want to use. | + | * Description:N/A |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | === Jpeg2000RasterSource(String,RectangleShape) === | + | * //obj// |
| - | This is a constructor for the class. | + | * Type:Object |
| - | ==== Remarks ==== | + | * Description:N/A |
| - | This constructor gets the RasterSource ready to use. | + | |
| - | ==== Parameters ==== | + | |
| - | **imagePathFilename** | + | |
| - | * **Type**:String | + | |
| - | * **Description:This parameter is the path and file name of the ECW file you want to use. | + | |
| - | **imageExtent** | + | <div newline></div> |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | * **Description:This parameter is the image extent of ECW file you want to use. | + | |
| - | [[#Public Constructors|Go Back]] | + | * //N/A// |
| - | ===== Protected Constructors ===== | + | == Remarks == |
| - | ===== Public Methods ===== | + | * //N/A// |
| - | === CloneDeep() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | * Type:Int32 |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | === Close() === | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Void | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Type |
| - | === Equals(Object) === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Boolean | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Protected Methods ==== |
| + | ** {{wiki:ProtectedMethod.gif|}} GetProjectionTextCore() ** | ||
| - | ==== Parameters ==== | + | * //N/A// |
| - | **obj** | + | == Remarks == |
| - | * **Type**:Object | + | * //N/A// |
| - | * **Description**:N/A | + | |
| - | [[#Public Methods|Go Back]] | + | == Return Value == |
| - | === GetBoundingBox() === | + | * Type:String |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetImageWidthCore() ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | === GetHashCode() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Int32 | + | * Type:Int32 |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | === GetHorizontalResolution() === | + | ** {{wiki:ProtectedMethod.gif|}} GetImageHeightCore() ** |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Single | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | === GetImage(RectangleShape,Int32,Int32) === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | **worldExtent** | + | == Remarks == |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
| - | * **Description**:N/A | + | |
| - | **canvasWidth** | + | == Return Value == |
| - | * **Type**:Int32 | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | **canvasHeight** | + | == Parameters == |
| - | * **Type**:Int32 | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
| - | [[#Public Methods|Go Back]] | + | * //N/A// |
| - | === GetImageHeight() === | + | == Remarks == |
| - | N/A | + | * //N/A// |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Int32 | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | === GetImageWidth() === | + | ** {{wiki:ProtectedMethod.gif|}} GetImageCore(RectangleShape,Int32,Int32) ** |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Int32 | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] |
| - | === GetProjectionText() === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:String | + | * //worldExtent// |
| - | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| + | * Description:N/A | ||
| - | ==== Parameters ==== | + | * //canvasWidth// |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | === GetType() === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //canvasHeight// |
| - | * **Return Type**:Type | + | * Type:Int32 |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
| - | === GetVerticalResolution() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Single | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | === GetWorldFileText() === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:String | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | === Open() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Void | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //e// |
| - | === ToString() === | + | * Type:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | <div newline></div> |
| - | * **Return Type**:String | + | ** {{wiki:ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) ** |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | * //N/A// |
| - | === CloneDeepCore() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //e// |
| - | === CloseCore() === | + | * Type:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | <div newline></div> |
| - | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs) ** |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | === Finalize() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Void | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //e// |
| - | === GetBoundingBoxCore() === | + | * Type:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | <div newline></div> |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs) ** |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | === GetImageCore(RectangleShape,Int32,Int32) === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | **worldExtent** | + | * //e// |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] |
| - | * **Description**:N/A | + | * Description:N/A |
| - | **canvasWidth** | + | <div newline></div> |
| - | * **Type**:Int32 | + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** |
| - | * **Description**:N/A | + | |
| - | **canvasHeight** | + | * //N/A// |
| - | * **Type**:Int32 | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Return Value == |
| - | === GetImageHeightCore() === | + | * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Int32 | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetWrappingImageLeft(RectangleShape,Double,Double,RectangleShape) ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | === GetImageWidthCore() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //boundingBox// |
| - | === GetProjectionTextCore() === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //screenWidth// |
| - | * **Return Type**:String | + | * Type:Double |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | * //screenHeight// |
| - | [[#Protected Methods|Go Back]] | + | * Type:Double |
| - | === MemberwiseClone() === | + | * Description:N/A |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //wrappingExtent// |
| - | * **Return Type**:Object | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | <div newline></div> |
| - | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetWrappingImageRight(RectangleShape,Double,Double,RectangleShape) ** |
| - | === OnClosedRasterSource(ClosedRasterSourceEventArgs) === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:Void | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | **e** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] | + | * Description:N/A |
| - | * **Description**:N/A | + | |
| - | [[#Protected Methods|Go Back]] | + | == Parameters == |
| - | === OnClosingRasterSource(ClosingRasterSourceEventArgs) === | + | * //boundingBox// |
| - | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | ==== Remarks ==== | + | * Description:N/A |
| - | N/A | + | |
| - | **Return Value** | + | * //screenWidth// |
| - | * **Return Type**:Void | + | * Type:Double |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | * //screenHeight// |
| - | **e** | + | * Type:Double |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] | + | * Description:N/A |
| - | * **Description**:N/A | + | |
| - | [[#Protected Methods|Go Back]] | + | * //wrappingExtent// |
| - | === OnOpenedRasterSource(OpenedRasterSourceEventArgs) === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | <div newline></div> |
| - | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | + | * //N/A// |
| - | **e** | + | == Remarks == |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] | + | * //N/A// |
| - | * **Description**:N/A | + | |
| - | [[#Protected Methods|Go Back]] | + | == Return Value == |
| - | === OnOpeningRasterSource(OpeningRasterSourceEventArgs) === | + | * Type:Void |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Void | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | **e** | + | == Remarks == |
| - | * **Type**:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] | + | * //N/A// |
| - | * **Description**:N/A | + | |
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ** {{wiki:PublicProperty.gif|}} PathFilename ** | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | === OpenCore() === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| + | == Return Value == | ||
| + | * Type:String | ||
| - | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Projection ** |
| - | * **Return Type**:Void | + | |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | === BlueTranslation === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Transparency ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | === GreenTranslation === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Single | + | * Type:Single |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} BlueTranslation ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | === HasProjectionText === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Boolean | + | * Type:Single |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} RedTranslation ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | === IsGrayscale === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Boolean | + | * Type:Single |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} GreenTranslation ** |
| - | === IsNegative === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Return Value ==== | + | |
| - | **Return Type**:Boolean | + | |
| - | [[#Public Properties|Go Back]] | ||
| - | === IsOpen === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Boolean | + | * Type:Single |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} IsNegative ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | === PathFilename === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:String | + | * Type:Boolean |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | === Projection === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] | + | * Type:Boolean |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} IsOpen ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | === RedTranslation === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Single | + | * Type:Boolean |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} HasProjectionText ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | === Transparency === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Single | + | * Type:Boolean |
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ** {{wiki:ProtectedProperty.gif|}} HasProjectionTextCore ** | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | === HasProjectionTextCore === | ||
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Boolean | + | * Type:Boolean |
| - | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
| - | ===== Public Events ===== | + | ** {{wiki:PublicEvent.gif|}} OpeningRasterSource ** |
| - | === ClosedRasterSource === | + | |
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] |
| - | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} OpenedRasterSource ** |
| - | === ClosingRasterSource === | + | |
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] |
| - | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} ClosingRasterSource ** |
| - | === OpenedRasterSource === | + | |
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] |
| - | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} ClosedRasterSource ** |
| - | === OpeningRasterSource === | + | |
| N/A | N/A | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] |
| - | [[#Public Events|Go Back]] | ||