Standard ID | Contents [version] | USD | STEP2 | [PDF] delivered in | Standard Title (Description) | Status | PDF |
GA 786-2008 | English | 439 |
Add to Cart
|
3 days [Need to translate]
|
JAVA API to call tenprint image decompression
| Obsolete |
GA 786-2008
|
PDF similar to GA 786-2008
Basic data Standard ID | GA 786-2008 (GA786-2008) | Description (Translated English) | JAVA API to call tenprint image decompression | Sector / Industry | Public Security (Police) Industry Standard | Classification of Chinese Standard | A92 | Classification of International Standard | 13.310 | Word Count Estimation | 11,115 | Date of Issue | 2008-07-24 | Date of Implementation | 2008-07-24 | Quoted Standard | GA 773-2008; GA 776-2008 | Issuing agency(ies) | Ministry of Public Security | Summary | This standard specifies a fingerprint digital image data reproduction JAVA interface. This standard applies to fingerprint image data stored in memory request. |
GA 786-2008: JAVA API to call tenprint image decompression---This is a DRAFT version for illustration, not a final translation. Full copy of true-PDF in English version (including equations, symbols, images, flow-chart, tables, and figures etc.) will be manually/carefully translated upon your order.
JAVA API to call tenprint image decompression
ICS 13.310
A92
People's Republic of China Public Security Industry Standards
Ten fingerprint image data reproduced JA Vp A Interface
Posted 2008-07-24
2008-07-24 implementation
People's Republic of China Ministry of Public Security
Foreword
All the technical contents of this standard is mandatory.
This standard was proposed by the Ministry of Public Security Criminal Investigation Bureau.
This standard by the National Criminal Criminal Information Technology Standardization Technical Committee Technical Committee (SAC/TC179/SC2) centralized.
This standard was drafted. Ministry of Public Security Criminal Investigation Bureau, Jiangsu Provincial Public Security Bureau of Criminal Investigation, Aerospace Group II Hospital 2 seven, Beijing
PKU Fingerprint Technology Co., Ltd., Beijing Orient Golden Finger Technology Limited.
The main drafters of this standard. Wangying Wei, Zhou Xinmin, Su Yueming, Xie Xiaodan, Wang Gang, Xu Chunguang.
The standard commission Ministry of Public Security Criminal Investigation Bureau is responsible for interpretation.
Ten fingerprint image data reproduced JA Vp A Interface
1 Scope
This standard specifies the fingers fingerprint image data reproduced JAVA interface.
This standard applies to fingers fingerprint image data reproducing stored program requests.
2 Normative references
The following documents contain provisions which, through reference in this standard and become the standard terms. For dated references, subsequent
Amendments (not including errata content) or revisions do not apply to this standard, however, encourage the parties to the agreement are based on research
Whether the latest versions of these documents. For undated reference documents, the latest versions apply to this standard.
GA 773-2008 AFIS term
GA 776-2008 AFIS product Encoding Rules
3 Terms and Definitions
GA 773-2008 terms and definitions apply to this standard established.
4 format requirements
Use JDK1.5 version of the compiler, use the jar to package. Package name using the following format. fpt_dc ××. jar, which is ××
System unit code should be consistent with GA 776-2008.
5 Interface Description
Package name (package). com. ga_casic. fptutil
5.1 Interface Name
iImageDecoder
5.2 Details Interface Definition
Interfacecom. ga_casic. fptutil. iImageDecoder
Description. This interface is the Ministry respective data provider vendor support image format converter public interface, requiring automatic fingerprint identification
Do not implement this system function interface class class called < vendor domain>. fptutil. ImageDecoder.
Operations
publicInputStream FPT_Decoder (Blobpicblob)
Conversion manufacturers object of type InputStream
publicInputStream FPT_Decoder (Blobpicblob, Stringpicfmt)
Conversion manufacturers object of type InputStream
publicString getFactoryFulName ()
Get the full name of the manufacturer's name
publicString getFactoryShtName ()
Made a brief Chinese name manufacturers (6 words or less)
publicboolean isValidPicFmt (Stringpicfmt)
Are oriented manufacturers supported image formats
publicint SupportPicMaxLength ()
Vendor support the maximum length of the output image
|