常见GIS软件数据格式说明_Mif

更新时间:2023-06-23 06:57:09 阅读: 评论:0

The MapInfo Interchange File (MIF)
Format Specification
MapInfo Corporation
cpscTroy, NY
Information in this document is subject to change without notice and does not reprent a commitment on the part of the vendor or its reprentatives.  No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying without the written permission of MapInfo Corporation, One Global View, Troy, New York 12180–8399.
©1992–1999 MapInfo Corporation.  All rights rerved. MapInfo Help ©1992–1999 MapInfo Corporation. All rights rerved.
MapInfo, MapInfo Professional,  and the MapInfo “Rainbow” Logo are registered trademarks of MapInfo Corporation in the United States Products named herein may be trademarks of their respective manufacturers and are hereby recognized. Trademarked names are ud editorially, to the benefit of the trademark owner, with no intent to infringe on the trademark. MapInfo welcomes your co
mments and suggestions.
Contact MapInfo Corporation on the Internet at:
MapInfo Interchange File (MIF) Format Specification
October 1999
MapInfo Corporate Headquarters:
MapInfo Europe Headquarters:V oice: (518) 285–6000
England Germany Fax: (518) 285–6060
voice: +44 (0)1753 848 200voice: +49 6196 6700 0Sales Info Hotline:  (800) 327–8627
fax: +44 (0)1753 621 140fax: +49 6196 6700 11Federal Sales:  (800) 619–2333
Technical Support Hotline:  (518) 285–7283
Technical Support Fax:  (518) 285–6080Toll-free telephone support is available in the U.S. and Canada. Contact your MapInfo sales reprentative for details.  For
international customers, plea u the Technical Support Fax
number.
Introduction
This specification provides information about the MapInfo Interchange File (MIF) format. MIF is an ASCII text file format that fully describes the contents of a MapInfo table. MIF consists of two related files: one for the graphical data, and one for the tabular data. The graphical data is in a file with a .mif extension, and the tabular data is in a file with a .mid extension. MIF files can be read and written by MapInfo Professional and translated into other formats with other programs. In this guide, you will find information on:
Chapter 1: MapInfo Data Interchange Format
•MIF File Header
•MIF Data Section
•Pen Styles
•Brush Styles
•Symbol Styles
•Font Styles
•Colors
•MID File
Chapter 2: Creating Your Own Coordinate System
摩登家庭第四季
•Projections and Coordinate Systems
•Elements of a Coordinate System
•Editing the MAPINFOW.PRJ File
•Affine Transformations
•Frequently Asked Questions on Projections
•More Information on Projections
Chapter 1: MapInfo Data Interchange Format
This chapter describes the data interchange format for MapInfo. In this chapter, you will find information on:
•MIF File Header
•MIF Data Section
•Pen Styles
•Brush Styles
•Symbol Styles
•Font Styles
•Colors
•MID File
This versatile format allows generic data to be attached to a variety of graphical items. Since it is ASCII, it is editable, relatively easy to generate, and works on all platforms supported by
MapInfo. Perhaps the best way to understand the MapInfo Interchange Format (MIF) is to
study the sample file at the end of this chapter in conjunction with the explanation of the file format. You can also create samples of your own by exporting files to MIF and then examining tho files in a text editor.
MapInfo data is in two files - the graphics reside in a .MIF file and textual data is contained in
a .MID file. The textual data is delimited data, with one row per record and either Carriage
Return, Carriage Return plus Line Feed, or Line Feed between lines. The MIF file has two
areas - the file header area and the data ction. Information on how to create MapInfo tables is in the header; the graphical object definitions are in the data ction.
MIF File Header
手机没电了怎么办This is a description of MIF file header with optional information in square brackets.
VERSION n
Chart ”characterSetName”
[ DELIMITER ”<c>” ]
[ UNIQUE n,n.. ]
[ INDEX  n,n.. ]
[ ]
[ ]
COLUMNS n
<name> <type>
<name> <type>
.primadonna
.
DATA
Chapter 1: MapInfo Data Interchange Format
2015维密秀Version
The Version clau states whether you are using VERSION 1, VERSION 2, VERSION 300 or VERSION 450 of the format. Version 300, introduced with MapInfo 3.0, allows multiple–ction polyline objects. VERSION 450 introduced the expanded node limit: the maximum number of nodes for regions and polylines is 1,048,572 nodes for a single polygon region or polyline. The limit drops by ven nodes for every two additional polygons.If an object with more than 32K nodes is saved and the table is read in a version of MapInfo prior to version 4.5,  the object(s) will not be visible. Objects in the table that do not exceed the 32K limit will be visible. VERSION 450 also includes point sized pen width.犯罪心理第六季剧情
Chart
The Chart clau specifies which character t was ud to create text in the table. For example: Specify “WindowsLatin1” to indicate that the file was created using the Windows US & Western Euro
pe character t; specify “MacRoman” to specify the Macintosh US & Western Europe character t; or specify “Neutral” to avoid converting the text into another character t. If you are not using one of the character ts, you can determine the correct syntax for your character t by exporting a table and examining the .MIF file in a text editor.
Delimiter
Specify the delimiting character in quotation marks, for example:
水蜜桃英文DELIMITER ”;”
The default delimiter is Tab; if you are using the default, you do not need the DELIMITER line.
Unique
Specify a number. This number refers to a databa column; 3 is the third column, 7 is the venth column, and so forth. What happens to columns in the UNIQUE list is subtle. For example, imagine that you have a databa with highways in it. Each highway has only one name, but it might be reprented by veral gments. You would put the NAME column in the UNIQUE list, while the column containing data for the individual gments would not be in that list. This has the effect of cre非你莫属北大专场
ating two related tables; one with names, and one with the other attributes of the objects. This is how MapInfo’s various street maps (StreetInfo) are prepared.
3
Chapter 1: MapInfo Data Interchange Format
4Index
To indicate that columns in the table are indexed, include a number (or a comma–parated list of numbers) in the Index clau. Each number refers to a databa column; 3 is the third column, 7 is the venth column, and so forth. Columns in the INDEX list will have indexes prepared for them.
CoordSys Clau
Specify the COORDSYS clau to note that the data is not stored in longitude/latitude form. When no COORDSYS clau is specified, data is assumed to be stored in longitude/latitude forms.
All coordinates are stored with respect to the northeast quadrant. The coordinates for points in the United States have a negative X while coordinates for points in Europe (east of Greenwich) have a p
ositive X. Coordinates for points in the Northern hemisphere have a positive Y while coordinates for points in the Southern hemisphere have a negative Y.
Syntax1
CoordSys Earth
yes maden
[ Projection type,
datum,
unitname
[ , origin_longitude]
[ , origin_latitude  ]
[ ,  standard_parallel_1[ , standard_parallel_2]]
[ , azimuth ]
[ , scale_factor ]
[ ,  fal_easting ]
[ , fal_northing]
[ , range]]
[ Affine Units unitname, A, B C, D, E, F ]
agitated[ Bounds ( minx, miny) ( maxx, maxy) ]
Syntax2
CoordSys Nonearth
[ Affine Units unitname, A, B C, D, E, F ]
Units unitname
Bounds( minx, miny) ( maxx, maxy)

本文发布于:2023-06-23 06:57:09,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/154570.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:没电   犯罪心理   手机   剧情
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图