User Tools

Site Tools


thinkgeo.mapsuite.core.jpeg2000rastersource

This is an old revision of the document!


ThinkGeo.MapSuite.Core.Jpeg2000RasterSource

This class represents the JPEG2000 raster source.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.RasterSource
      • ThinkGeo.MapSuite.Core.EcwRasterSource
        • ThinkGeo.MapSuite.Core.Jpeg2000RasterSource

Members Summary

Public Constructors

Jpeg2000RasterSource

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

Jpeg2000RasterSource

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

Jpeg2000RasterSource

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

Jpeg2000RasterSource

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

Protected Constructors

Public Methods

CloneDeep

Close

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

Finalize

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

GetBoundingBoxCore

GetImageCore

GetImageHeightCore

GetImageWidthCore

GetProjectionTextCore

MemberwiseClone

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

OnClosedRasterSource

OnClosingRasterSource

OnOpenedRasterSource

OnOpeningRasterSource

OpenCore

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:N/A

Projection

RedTranslation

  • Return:Single
  • Summary:N/A

Transparency

  • Return:Single
  • Summary:N/A

Protected Properties

HasProjectionTextCore

  • Return:Boolean
  • Summary:N/A

Public Events

Public Constructors

Jpeg2000RasterSource()

This is the constructor for the class.

Remarks

N/A

Parameters

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. Go Back === Jpeg2000RasterSource(String,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.

worldFilePathFilename

  • Type:String
  • Description:This parameter is the path and file name of the world file you want to use. Go Back === Jpeg2000RasterSource(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 ECW file you want to use.

imageExtent

  • Description:This parameter is the image extent of ECW file 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 === 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() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === GetBoundingBoxCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== Go Back === GetImageCore(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 === GetImageHeightCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetImageWidthCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetProjectionTextCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== 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() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== 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 === N/A ==== Remarks ==== N/A ==== 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 === Transparency === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back ===== Protected Properties ===== === HasProjectionTextCore === N/A ==== Remarks ==== N/A ==== 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.jpeg2000rastersource.1442485971.txt.gz · Last modified: 2015/09/17 10:32 by admin