26 #ifndef __TERRALIB_INTERNAL_GEOMETRY_H
27 #define __TERRALIB_INTERNAL_GEOMETRY_H
2D Affine Geometric transformation factory.
2D Affine Geometric transformation.
CircularString is a curve with circular interpolation between points.
CompoundCurve is a curve that may have circular and linear segments.
An utility struct for representing 2D coordinates.
CurvePolygon is a planar surface defined by 1 exterior boundary and 0 or more interior boundaries.
Curve is an abstract class that represents 1-dimensional geometric objects stored as a sequence of co...
A class that converts a GEOS geometry to a TerraLib geometry.
A class that converts a TerraLib geometry to a GEOS geometry.
2D Geometric transformation factory.
2D Geometric transformation outliers remotion filter.
2D Geometric transformation model parameters.
2D Geometric transformation parameters.
It is a collection of other geometric objects.
This is the Geometry factory for TerraLib geometries.
A list of common used Geometry functions for the Geometry Module.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
LineString is a curve with linear interpolation between points.
A Line is LineString with 2 points.
A LinearRing is a LineString that is both closed and simple.
MultiCurve is a class that represents a 1-dimensional GeometryCollection whose elements are curves.
MultiLineString is a MultiCurve whose elements are LineStrings.
MultiPoint is a GeometryCollection whose elements are restricted to points.
MultiPolygon is a MultiSurface whose elements are Polygons.
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
A point with x and y coordinate values.
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
2D Projective Geometric transformation factory.
2D Projective Geometric transformation.
2D RST Geometric transformation factory.
2D Rotation/scale/translation (rigid body) Geometric transformation.
2D Second Degree Polynomial Geometric transformation factory.
Second Degree Polynomial Geometric transformation.
Surface is an abstract class that represents a 2-dimensional geometric objects.
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches.
2D Third Degree Polynomial Geometric transformation factory.
Third Degree Polynomial Geometric transformation.
Triangle is a polygon with 3 distinct, non-collinear vertices and no interior boundary.
A list of Validation functions for the Geometry Module.
A class that deserializes a geometry from a valid WKB.
A class that computes the number of bytes necessary to encode a geometry in WKB.
A class that serializes a geometry to the WKB format.
A class that serializes a geometry to the WKT format.
Enumerations related to Geometry module.
An Envelope defines a 2D rectangular region.
An exception class for the Geometry module.
A visitor interface for the Geometry hierarchy.
A class that deserializes a geometry from a valid WKT.
Configuration flags for the Vector Geometry Model of TerraLib.
Utility functions for the Geometry Module.