Class: DescribeFeatureType

IDEE/impl/format/DescribeFeatureType~DescribeFeatureType


import DescribeFeatureType from 'IDEE/impl/format/DescribeFeatureType';

Crea una capa WFS con parámetros especificados por el usuario.

new DescribeFeatureType(typeName, outputFormat, projection)

impl/cesium/js/format/wfs/DescribeFeatureType.js, line 16
Name Type Description
typeName String

Nombre del "FeatureType".

outputFormat String

Formato de salida.

projection IDEE.Projection

Proyección.

Properties:
Name Type Description
typeName_ String

Nombre del "FeatureType".

outputFormat_ String

Formato de salida.

projection_ IDEE.Projection

Proyección.

Methods

read(response){Object}

impl/cesium/js/format/wfs/DescribeFeatureType.js, line 61

Este método obtiene el 'FeatureType' que coincida con los parámetros especificados.

Name Type Description
response Object

Respuesta a la solicitud "DescribeFeatureType".

Returns:
"FeatureType".