Package com.stimulsoft.report.maps.gis
Class StiGisMapImage
java.lang.Object
com.stimulsoft.report.maps.gis.StiGisMapImage
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static StiGisMapImagestatic StiGisMapImagefromByteArray(byte[] buffer)
-
Field Details
-
data
public byte[] data -
bitmapGdi
-
-
Constructor Details
-
StiGisMapImage
public StiGisMapImage(byte[] data)
-
-
Method Details
-
fromBufferedImage
-
fromByteArray
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-