I have a workspace which converts shape files containing point data to CSV with Lat/Lon and for polygon shape files it creates CSV with only attributes. This workspace I have published as JobSubmitter service. After a calling this service from a java application I get a JSON response and from this response is it possible for me know what kind of data has been processed i.e. point or polygon.
Is there a way to find this? Any pointers?
Cheers.