[Geoserver-users] Shapefile, columns -> GeoServer ???

Hi list.
Some form exists to recovery in the GeoServer the name of one columns determined shapefile?
Sample:
(Demo GeoServer) shapefile → states_shapefile
The columns STATE_NAME,STATE_FIPS,SUB_REGION…
Also exists the possibility to recovery the values for one column of shapefile in the GeoServer?


Best regards,
Carlos Fernando Gonçalves

Mestre em Engenharia de Computação - IPT-SP

JUG Leader Java Noroeste - Grupo de Usuários Java do Noroeste Paulista - http://www.javanoroeste.com.br

“Fiel é a palavra e digna de toda aceitação: que Cristo Jesus veio ao mundo para salvar os pecadores, dos quais eu sou o principal.”
I Timóteo 1:15

Carlos Fernando Gonçalves ha scritto:

Hi list.
Some form exists to recovery in the GeoServer the name of one columns determined shapefile?
Sample:
(Demo GeoServer) shapefile -> states_shapefile
The columns STATE_NAME,STATE_FIPS,SUB_REGION....
Also exists the possibility to recovery the values for one column of shapefile in the GeoServer?

Recovery? What do you mean? Retrieve or change?
You see the column names in the feature type editor, and using
the WFS DescribeFeatureType call.
To get the content, you can use WFS GetFeature, which can return
the contents of the shapefile in GML2.
If you need some other format, you can do that by using some programming....hmmm... in fact we could return html tables using
the same code available for GetFeatureInfo.

Cheers
Andrea