${iServerJava6R_UGCVectorLayer_Title}
Inheritance: UGCLayer
 /// <summary>${iServerJava6R_UGCVectorLayer_method_FromJson_D}</summary>
 /// <returns>${iServerJava6R_UGCVectorLayer_method_FromJson_return}</returns>
 /// <param name="json">${iServerJava6R_UGCVectorLayer_method_FromJson_param_jsonObject}</param>
 public static UGCVectorLayer FromJson(System.Json.JsonObject json)
 {
     if (json == null) return null;
     UGCVectorLayer vectorLayer = new UGCVectorLayer();
     vectorLayer.Style = ServerStyle.FromJson(json);
     return vectorLayer;
 }