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 responseObject Respuesta a la solicitud "DescribeFeatureType".
Returns:
"FeatureType".