- Скачать ОКАД 9 на русском
- Особенности программы
- Downloads
- CONTACT | SUPPORT
- Getting Started
- Learn Videos
- OCAD Wiki
- Updates
- Social Media
- OCAD Newsletter
- Cookie and Privacy Settings
- OCAD 12 File Format
- Contents
- General
- Data types used
- File Header
- Symbols
- Base Symbol
- Point Symbol
- Line Symbol
- Area Symbol
- Text Symbol
- Line Text Symbol
- Rectangle Symbol
- Objects
- Object Index Block
- OCAD Object Index
- OCAD Object
- Parameter Strings
- We do whatever it takes to make your maps perfect
- OCAD – the powerful Swiss software application for Cartography and Orienteering.
- OCAD News
- Fill Bounded Area Mode
- OCAD Sketch Layer
- Discover the strengths of OCAD!
- Use Existing Geo Data
- Capture and Derive Your Own Spatial Data
- Create Your Own Map Symbols
- Print and Export Your Map
- Multiple Representation
- Thematic Mapper
- Analyse Laser Scanning Data and Digital Elevation Models
- Prepare Existing Geodata for Mapping
- Capture Spatial Data with a Mobile Device
- Use the Sophisticated Cartographic Drawing and Editing Tools
- Finalize Your Map with a Layout
- Set Orienteering Courses
- What does the OCAD subscription model offer?
- OCAD Editions – Cartography and Orienteering
- OCAD Trial
- Free OCAD Viewer
- CONTACT | SUPPORT
- Getting Started
- Learn Videos
- OCAD Wiki
- Updates
- Social Media
- OCAD Newsletter
- Cookie and Privacy Settings
Скачать ОКАД 9 на русском
OCAD – это специальная программа, позволяющая создавать всевозможные карты. Здесь представлены символы, с помощью которых можно рисовать карт для населённых пунктов, схемы улиц, парков, географические и спортивные карты. Таким образом, пользователи могут самостоятельно прорисовывать разные карты. Программой не только удобно руководствоваться, но она также и очень простая в изучении опций. ОКАД 9 на русском скачать бесплатно могут все пользователи для более удобной работы.
Особенности программы
- Поддерживаются XML скрипты
- Есть возможность импортировать и применять данные DEM
- Наличие расширенных средств редактирования карты
- Применение существующих и текущих данных пространственной информации для базовой карты
- Применение личной информации пользователя для создания символов на карте
- Уникальные инструменты для вычерчивания и редактирования карт, а также для их разработки
Эскиз карты (полевые материалы) или её часть сканируется, и будет вставлена в виде подложки. В образце должна быть сетка с линиями по горизонтали и по вертикали. Если сетка в эскизе отсутствует, её нужно прочертить. Все собранные части эскиза укомплектовываются, при этом строение карты никак не затрагивается, а она прорисовывается точно по шаблону. Окончательный вариант карты можно распечатать на любом принтере, который поддерживает Windows. Для этого нужно произвести конвертацию файла в формат EPS.
Кроме процедуры сканирования также можно произвести импорт векторных данных от GIS. OCAD 9 скачать бесплатно русская версия – удобный способ прорисовки карт на персональном ПК. Она отличается упрощёнными функциями и имеет многоязычный интерфейс.
Системные требования:
- RAM: 128 MB
- HDD: 10 MB
- Windows: 95, 98, ME, NT, 2000, XP, 7
- Год выпуска: 2005
Downloads
CONTACT | SUPPORT
OCAD AG
Mühlegasse 36
CH-6340 Baar / Switzerland
Email: info@ocad.com
Tel +41-41-763 18 60
Don’t hesitate contacting us, if you need further information about OCAD.
Imprint
Getting Started
Learn Videos
OCAD Wiki
Updates
Social Media
OCAD Newsletter
This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.
Cookie and Privacy Settings
We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.
Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.
These cookies are strictly necessary to provide you with services available through our website and to use some of its features.
Because these cookies are strictly necessary to deliver the website, refuseing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.
We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.
We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.
These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience.
If you do not want that we track your visit to our site you can disable tracking in your browser here:
We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:
Google Map Settings:
Google reCaptcha Settings:
Vimeo and Youtube video embeds:
The following cookies are also needed — You can choose if you want to allow them:
You can read about our cookies and privacy settings in detail on our Privacy Policy Page.
OCAD 12 File Format
Contents
General
This is a description of the file format of OCAD 12 files.
Be aware that this is an internal format and may change in future versions.
Data types used
OCAD is written in 64-bit Delphi and this description uses the names for the data types as they appear in Delphi. However the same data types are available in other development systems like C++.
Integer | 32-bit signed integer |
Cardinal | 32-bit unsigned integer |
SmallInt | 16-bit signed integer |
Word | 16-bit unsigned integer |
WordBool | 16-bit boolean |
String[x] | |
Double | 64-bit floating point number |
TDPoly | A special data type (64-bit) used for all coordinates and text. It is defined as TDPoly = record The lowest 8 Bits are used to mark special points: Marks for the x-coordinate: Marks for y-coordinate: The upper 24 bits contain the coordinate value measured in units of 0.01 mm. Note: all file positions are in bytes starting from the beginning of the file. File HeaderOCAD files start with a file header. SymbolsEach Symbol Index Block contains the position of the next Symbol Index Block and the file position of 256 symbols. Base SymbolThe different types of symbols are defined in different structures. There is an abstract type TBaseSym, which contains the fields common to all symbols types. It is used for programming reasons, but does not exist in real OCAD files. Point SymbolPoint symbols are stored with this structure: After this structure follow the symbol elements which build that Point symbol. These symbol elements are stored in the following structure. Note that these symbol elements are stored in a different way than ordinary map objects. If there are several objects, they just follow each other (only the coordinates used are stored). To determine the number of objects the DataSize variable must be used. Line SymbolLine symbols are stored in the following structure. In the explanation the terms used in the Line Symbol dialog box are shown. Area SymbolArea symbols are stored in the following structure. In the explanation the terms used in the Area Symbol dialog box are shown. The unit of all dimensions is 0.01 mm. Text SymbolText symbols are stored in the following structure. In the explanation the terms used in the Text Symbol dialog box are shown. The unit of all dimensions is 0.01 mm, except for the font sizes which are measured in 0.1 typographical points. Line Text SymbolLine Text symbols are stored in the following structure. In the explanation the terms used in the Line Text Symbol dialog box are shown. The unit of all dimensions is 0.01 mm, except for the font sizes which are measured in 0.1 typographical points. Rectangle SymbolRectangle symbols are stored in the following structure. In the explanation the terms used in the Rectangle Symbol dialog box are shown. The unit of all dimensions is 0.01 mm. ObjectsEach Object Index Block contains the position of the next Object Index Block and the file position and other information of 256 objects. Object Index BlockOCAD Object IndexOCAD ObjectParameter StringsThe Parameter Strings contain all the information about the setup structure, background maps,course setting and database connection. Similar to the symbols and objects there are String Index Blocks which contain the basic information for 256 Parameter Strings and the file position of the strings. TStringIndexBlock contains the basic information for 256 strings TStIndex contains the basic information for 1 string: StringIndexBlk in the FileHeader points to the first StringIndexBlock. The strings (null terminated) have the following structure:
We do whatever it takes to make your maps perfectOCAD – the powerful Swiss software application for Cartography and Orienteering.For creating and editing interactive and printed maps such as topographic maps, city maps and orienteering maps. Available in 17 languages. Successfully used in the cartography, city and surveying offices, universities and orienteering clubs. OCAD NewsFill Bounded Area ModeWith the newly added Fill Bounded Area Mode, empty areas surrounded by different objects can be filled automatically. OCAD Sketch LayerOCAD Sketch Layer and it’s tools are designed to be used for field work with a tablet and a pen. Discover the strengths of OCAD!Choose cartography or orienteering by clicking on the respective picture. Use Existing Geo DataUse existing and current spatial information data for your base map provided by national survey authorities or Open Street Map (OSM). Capture and Derive Your Own Spatial DataEnrich your map by capturing map features yourself using GPS, laser range finder and analyzing digital elevation models (DEM) or LiDAR data. Create Your Own Map SymbolsAssign your data to own created maps symbols. Use the unique drawing, editing and generalization tools to produce maps for the most demanding requirements in cartography. Print and Export Your MapFinalize your map with a layout for printing, export for further digital use or create an interactive web map version. Multiple RepresentationAlter your map features in different representations without affecting your original map. However, if you change the original, the different representations will adopt these changes. Thematic MapperVisualize your statistical data with the Thematic Mapper. A step-by-step wizard assists you to get spatial overview of a specific theme or subject area. Analyse Laser Scanning Data and Digital Elevation ModelsThe processing of LiDAR data and Digital Elevation Models is the heart of the OCAD Orienteering edition. Create contour lines, hill shading or vegetation maps in just one single step. Prepare Existing Geodata for MappingIn addition to LiDAR and DEM data, import cadastral surveying data, OSM data, display aerial photos or get information from Web Map Services (WMS), Google Maps or Google Street View. Capture Spatial Data with a Mobile DeviceOCAD runs on Tablet PCs. In addition, OCAD has a real-time GPS connection tool and offers a connection to a laser range finder for faster and more precise mapping in the terrain. Use the Sophisticated Cartographic Drawing and Editing ToolsBenefit from a large number of functions, which makes drawing and editing more easy and accurate. Use the latest International Specification for Orienteering Maps (ISOM) symbol sets for drawing and convert old maps to the new ISOM standards. Finalize Your Map with a LayoutFinalize your map with a layout layer, which allows you to add peripheral information to a map. Export your map to one of the many formats for printing or further use. Set Orienteering CoursesOCAD provides completely integrated functions for course setting in orienteering, from simple courses to complex relay projects.
What does the OCAD subscription model offer? #1 Cutting-Edge Cartography Tools #2 Easier planning – Attractive Subscription Prices #3 Efficient and Carefree Team Work #4 Comfortable License Management #5 Support by OCAD Experts #6 OCAD Viewer OCAD Editions – Cartography and OrienteeringOCAD TrialTry OCAD Full Version. Free OCAD ViewerWith the free OCAD Viewer you can use the OCAD files in exactly the same way as the creator of the map has determined. CONTACT | SUPPORTOCAD AG Tel +41-41-763 18 60 Don’t hesitate contacting us, if you need further information about OCAD. Getting StartedLearn VideosOCAD WikiUpdatesSocial Media OCAD NewsletterThis site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies. Cookie and Privacy SettingsWe may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website. Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer. These cookies are strictly necessary to provide you with services available through our website and to use some of its features. Because these cookies are strictly necessary to deliver the website, refuseing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site. We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain. We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings. These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience. If you do not want that we track your visit to our site you can disable tracking in your browser here: We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page. Google Webfont Settings: Google Map Settings: Google reCaptcha Settings: Vimeo and Youtube video embeds: The following cookies are also needed — You can choose if you want to allow them: You can read about our cookies and privacy settings in detail on our Privacy Policy Page. |