• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

brick / geo / 280
50%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2015 05:14PM UTC
Jobs 10
Files 65
Run time 29min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
280

push

travis-ci

BenMorel
Removed LinearRing and Line

LineString does not have subclasses any more.
One can check if it forms a linear ring by calling `isRing()`, and if it forms a line by checking `numPoints() == 2`.

This introduces the ability to form potentially invalid polygons with self-intersecting rings, and leaves the developer the choice to explicitly check them for validity with the new `isValid()` method introduced earlier. This is the approach followed by most implementations, including database vendors and the GEOS project.

This consequently speeds up creation of LineString and therefore Polygon objects, by not systematically running these expensive computations on instantiation.

930 of 2429 relevant lines covered (38.29%)

422.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 280.1 (ENGINE=PDO_MYSQL) 22 Mar 2015 05:14PM UTC 0
35.7
Travis Job 280.1
2 280.2 (ENGINE=PDO_PGSQL) 22 Mar 2015 05:13PM UTC 0
36.42
Travis Job 280.2
3 280.3 (ENGINE=SQLite3) 22 Mar 2015 05:14PM UTC 0
30.35
Travis Job 280.3
4 280.4 (ENGINE=GEOS) 22 Mar 2015 05:19PM UTC 0
29.03
Travis Job 280.4
5 280.5 (ENGINE=PDO_MYSQL) 23 Mar 2015 12:14AM UTC 0
35.7
Travis Job 280.5
6 280.6 (ENGINE=PDO_PGSQL) 22 Mar 2015 05:16PM UTC 0
36.42
Travis Job 280.6
7 280.7 (ENGINE=SQLite3) 22 Mar 2015 05:16PM UTC 0
30.35
Travis Job 280.7
8 280.8 (ENGINE=GEOS) 22 Mar 2015 05:23PM UTC 0
29.03
Travis Job 280.8
9 280.9 (ENGINE=PDO_MYSQL) 22 Mar 2015 05:17PM UTC 0
60.31
Travis Job 280.9
10 280.10 (ENGINE=SQLite3) 22 Mar 2015 05:19PM UTC 0
52.65
Travis Job 280.10
Source Files on build 280
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #280
  • 3c410fc7 on github
  • Prev Build on master (#279)
  • Next Build on master (#281)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc