GeoScript

Table Of Contents

Previous topic

API Reference

Next topic

geom.Point

The geom module

The geom module provides a provides constructors for point, line, polygon and multi-part geometries.

js> var GEOM = require("geoscript/geom");

Module Data

geom.BUFFER_CAP_BUTT

Used to calculate butt caps for buffer operations.

geom.BUFFER_CAP_ROUND

Used to calculate round caps for buffer operations.

geom.BUFFER_CAP_SQUARE

Used to calculate square caps for buffer operations.