Module: IDEE/geom/wfs/type

IDEE/geom/wfs/type


Enumeración de tipos de geometrías WFS.

Example

import * as WFSType from 'IDEE/geom/wfs/type';

Members

module:IDEE/geom/wfs/type.LINE{string}

Geometría WFS línea.

module:IDEE/geom/wfs/type.MLINE{string}

Geometría WFS múltiples líneas.

module:IDEE/geom/wfs/type.MPOINT{string}

Geometría WFS múltiples puntos.

module:IDEE/geom/wfs/type.MPOLYGON{string}

Geometría WFS múltiples polígonos.

module:IDEE/geom/wfs/type.POINT{string}

Geometría WFS punto.

module:IDEE/geom/wfs/type.POLYGON{string}

Geometría WFS polígono.