All Projects → alejandrofcarrera → WKTParser-ObjC

alejandrofcarrera / WKTParser-ObjC

Licence: MIT license
Well-Known-Text Parser for Objective-C

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to WKTParser-ObjC

geofiddle
Geometric conversions between different formats and projections
Stars: ✭ 15 (-28.57%)
Mutual labels:  maps, wkt
census-map-consolidator
Combine Census blocks into new shapes
Stars: ✭ 31 (+47.62%)
Mutual labels:  maps
Road Orientation Map
A visualization of road orientations on an interactive map
Stars: ✭ 254 (+1109.52%)
Mutual labels:  maps
hslayers-ng
User interface and map building extensions for OpenLayers
Stars: ✭ 29 (+38.1%)
Mutual labels:  maps
dictionary-renderer-toolkit
The Dictionary Renderer Toolkit provides documentation and tools for the creation of custom dictionary styles for use with the dictionary renderer.
Stars: ✭ 18 (-14.29%)
Mutual labels:  maps
Web-Map-Custom-Element
A custom <mapml-viewer> and <layer-> element suite
Stars: ✭ 49 (+133.33%)
Mutual labels:  maps
Atlas Of Thrones
An interactive "Game of Thrones" map powered by Leaflet, PostGIS, and Redis.
Stars: ✭ 253 (+1104.76%)
Mutual labels:  maps
Speculative-Sea-Level-Explorer
Reshaping the coastline by climate change and any other speculative sea level
Stars: ✭ 18 (-14.29%)
Mutual labels:  maps
Maps
TGM Maps used on the Warzone server (2017 - 2022).
Stars: ✭ 22 (+4.76%)
Mutual labels:  maps
flatmap.io
🚀 The place where people meet technologies
Stars: ✭ 29 (+38.1%)
Mutual labels:  maps
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+1171.43%)
Mutual labels:  maps
Problem-Solving
This Repository consists of my solutions💡 in Python 3 to various problems in Data Structures and Algorithms.🎖️
Stars: ✭ 17 (-19.05%)
Mutual labels:  maps
mapkit-android-demo
MapKit Android demo
Stars: ✭ 92 (+338.1%)
Mutual labels:  maps
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (+133.33%)
Mutual labels:  maps
osm-extracts
Each day, OSM Extracts by Interline mirrors the entire OpenStreetMap planet and creates city and region sized extracts
Stars: ✭ 34 (+61.9%)
Mutual labels:  maps
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+1104.76%)
Mutual labels:  maps
osmscout-sailfish
OSM Scout for Sailfish OS (offline maps and navigation)
Stars: ✭ 42 (+100%)
Mutual labels:  maps
react-azure-maps
React Wrapper for azure-maps-control
Stars: ✭ 32 (+52.38%)
Mutual labels:  maps
openstreetmap-carto-vector-tiles
A general-purpose OpenStreetMap mapnik style, in CartoCSS, served with vector tiles
Stars: ✭ 46 (+119.05%)
Mutual labels:  maps
rc-here-maps
React components implemented on top of Here Maps API
Stars: ✭ 16 (-23.81%)
Mutual labels:  maps

WKTParser Well-Known-Text Parser for Objective-C

Platform XCode Build Status

WKTParser Library have any conversions, parsers and formats. This library allow you parser three main types of WKT data: points, lines and polygons (single, multi, 2D and 3D). Also you can convert WKT format to MK format (2D) like MKMapPoint, Polyline, Polygon or Annotation.

WKT_Screenshot

=========

Installation

Via xCode Project

Open WKTParser.xcodeproj, Drag & Drop Library and Library Support group over your Project and reference at your header WKTParser.h

Via Source Code

Simply, add Library Folder at xCode Project and reference at your header WKTParser.h

=========

WKT Parser Documentation

Documentation has been generated by appledoc

Its appledoc files (atom, xar) and html is published on Documentation folder

=========

Unit Tests

Run via the Product menu > Test or CMD + U

=========

Credits

Alejandro F. Carrera

License

WKTParser is available under the MIT License. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].