26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_LINEARRING_H
27 #define __TERRALIB_GEOMETRY_INTERNAL_LINEARRING_H
#define TE_DEFINE_VISITABLE
LineString is a curve with linear interpolation between points.
A base class for values that can be retrieved from the data access module.
An Envelope defines a 2D rectangular region.
LineString is a curve with linear interpolation between points.
A LinearRing is a LineString that is both closed and simple.
LinearRing & operator=(const LinearRing &rhs)
Assignment operator.
LinearRing(GeomType t, int srid=0, Envelope *mbr=0)
It initializes the linear ring with the specified spatial reference system id and envelope.
LinearRing(const LinearRing &rhs)
Copy constructor.
LinearRing(std::size_t size, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the linear ring with the specified spatial reference system id and envelope.
te::dt::AbstractData * clone() const
It clones the linear ring.
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.