Package it.cutruzzula.lwkt.geometry

Class Summary
AbstractGeometry The abstract class to derive WKT objects
LineString The class represents a LINESTRING object.
MultiLineString The class represents a MULTILINESTRING object.
MultiPoint The class represents a MULTIPOINT object.
MultiPolygon The class represents a MULTIPOLYGON object.
Point The class represents a POINT object.
Polygon The class represents a POLYGON object.