Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5-M1
-
Fix Version/s: 2.7-M0
-
Component/s: None
-
Labels:None
Description
I'm searching for a solution to grab a description of the source of any kind of maplayer.
An exemple : MapLayer based on a shapefile :
file:C:/..../roads.shp
MapLayer based on postgis :
Database:PostGIS:127.0.0.1:5432 DB:World Table:Roads
As you can see I'm looking for a way to get informationsabout the datas source of the maplayer. The Datastore interface doesn't offer any getter for this. Even ShapfileDataStore or other doesn't offer those kind of informations.
Proposal page made here:
The idea is to have a "non catalog" way to get at the GeoResourceInfo and ServiceInfo data structures.