Class: EsriShapefile::Shapes::PolyLine

Inherits:
Object
  • Object
show all
Includes:
ByteModel
Defined in:
lib/esri_shapefile/models/shapes/poly_line.rb

Overview

A PolyLine is an ordered set of vertices that consists of one or more parts. A part is a connected sequence of two or more points. Parts may or may not be connected to one another. Parts may or may not intersect one another.

Because this specification does not forbid consecutive points with identical coordinates, shapefile readers must handle such cases. On the other hand, the degenerate, zero length parts that might result are not allowed.

Instance Attribute Summary

Attributes included from ByteModel

#metadata

Method Summary

Methods included from ByteModel

extended, included