Click or drag to resize

Jpeg2000Writer Class

Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.ImagingJpeg2000Writer

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class Jpeg2000Writer
Methods
  NameDescription
Public methodStatic memberWrite(String, Jpeg2000CompressionProfile, Int32, String, Boolean)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image must be in the image, as in a GeoTIFF.
Public methodStatic memberWrite(Uri, Jpeg2000CompressionProfile, Int32, Uri, Boolean)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image must be in the image, as in a GeoTIFF.
Public methodStatic memberWrite(String, CartographicExtent, Jpeg2000CompressionProfile, Int32, String, Boolean)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image can be defined as an input parameter if necessary.
Public methodStatic memberWrite(Uri, CartographicExtent, Jpeg2000CompressionProfile, Int32, Uri, Boolean)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image can be defined as an input parameter if necessary.
Public methodStatic memberWrite(String, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, Int32, String, Boolean)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image can be defined as an input parameter if necessary.
Public methodStatic memberWrite(Uri, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, Int32, Uri, Boolean)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image can be defined as an input parameter if necessary.
Public methodStatic memberWrite(String, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, Int32, String, Boolean, Color)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image can be defined as an input parameter if necessary.
Public methodStatic memberWrite(Uri, CartographicExtent, CartographicExtent, Jpeg2000CompressionProfile, Int32, Uri, Boolean, Color)
Converts an image, such as a BMP, to a GeoJP2 file that can be used as an image globe overlay. The extent of the image can be defined as an input parameter if necessary.
Top
See Also