User Tools

Site Tools


thinkgeo.mapsuite.core.mrsidrastersource

This is an old revision of the document!


ThinkGeo.MapSuite.Core.MrSidRasterSource

This class represents the MrSid raster source.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.RasterSource
      • ThinkGeo.MapSuite.Core.MrSidRasterSource

Members Summary

Public Constructors

MrSidRasterSource

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the constructor for the class.

MrSidRasterSource

  • Parameters:String
  • DeclaringType:N/A
  • Summary:This is the constructor for the class.

MrSidRasterSource

  • Parameters:String,String
  • DeclaringType:N/A
  • Summary:This is the constructor for the class.

MrSidRasterSource

  • Parameters:String,RectangleShape
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

Protected Constructors

Public Methods

CloneDeep

Close

Dispose

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:Release the unmanage resource by setting the rasterImage to null.

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetBoundingBox

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetHorizontalResolution

GetImage

GetImageHeight

GetImageWidth

GetProjectionText

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetVerticalResolution

GetWorldFileText

Open

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

CloneDeepCore

CloseCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method opens the ImageSource so that it is initialized and ready to use.

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetBoundingBoxCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the bounding box of the RasterSource.

GetImageCore

  • Parameters:RectangleShape,Int32,Int32
  • DeclaringType:N/A
  • Summary:This method returns an image based on the worldExtent and image width and height.

GetImageHeightCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the height of the image in screen coordinates.

GetImageWidthCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the width of the image in screen coordinates.

GetProjectionTextCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the projection text in proj4 format.

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

OnClosedRasterSource

OnClosingRasterSource

OnOpenedRasterSource

OnOpeningRasterSource

OpenCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method opens the ImageSource so that it is initialized and ready to use.

Public Properties

BlueTranslation

  • Return:Single
  • Summary:N/A

GreenTranslation

  • Return:Single
  • Summary:N/A

HasProjectionText

  • Return:Boolean
  • Summary:N/A

IsGrayscale

  • Return:Boolean
  • Summary:N/A

IsNegative

  • Return:Boolean
  • Summary:N/A

IsOpen

  • Return:Boolean
  • Summary:N/A

PathFilename

  • Return:String
  • Summary:This property gets or sets the file name and path of the MrSid image you are working with.

Projection

RedTranslation

  • Return:Single
  • Summary:N/A

SuppressClose

  • Return:Boolean
  • Summary:Gets or sets the SuppressClose property.

Transparency

  • Return:Single
  • Summary:N/A

Protected Properties

HasProjectionTextCore

  • Return:Boolean
  • Summary:This property returns true if the RasterSource has projection text, false if it does not.

Public Events

Public Constructors

MrSidRasterSource()

This is the constructor for the class.

Remarks

N/A

Parameters

MrSidRasterSource(String)

This is the constructor for the class.

Remarks

This is typically the constructor you want to use for this class. It allows you to pass in the MrSid file you wish to work with. Note that the MrSid file is not accessed or opened until you call the open command of the class.

Parameters

imagePathFilename

  • Type:String
  • Description:This parameter represents the path and file name of the MrSid file you want to load into the class for display. Go Back === MrSidRasterSource(String,String) === This is the constructor for the class. ==== Remarks ==== This is typically the constructor you want to use for this class. It allows you to pass in the MrSid file and world file path and filename you wish to work with. Note that the MrSid file is not accessed or opened until you call the open command of the class. ==== Parameters ==== imagePathFilename * Type:String * Description:This parameter represents the path and file name of the MrSid file you want to load into the class for display.

worldFilePathFilename

  • Type:String
  • Description:This parameter represents the world file path and file name of the MrSid file you want to use Go Back === MrSidRasterSource(String,RectangleShape) === 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 Sid source you want to use.

