I understand MsSql2008FeatureLayer support the following constructors:
MsSql2008FeatureLayer()
MsSql2008FeatureLayer(connectionString, tableName, featureIdColumn)
MsSql2008FeatureLayer(connectionString, tableName, featureIdColumn, srid)
I have a business requirement to store geometry data as WKT text value - varchar(max) in the SQL table; geometry and geography datatype can NOT be used. Is there any way I can load MsSql2008FeatureLayer with WKT value? How can this be achieved? What are other alternatives?
Would appreciate a fast response. Thanks in advance.