Click or drag to resize

Jpeg2000WriterWrite Method

Overload List
  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