imageExtent

  • Description:This parameter is the image extent of sid source you want to use. Go Back ===== Protected Constructors ===== ===== Public Methods ===== === CloneDeep() === N/A ==== Remarks ==== N/A Return Value * Return Type:RasterSource * Description:N/A ==== Parameters ==== Go Back === Close() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === Dispose() === Release the unmanage resource by setting the rasterImage to null. ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === GetBoundingBox() === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetHorizontalResolution() === N/A ==== Remarks ==== N/A Return Value * Return Type:Single * Description:N/A ==== Parameters ==== Go Back === GetImage(RectangleShape,Int32,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:GeoImage * Description:N/A ==== Parameters ==== worldExtent * Type:RectangleShape * Description:N/A canvasWidth * Type:Int32 * Description:N/A canvasHeight * Type:Int32 * Description:N/A Go Back === GetImageHeight() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetImageWidth() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetProjectionText() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === GetVerticalResolution() === N/A ==== Remarks ==== N/A Return Value * Return Type:Single * Description:N/A ==== Parameters ==== Go Back === GetWorldFileText() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back === Open() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back ===== Protected Methods ===== === CloneDeepCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:RasterSource * Description:N/A ==== Parameters ==== Go Back === CloseCore() === This method opens the ImageSource so that it is initialized and ready to use. ==== Remarks ==== This protected virtual method is called from the concreate public method Close. The close method plays an important role in the life cycle of the ImageSource. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called. It is recommended that if you override this method that you take the following things into account. This method may be called multiple times so we suggest you write the so that that a call to a closed FeatureSource is ignored and does not generate an error. We also suggest that in the close you free all resources that have been opened. Remember that the object will not be destroyed but will be re-opened possibly in the near future. This API will only take effect when the suppressClose are set to false. Return Value * Return Type:Void * Description:None ==== Parameters ==== Go Back === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === GetBoundingBoxCore() === This method returns the bounding box of the RasterSource. ==== Remarks ==== This method returns the bounding box of the RasterSource. Return Value * Return Type:RectangleShape * Description:This method returns the bounding box of the RasterSource. ==== Parameters ==== Go Back === GetImageCore(RectangleShape,Int32,Int32) === This method returns an image based on the worldExtent and image width and height. ==== Remarks ==== This method is responsible for returning the image based on the parameters passed in. Return Value * Return Type:GeoImage * Description:This method returns an image based on the worldExtent and image width and height. ==== Parameters ==== worldExtent * Type:RectangleShape * Description:This parameter represents the worldExtent you want to draw. canvasWidth * Type:Int32 * Description:This parameter represents the width of the image you want to draw. canvasHeight * Type:Int32 * Description:This parameter represents the height of the image you want to draw. Go Back === GetImageHeightCore() === This method returns the height of the image in screen coordinates. ==== Remarks ==== This method returns the height of the image in screen coordinates. Return Value * Return Type:Int32 * Description:This method returns the height of the image in screen coordinates. ==== Parameters ==== Go Back === GetImageWidthCore() === This method returns the width of the image in screen coordinates. ==== Remarks ==== This method returns the width of the image in screen coordinates. Return Value * Return Type:Int32 * Description:This method returns the width of the image in screen coordinates. ==== Parameters ==== Go Back === GetProjectionTextCore() === This method returns the projection text in proj4 format. ==== Remarks ==== This protected virtual method is called from the concrete public method GetProjectionText.The default implementation of this core method is to load the projection information from the ECW file and return the projection information in proj4 projection string format. Return Value * Return Type:String * Description:Projection text string. ==== Parameters ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back === OnClosedRasterSource(ClosedRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:ClosedRasterSourceEventArgs * Description:N/A Go Back === OnClosingRasterSource(ClosingRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:ClosingRasterSourceEventArgs * Description:N/A Go Back === OnOpenedRasterSource(OpenedRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:OpenedRasterSourceEventArgs * Description:N/A Go Back === OnOpeningRasterSource(OpeningRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:OpeningRasterSourceEventArgs * Description:N/A Go Back === OpenCore() === This method opens the ImageSource so that it is initialized and ready to use. ==== Remarks ==== This protected virtual method is called from the concreate public method Open. The open method play an important role as it is responsible for initializing the ImageSource. Most methods on the ImageSource will throw an exception if the state of the ImageSource is not opened. When the map draws each layer it will open the ImageSource as one of its first steps, then after it is finished drawing with that layer it will close it. In this way we are sure to release all resources used by the ImageSource. When implementing this abstract method consider opening files for file based source, connecting to databases in the database based sources and so on. You will get a chance to close these in the Close method of the ImageSource. Return Value * Return Type:Void * Description:None ==== Parameters ==== Go Back ===== Public Properties ===== === BlueTranslation === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back === GreenTranslation === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back === HasProjectionText === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsGrayscale === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsNegative === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsOpen === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === PathFilename === This property gets or sets the file name and path of the MrSid image you are working with. ==== Remarks ==== If you wish to change the file the class is working with you would want to change it here. You cannot change the file you are working with while the class is in an open state. ==== Return Value ==== Return Type:String Go Back === Projection === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Projection Go Back === RedTranslation === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back === SuppressClose === Gets or sets the SuppressClose property. ==== Remarks ==== If set the SuppressClose to ture, then the RasterSource will not be closed even you call the Close API. ==== Return Value ==== Return Type:Boolean Go Back === Transparency === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back ===== Protected Properties ===== === HasProjectionTextCore === This property returns true if the RasterSource has projection text, false if it does not. ==== Remarks ==== This protected virtual method is called from the concrete public property HasProjectionText. Thus, if you inherit RasterSource, please ensure that you override this virtual property to return the correct projection status of your raster source.We will check the HasProjectionText status before you call the GetProjectionText method. It will throw an exception if the HasProjectionText property returns false. ==== Return Value ==== Return Type:Boolean Go Back ===== Public Events ===== === ClosedRasterSource === N/A ==== Remarks ==== N/A Event Arguments:ClosedRasterSourceEventArgs Go Back === ClosingRasterSource === N/A ==== Remarks ==== N/A Event Arguments:ClosingRasterSourceEventArgs Go Back === OpenedRasterSource === N/A ==== Remarks ==== N/A Event Arguments:OpenedRasterSourceEventArgs Go Back === OpeningRasterSource === N/A ==== Remarks ==== N/A Event Arguments**:OpeningRasterSourceEventArgs

Go Back

thinkgeo.mapsuite.core.mrsidrastersource.1442486106.txt.gz · Last modified: 2015/09/17 10:35 by admin