| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Binary Open Feature Format

This version was saved 17 years ago View current version     Page history
Saved by PBworks
on March 30, 2007 at 7:51:11 am
 
Header Section
Byte OrderLength In BytesJava Data TypeField Description
18longLength of Feature In Bytes
94intVersion Number Of Binary Format
128longUnique Numeric Identifier of Feature
204intUnique Numeric Identifier of Feature Geometry
244intNumber of Attributes In Feature
28**Begin Attribute Record Section

 

 

Attribute Record Section
Byte OrderLength In BytesJava Data TypeField Description
11byteAttribute Data Type Code (See Below)
28longLength of Attribute Value In Bytes
10**Attribute Value

 

Footer Section
Byte OrderLength In BytesJava Data TypeField Description
14intYear of Date Last Modified
51byteMonth of Date Last Modified
61byteDay of Date Last Modified
71byteDay of the Week Last Modified
84integerApplication Code (See Below)
9**Comments Section

 

Comments Section
Byte OrderLength In BytesJava Data TypeField Description
18longUnique Numeric Identifier Of Comment
98longLength of Comment In Bytes
17**Value of Comment

 

Attribute Data Type Codes
CodeValueLength In Bytes
1byte1
2short2
3int4
4long8
5float4
6double8
7char2
8String*
9boolean1

 

Note: The boolean attribute data type must be represented in Java with a byte having a value of 1 for true and 0 for false.

 

 

Application Codes
CodeValue
1OpenJUMP
2UDig

Comments (0)

You don't have permission to comment on this page.