初始化
This commit is contained in:
parent
8a450864b8
commit
1b3386514e
@ -43,7 +43,7 @@ public class FeatureUtilities {
|
||||
*/
|
||||
public static <T extends BaseFeature> String JavaBean2Json(T t,String featureIndex)
|
||||
throws IOException {
|
||||
SimpleFeature simpleFeature =t.javaBean2SimpleFeature("featureIndex");
|
||||
SimpleFeature simpleFeature =t.javaBean2SimpleFeature(featureIndex);
|
||||
return Feature2Json(simpleFeature);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user